Cloud Datastore v1 API - Enum CommonMetadata.Types.State (2.2.0)

public enum CommonMetadata.Types.State

Reference documentation and code samples for the Cloud Datastore v1 API enum CommonMetadata.Types.State.

The various possible states for an ongoing Operation.

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Fields

NameDescription
Cancelled

Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.

Cancelling

Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.

Failed

Request has finished being processed, but encountered an error.

Finalizing

Request has been processed and is in its finalization stage.

Initializing

Request is being prepared for processing.

Processing

Request is actively being processed.

Successful

Request has completed successfully.

Unspecified

Unspecified.