gogol-firestore-0.4.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.Get

Contents

Description

Gets a composite index.

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

Synopsis

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

data ProjectsDatabasesCollectionGroupsIndexesGet Source #

Gets a composite index.

See: projectsDatabasesCollectionGroupsIndexesGet smart constructor.

Instances
Eq ProjectsDatabasesCollectionGroupsIndexesGet Source # 
Instance details

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

Data ProjectsDatabasesCollectionGroupsIndexesGet Source # 
Instance details

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

Methods

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

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

toConstr :: ProjectsDatabasesCollectionGroupsIndexesGet -> Constr #

dataTypeOf :: ProjectsDatabasesCollectionGroupsIndexesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsDatabasesCollectionGroupsIndexesGet Source # 
Instance details

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

Generic ProjectsDatabasesCollectionGroupsIndexesGet Source # 
Instance details

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

GoogleRequest ProjectsDatabasesCollectionGroupsIndexesGet Source # 
Instance details

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

type Rep ProjectsDatabasesCollectionGroupsIndexesGet Source # 
Instance details

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

type Rep ProjectsDatabasesCollectionGroupsIndexesGet = D1 (MetaData "ProjectsDatabasesCollectionGroupsIndexesGet" "Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.Get" "gogol-firestore-0.4.0-GW3AvKXkpND5rISC8pKhKY" False) (C1 (MetaCons "ProjectsDatabasesCollectionGroupsIndexesGet'" PrefixI True) ((S1 (MetaSel (Just "_pdcgigXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_pdcgigUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pdcgigAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_pdcgigUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pdcgigName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pdcgigCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsDatabasesCollectionGroupsIndexesGet Source # 
Instance details

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

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

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

Request Lenses

pdcgigUploadProtocol :: Lens' ProjectsDatabasesCollectionGroupsIndexesGet (Maybe Text) Source #

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

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