Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists all or a subset of Item resources.
See: Cloud Search API Reference for cloudsearch.indexing.datasources.items.list
.
Synopsis
- type IndexingDatasourcesItemsListResource = "v1" :> ("indexing" :> (Capture "name" Text :> ("items" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "connectorName" Text :> (QueryParam "brief" Bool :> (QueryParam "debugOptions.enableDebugging" Bool :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListItemsResponse))))))))))))))
- indexingDatasourcesItemsList :: Text -> IndexingDatasourcesItemsList
- data IndexingDatasourcesItemsList
- idilXgafv :: Lens' IndexingDatasourcesItemsList (Maybe Xgafv)
- idilUploadProtocol :: Lens' IndexingDatasourcesItemsList (Maybe Text)
- idilAccessToken :: Lens' IndexingDatasourcesItemsList (Maybe Text)
- idilUploadType :: Lens' IndexingDatasourcesItemsList (Maybe Text)
- idilConnectorName :: Lens' IndexingDatasourcesItemsList (Maybe Text)
- idilName :: Lens' IndexingDatasourcesItemsList Text
- idilBrief :: Lens' IndexingDatasourcesItemsList (Maybe Bool)
- idilDebugOptionsEnableDebugging :: Lens' IndexingDatasourcesItemsList (Maybe Bool)
- idilPageToken :: Lens' IndexingDatasourcesItemsList (Maybe Text)
- idilPageSize :: Lens' IndexingDatasourcesItemsList (Maybe Int32)
- idilCallback :: Lens' IndexingDatasourcesItemsList (Maybe Text)
REST Resource
type IndexingDatasourcesItemsListResource = "v1" :> ("indexing" :> (Capture "name" Text :> ("items" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "connectorName" Text :> (QueryParam "brief" Bool :> (QueryParam "debugOptions.enableDebugging" Bool :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListItemsResponse)))))))))))))) Source #
A resource alias for cloudsearch.indexing.datasources.items.list
method which the
IndexingDatasourcesItemsList
request conforms to.
Creating a Request
indexingDatasourcesItemsList Source #
Creates a value of IndexingDatasourcesItemsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data IndexingDatasourcesItemsList Source #
Lists all or a subset of Item resources.
See: indexingDatasourcesItemsList
smart constructor.
Instances
Request Lenses
idilUploadProtocol :: Lens' IndexingDatasourcesItemsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
idilAccessToken :: Lens' IndexingDatasourcesItemsList (Maybe Text) Source #
OAuth access token.
idilUploadType :: Lens' IndexingDatasourcesItemsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
idilConnectorName :: Lens' IndexingDatasourcesItemsList (Maybe Text) Source #
Name of connector making this call. Format: datasources/{source_id}/connectors/{ID}
idilName :: Lens' IndexingDatasourcesItemsList Text Source #
Name of the Data Source to list Items. Format: datasources/{source_id}
idilBrief :: Lens' IndexingDatasourcesItemsList (Maybe Bool) Source #
When set to true, the indexing system only populates the following fields: name, version, metadata.hash, structured_data.hash, content.hash. If this value is false, then all the fields are populated in Item.
idilDebugOptionsEnableDebugging :: Lens' IndexingDatasourcesItemsList (Maybe Bool) Source #
If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.
idilPageToken :: Lens' IndexingDatasourcesItemsList (Maybe Text) Source #
The next_page_token value returned from a previous List request, if any.
idilPageSize :: Lens' IndexingDatasourcesItemsList (Maybe Int32) Source #
Maximum number of items to fetch in a request. The max value is 1000 when brief is true. The max value is 10 if brief is false. The default value is 10
idilCallback :: Lens' IndexingDatasourcesItemsList (Maybe Text) Source #
JSONP