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.List

Contents

Description

Lists composite indexes.

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

Synopsis

REST Resource

type ProjectsDatabasesCollectionGroupsIndexesListResource = "v1" :> (Capture "parent" Text :> ("indexes" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] GoogleFirestoreAdminV1ListIndexesResponse))))))))))) Source #

A resource alias for firestore.projects.databases.collectionGroups.indexes.list method which the ProjectsDatabasesCollectionGroupsIndexesList request conforms to.

Creating a Request

data ProjectsDatabasesCollectionGroupsIndexesList Source #

Lists composite indexes.

See: projectsDatabasesCollectionGroupsIndexesList smart constructor.

Instances
Eq ProjectsDatabasesCollectionGroupsIndexesList Source # 
Instance details

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

Data ProjectsDatabasesCollectionGroupsIndexesList Source # 
Instance details

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

Methods

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

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

toConstr :: ProjectsDatabasesCollectionGroupsIndexesList -> Constr #

dataTypeOf :: ProjectsDatabasesCollectionGroupsIndexesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsDatabasesCollectionGroupsIndexesList Source # 
Instance details

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

Generic ProjectsDatabasesCollectionGroupsIndexesList Source # 
Instance details

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

GoogleRequest ProjectsDatabasesCollectionGroupsIndexesList Source # 
Instance details

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

type Rep ProjectsDatabasesCollectionGroupsIndexesList Source # 
Instance details

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

type Rep ProjectsDatabasesCollectionGroupsIndexesList = D1 (MetaData "ProjectsDatabasesCollectionGroupsIndexesList" "Network.Google.Resource.FireStore.Projects.Databases.CollectionGroups.Indexes.List" "gogol-firestore-0.4.0-GW3AvKXkpND5rISC8pKhKY" False) (C1 (MetaCons "ProjectsDatabasesCollectionGroupsIndexesList'" PrefixI True) (((S1 (MetaSel (Just "_pdcgilParent") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pdcgilXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) :*: (S1 (MetaSel (Just "_pdcgilUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pdcgilAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_pdcgilUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pdcgilFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_pdcgilPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_pdcgilPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_pdcgilCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsDatabasesCollectionGroupsIndexesList Source # 
Instance details

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

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

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

Request Lenses

pdcgilParent :: Lens' ProjectsDatabasesCollectionGroupsIndexesList Text Source #

A parent name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`

pdcgilUploadProtocol :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text) Source #

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

pdcgilUploadType :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

pdcgilPageToken :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text) Source #

A page token, returned from a previous call to FirestoreAdmin.ListIndexes, that may be used to get the next page of results.