gogol-firestore-0.5.0: Google Cloud Firestore SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Delete

Contents

Description

Deletes a composite index.

See: Cloud Firestore API Reference for firestore.projects.databases.collectionGroups.indexes.delete.

Synopsis

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

data ProjectsDatabasesCollectionGroupsIndexesDelete Source #

Deletes a composite index.

See: projectsDatabasesCollectionGroupsIndexesDelete smart constructor.

Instances
Eq ProjectsDatabasesCollectionGroupsIndexesDelete Source # 
Instance details

Defined in Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Delete

Data ProjectsDatabasesCollectionGroupsIndexesDelete Source # 
Instance details

Defined in Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Delete

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsDatabasesCollectionGroupsIndexesDelete -> c ProjectsDatabasesCollectionGroupsIndexesDelete #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsDatabasesCollectionGroupsIndexesDelete #

toConstr :: ProjectsDatabasesCollectionGroupsIndexesDelete -> Constr #

dataTypeOf :: ProjectsDatabasesCollectionGroupsIndexesDelete -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsDatabasesCollectionGroupsIndexesDelete) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsDatabasesCollectionGroupsIndexesDelete) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsDatabasesCollectionGroupsIndexesDelete -> ProjectsDatabasesCollectionGroupsIndexesDelete #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsDatabasesCollectionGroupsIndexesDelete -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsDatabasesCollectionGroupsIndexesDelete -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsDatabasesCollectionGroupsIndexesDelete -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsDatabasesCollectionGroupsIndexesDelete -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsDatabasesCollectionGroupsIndexesDelete -> m ProjectsDatabasesCollectionGroupsIndexesDelete #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsDatabasesCollectionGroupsIndexesDelete -> m ProjectsDatabasesCollectionGroupsIndexesDelete #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsDatabasesCollectionGroupsIndexesDelete -> m ProjectsDatabasesCollectionGroupsIndexesDelete #

Show ProjectsDatabasesCollectionGroupsIndexesDelete Source # 
Instance details

Defined in Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Delete

Generic ProjectsDatabasesCollectionGroupsIndexesDelete Source # 
Instance details

Defined in Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Delete

GoogleRequest ProjectsDatabasesCollectionGroupsIndexesDelete Source # 
Instance details

Defined in Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Delete

type Rep ProjectsDatabasesCollectionGroupsIndexesDelete Source # 
Instance details

Defined in Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Delete

type Rep ProjectsDatabasesCollectionGroupsIndexesDelete = D1 (MetaData "ProjectsDatabasesCollectionGroupsIndexesDelete" "Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Delete" "gogol-firestore-0.5.0-7rr7qtRkAClEQRp7SbCbFR" False) (C1 (MetaCons "ProjectsDatabasesCollectionGroupsIndexesDelete'" PrefixI True) ((S1 (MetaSel (Just "_pdcgidXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pdcgidUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pdcgidAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pdcgidUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pdcgidName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pdcgidCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsDatabasesCollectionGroupsIndexesDelete Source # 
Instance details

Defined in Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Delete

type Scopes ProjectsDatabasesCollectionGroupsIndexesDelete = "https://www.googleapis.com/auth/cloud-platform" ': ("https://www.googleapis.com/auth/datastore" ': ([] :: [Symbol]))
type Rs ProjectsDatabasesCollectionGroupsIndexesDelete Source # 
Instance details

Defined in Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Delete

Request Lenses

pdcgidUploadProtocol :: Lens' ProjectsDatabasesCollectionGroupsIndexesDelete (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

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}`