Namespace Google.Apis.Firestore.v1beta2
Classes
FirestoreBaseServiceRequest<TResponse>
A base abstract class for Firestore requests.
FirestoreService
The Firestore Service.
FirestoreService.Scope
Available OAuth 2.0 scopes for use with the Cloud Firestore API.
FirestoreService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Cloud Firestore API.
ProjectsResource
The "projects" collection of methods.
ProjectsResource.DatabasesResource
The "databases" collection of methods.
ProjectsResource.DatabasesResource.CollectionGroupsResource
The "collectionGroups" collection of methods.
ProjectsResource.DatabasesResource.CollectionGroupsResource.FieldsResource
The "fields" collection of methods.
ProjectsResource.DatabasesResource.CollectionGroupsResource.FieldsResource.GetRequest
Gets the metadata and configuration for a Field.
ProjectsResource.DatabasesResource.CollectionGroupsResource.FieldsResource.ListRequest
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
.
ProjectsResource.DatabasesResource.CollectionGroupsResource.FieldsResource.PatchRequest
Updates a field configuration. Currently, field updates apply only to single field index
configuration. However, calls to FirestoreAdmin.UpdateField should provide a field mask to avoid
changing any configuration that the caller isn't aware of. The field mask should be specified
as: { paths: "index_config" }
. This call returns a google.longrunning.Operation which may be
used to track the status of the field update. The metadata for the operation will be the type
FieldOperationMetadata. To configure the default field settings for the database, use the
special Field
with resource name:
projects/{project_id}/databases/{database_id}/collectionGroups/__default__/fields/*
.
ProjectsResource.DatabasesResource.CollectionGroupsResource.IndexesResource
The "indexes" collection of methods.
ProjectsResource.DatabasesResource.CollectionGroupsResource.IndexesResource.CreateRequest
Creates a composite index. This returns a google.longrunning.Operation which may be used to track the status of the creation. The metadata for the operation will be the type IndexOperationMetadata.
ProjectsResource.DatabasesResource.CollectionGroupsResource.IndexesResource.DeleteRequest
Deletes a composite index.
ProjectsResource.DatabasesResource.CollectionGroupsResource.IndexesResource.GetRequest
Gets a composite index.
ProjectsResource.DatabasesResource.CollectionGroupsResource.IndexesResource.ListRequest
Lists composite indexes.
ProjectsResource.DatabasesResource.ExportDocumentsRequest
Exports a copy of all or a subset of documents from Google Cloud Firestore to another storage system, such as Google Cloud Storage. Recent updates to documents may not be reflected in the export. The export occurs in the background and its progress can be monitored and managed via the Operation resource that is created. The output of an export may only be used once the associated operation is done. If an export operation is cancelled before completion it may leave partial data behind in Google Cloud Storage.
ProjectsResource.DatabasesResource.ImportDocumentsRequest
Imports documents into Google Cloud Firestore. Existing documents with the same name are overwritten. The import occurs in the background and its progress can be monitored and managed via the Operation resource that is created. If an ImportDocuments operation is cancelled, it is possible that a subset of the data has already been imported to Cloud Firestore.
Enums
FirestoreBaseServiceRequest<TResponse>.AltEnum
Data format for response.
FirestoreBaseServiceRequest<TResponse>.XgafvEnum
V1 error format.