Namespace Google.Apis.Firestore.v1beta2.Data
Classes
Empty
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
GoogleFirestoreAdminV1BulkDeleteDocumentsMetadata
Metadata for google.longrunning.Operation results from FirestoreAdmin.BulkDeleteDocuments.
GoogleFirestoreAdminV1CreateDatabaseMetadata
Metadata related to the create database operation.
GoogleFirestoreAdminV1DeleteDatabaseMetadata
Metadata related to the delete database operation.
GoogleFirestoreAdminV1Progress
Describes the progress of the operation. Unit of work is generic and must be interpreted based on where Progress is used.
GoogleFirestoreAdminV1RestoreDatabaseMetadata
Metadata for the long-running operation from the RestoreDatabase request.
GoogleFirestoreAdminV1UpdateDatabaseMetadata
Metadata related to the update database operation.
GoogleFirestoreAdminV1beta2ExportDocumentsMetadata
Metadata for google.longrunning.Operation results from FirestoreAdmin.ExportDocuments.
GoogleFirestoreAdminV1beta2ExportDocumentsRequest
The request for FirestoreAdmin.ExportDocuments.
GoogleFirestoreAdminV1beta2ExportDocumentsResponse
Returned in the google.longrunning.Operation response field.
GoogleFirestoreAdminV1beta2Field
Represents a single field in the database. Fields are grouped by their "Collection Group", which represent all collections in the database with the same id.
GoogleFirestoreAdminV1beta2FieldOperationMetadata
Metadata for google.longrunning.Operation results from FirestoreAdmin.UpdateField.
GoogleFirestoreAdminV1beta2ImportDocumentsMetadata
Metadata for google.longrunning.Operation results from FirestoreAdmin.ImportDocuments.
GoogleFirestoreAdminV1beta2ImportDocumentsRequest
The request for FirestoreAdmin.ImportDocuments.
GoogleFirestoreAdminV1beta2Index
Cloud Firestore indexes enable simple and complex queries against documents in a database.
GoogleFirestoreAdminV1beta2IndexConfig
The index configuration for this field.
GoogleFirestoreAdminV1beta2IndexConfigDelta
Information about an index configuration change.
GoogleFirestoreAdminV1beta2IndexField
A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
GoogleFirestoreAdminV1beta2IndexOperationMetadata
Metadata for google.longrunning.Operation results from FirestoreAdmin.CreateIndex.
GoogleFirestoreAdminV1beta2ListFieldsResponse
The response for FirestoreAdmin.ListFields.
GoogleFirestoreAdminV1beta2ListIndexesResponse
The response for FirestoreAdmin.ListIndexes.
GoogleFirestoreAdminV1beta2Progress
Describes the progress of the operation. Unit of work is generic and must be interpreted based on where Progress is used.
GoogleLongrunningOperation
This resource represents a long-running operation that is the result of a network API call.
Status
The Status
type defines a logical error model that is suitable for different programming environments,
including REST APIs and RPC APIs. It is used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details. You can find out more about this error model
and how to work with it in the API Design Guide.