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 |
Lists composite indexes.
See: Cloud Firestore API Reference for firestore.projects.databases.collectionGroups.indexes.list
.
Synopsis
- 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)))))))))))
- projectsDatabasesCollectionGroupsIndexesList :: Text -> ProjectsDatabasesCollectionGroupsIndexesList
- data ProjectsDatabasesCollectionGroupsIndexesList
- pdcgilParent :: Lens' ProjectsDatabasesCollectionGroupsIndexesList Text
- pdcgilXgafv :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Xgafv)
- pdcgilUploadProtocol :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text)
- pdcgilAccessToken :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text)
- pdcgilUploadType :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text)
- pdcgilFilter :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text)
- pdcgilPageToken :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text)
- pdcgilPageSize :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Int32)
- pdcgilCallback :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text)
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
projectsDatabasesCollectionGroupsIndexesList Source #
Creates a value of ProjectsDatabasesCollectionGroupsIndexesList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsDatabasesCollectionGroupsIndexesList Source #
Lists composite indexes.
See: projectsDatabasesCollectionGroupsIndexesList
smart constructor.
Instances
Request Lenses
pdcgilParent :: Lens' ProjectsDatabasesCollectionGroupsIndexesList Text Source #
A parent name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
pdcgilXgafv :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Xgafv) Source #
V1 error format.
pdcgilUploadProtocol :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pdcgilAccessToken :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text) Source #
OAuth access token.
pdcgilUploadType :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pdcgilFilter :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Text) Source #
The filter to apply to list results.
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.
pdcgilPageSize :: Lens' ProjectsDatabasesCollectionGroupsIndexesList (Maybe Int32) Source #
The number of results to return.