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 |
Gets Item resource by item name.
See: Cloud Search API Reference for cloudsearch.indexing.datasources.items.get
.
Synopsis
- type IndexingDatasourcesItemsGetResource = "v1" :> ("indexing" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "connectorName" Text :> (QueryParam "debugOptions.enableDebugging" Bool :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Item))))))))))
- indexingDatasourcesItemsGet :: Text -> IndexingDatasourcesItemsGet
- data IndexingDatasourcesItemsGet
- idigXgafv :: Lens' IndexingDatasourcesItemsGet (Maybe Xgafv)
- idigUploadProtocol :: Lens' IndexingDatasourcesItemsGet (Maybe Text)
- idigAccessToken :: Lens' IndexingDatasourcesItemsGet (Maybe Text)
- idigUploadType :: Lens' IndexingDatasourcesItemsGet (Maybe Text)
- idigConnectorName :: Lens' IndexingDatasourcesItemsGet (Maybe Text)
- idigName :: Lens' IndexingDatasourcesItemsGet Text
- idigDebugOptionsEnableDebugging :: Lens' IndexingDatasourcesItemsGet (Maybe Bool)
- idigCallback :: Lens' IndexingDatasourcesItemsGet (Maybe Text)
REST Resource
type IndexingDatasourcesItemsGetResource = "v1" :> ("indexing" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "connectorName" Text :> (QueryParam "debugOptions.enableDebugging" Bool :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Item)))))))))) Source #
A resource alias for cloudsearch.indexing.datasources.items.get
method which the
IndexingDatasourcesItemsGet
request conforms to.
Creating a Request
indexingDatasourcesItemsGet Source #
Creates a value of IndexingDatasourcesItemsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data IndexingDatasourcesItemsGet Source #
Gets Item resource by item name.
See: indexingDatasourcesItemsGet
smart constructor.
Instances
Request Lenses
idigUploadProtocol :: Lens' IndexingDatasourcesItemsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
idigAccessToken :: Lens' IndexingDatasourcesItemsGet (Maybe Text) Source #
OAuth access token.
idigUploadType :: Lens' IndexingDatasourcesItemsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
idigConnectorName :: Lens' IndexingDatasourcesItemsGet (Maybe Text) Source #
Name of connector making this call. Format: datasources/{source_id}/connectors/{ID}
idigName :: Lens' IndexingDatasourcesItemsGet Text Source #
Name of the item to get info. Format: datasources/{source_id}/items/{item_id}
idigDebugOptionsEnableDebugging :: Lens' IndexingDatasourcesItemsGet (Maybe Bool) Source #
If set, the request will enable debugging features of Cloud Search. Only turn on this field, if asked by Google to help with debugging.
idigCallback :: Lens' IndexingDatasourcesItemsGet (Maybe Text) Source #
JSONP