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 the field configuration and metadata for this database. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to `indexConfig.usesAncestorConfig:false`.
See: Cloud Firestore API Reference for firestore.projects.databases.collectionGroups.fields.list
.
Synopsis
- type ProjectsDatabasesCollectionGroupsFieldsListResource = "v1" :> (Capture "parent" Text :> ("fields" :> (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] GoogleFirestoreAdminV1ListFieldsResponse)))))))))))
- projectsDatabasesCollectionGroupsFieldsList :: Text -> ProjectsDatabasesCollectionGroupsFieldsList
- data ProjectsDatabasesCollectionGroupsFieldsList
- pdcgflParent :: Lens' ProjectsDatabasesCollectionGroupsFieldsList Text
- pdcgflXgafv :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Xgafv)
- pdcgflUploadProtocol :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text)
- pdcgflAccessToken :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text)
- pdcgflUploadType :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text)
- pdcgflFilter :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text)
- pdcgflPageToken :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text)
- pdcgflPageSize :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Int32)
- pdcgflCallback :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text)
REST Resource
type ProjectsDatabasesCollectionGroupsFieldsListResource = "v1" :> (Capture "parent" Text :> ("fields" :> (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] GoogleFirestoreAdminV1ListFieldsResponse))))))))))) Source #
A resource alias for firestore.projects.databases.collectionGroups.fields.list
method which the
ProjectsDatabasesCollectionGroupsFieldsList
request conforms to.
Creating a Request
projectsDatabasesCollectionGroupsFieldsList Source #
Creates a value of ProjectsDatabasesCollectionGroupsFieldsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsDatabasesCollectionGroupsFieldsList Source #
Lists the field configuration and metadata for this database. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to `indexConfig.usesAncestorConfig:false`.
See: projectsDatabasesCollectionGroupsFieldsList
smart constructor.
Instances
Request Lenses
pdcgflParent :: Lens' ProjectsDatabasesCollectionGroupsFieldsList Text Source #
A parent name of the form `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`
pdcgflXgafv :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Xgafv) Source #
V1 error format.
pdcgflUploadProtocol :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pdcgflAccessToken :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text) Source #
OAuth access token.
pdcgflUploadType :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pdcgflFilter :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text) Source #
The filter to apply to list results. Currently, FirestoreAdmin.ListFields only supports listing fields that have been explicitly overridden. To issue this query, call FirestoreAdmin.ListFields with the filter set to `indexConfig.usesAncestorConfig:false`.
pdcgflPageToken :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Text) Source #
A page token, returned from a previous call to FirestoreAdmin.ListFields, that may be used to get the next page of results.
pdcgflPageSize :: Lens' ProjectsDatabasesCollectionGroupsFieldsList (Maybe Int32) Source #
The number of results to return.