Module: Google::Cloud::Datastore::Admin::V1::CommonMetadata::State

Defined in:
proto_docs/google/datastore/admin/v1/datastore_admin.rb

Overview

The various possible states for an ongoing Operation.

Constant Summary collapse

STATE_UNSPECIFIED =

Unspecified.

0
INITIALIZING =

Request is being prepared for processing.

1
PROCESSING =

Request is actively being processed.

2
CANCELLING =

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

3
FINALIZING =

Request has been processed and is in its finalization stage.

4
SUCCESSFUL =

Request has completed successfully.

5
FAILED =

Request has finished being processed, but encountered an error.

6
CANCELLED =

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

7