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