Show / Hide Table of Contents

Namespace Google.Apis.Datastore.v1beta1.Data

Classes

GoogleDatastoreAdminV1CommonMetadata

Metadata common to all Datastore Admin operations.

GoogleDatastoreAdminV1DatastoreFirestoreMigrationMetadata

Metadata for Datastore to Firestore migration operations. The DatastoreFirestoreMigration operation is not started by the end-user via an explicit "creation" method. This is an intentional deviation from the LRO design pattern. This singleton resource can be accessed at: "projects/{project_id}/operations/datastore-firestore-migration"

GoogleDatastoreAdminV1EntityFilter

Identifies a subset of entities in a project. This is specified as combinations of kinds and namespaces (either or both of which may be all, as described in the following examples). Example usage: Entire project: kinds=[], namespace_ids=[] Kinds Foo and Bar in all namespaces: kinds=['Foo', 'Bar'], namespace_ids=[] Kinds Foo and Bar only in the default namespace: kinds=['Foo', 'Bar'], namespace_ids=[''] Kinds Foo and Bar in both the default and Baz namespaces: kinds=['Foo', 'Bar'], namespace_ids=['', 'Baz'] The entire Baz namespace: kinds=[], namespace_ids=['Baz']

GoogleDatastoreAdminV1ExportEntitiesMetadata

Metadata for ExportEntities operations.

GoogleDatastoreAdminV1ExportEntitiesResponse

The response for google.datastore.admin.v1.DatastoreAdmin.ExportEntities.

GoogleDatastoreAdminV1ImportEntitiesMetadata

Metadata for ImportEntities operations.

GoogleDatastoreAdminV1IndexOperationMetadata

Metadata for Index operations.

GoogleDatastoreAdminV1MigrationProgressEvent

An event signifying the start of a new step in a migration from Cloud Datastore to Cloud Firestore in Datastore mode.

GoogleDatastoreAdminV1MigrationStateEvent

An event signifying a change in state of a migration from Cloud Datastore to Cloud Firestore in Datastore mode.

GoogleDatastoreAdminV1PrepareStepDetails

Details for the PREPARE step.

GoogleDatastoreAdminV1Progress

Measures the progress of a particular metric.

GoogleDatastoreAdminV1RedirectWritesStepDetails

Details for the REDIRECT_WRITES step.

GoogleDatastoreAdminV1beta1CommonMetadata

Metadata common to all Datastore Admin operations.

GoogleDatastoreAdminV1beta1EntityFilter

Identifies a subset of entities in a project. This is specified as combinations of kinds and namespaces (either or both of which may be all, as described in the following examples). Example usage: Entire project: kinds=[], namespace_ids=[] Kinds Foo and Bar in all namespaces: kinds=['Foo', 'Bar'], namespace_ids=[] Kinds Foo and Bar only in the default namespace: kinds=['Foo', 'Bar'], namespace_ids=[''] Kinds Foo and Bar in both the default and Baz namespaces: kinds=['Foo', 'Bar'], namespace_ids=['', 'Baz'] The entire Baz namespace: kinds=[], namespace_ids=['Baz']

GoogleDatastoreAdminV1beta1ExportEntitiesMetadata

Metadata for ExportEntities operations.

GoogleDatastoreAdminV1beta1ExportEntitiesRequest

The request for google.datastore.admin.v1beta1.DatastoreAdmin.ExportEntities.

GoogleDatastoreAdminV1beta1ExportEntitiesResponse

The response for google.datastore.admin.v1beta1.DatastoreAdmin.ExportEntities.

GoogleDatastoreAdminV1beta1ImportEntitiesMetadata

Metadata for ImportEntities operations.

GoogleDatastoreAdminV1beta1ImportEntitiesRequest

The request for google.datastore.admin.v1beta1.DatastoreAdmin.ImportEntities.

GoogleDatastoreAdminV1beta1Progress

Measures the progress of a particular metric.

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.

In this article
Back to top Generated by DocFX