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 a composite index.
See: Cloud Firestore API Reference for firestore.projects.databases.collectionGroups.indexes.get
.
Synopsis
- type ProjectsDatabasesCollectionGroupsIndexesGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GoogleFirestoreAdminV1Index)))))))
- projectsDatabasesCollectionGroupsIndexesGet :: Text -> ProjectsDatabasesCollectionGroupsIndexesGet
- data ProjectsDatabasesCollectionGroupsIndexesGet
- pdcgigXgafv :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet (Maybe Xgafv)
- pdcgigUploadProtocol :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet (Maybe Text)
- pdcgigAccessToken :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet (Maybe Text)
- pdcgigUploadType :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet (Maybe Text)
- pdcgigName :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet Text
- pdcgigCallback :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet (Maybe Text)
REST Resource
type ProjectsDatabasesCollectionGroupsIndexesGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GoogleFirestoreAdminV1Index))))))) Source #
A resource alias for firestore.projects.databases.collectionGroups.indexes.get
method which the
ProjectsDatabasesCollectionGroupsIndexesGet
request conforms to.
Creating a Request
projectsDatabasesCollectionGroupsIndexesGet Source #
Creates a value of ProjectsDatabasesCollectionGroupsIndexesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsDatabasesCollectionGroupsIndexesGet Source #
Gets a composite index.
See: projectsDatabasesCollectionGroupsIndexesGet
smart constructor.
Instances
Request Lenses
pdcgigXgafv :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet (Maybe Xgafv) Source #
V1 error format.
pdcgigUploadProtocol :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pdcgigAccessToken :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet (Maybe Text) Source #
OAuth access token.
pdcgigUploadType :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pdcgigName :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet Text Source #
A name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`