Google Cloud Datastore Admin V1 Client - Class State (1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Datastore Admin V1 Client class State.
The various possible states for an ongoing Operation.
Protobuf type google.datastore.admin.v1.CommonMetadata.State
Namespace
Google \ Cloud \ Datastore \ Admin \ V1 \ CommonMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
INITIALIZING
Value: 1Request is being prepared for processing.
Generated from protobuf enum INITIALIZING = 1;
PROCESSING
Value: 2Request is actively being processed.
Generated from protobuf enum PROCESSING = 2;
CANCELLING
Value: 3Request is in the process of being cancelled after user called google.longrunning.Operations.CancelOperation on the operation.
Generated from protobuf enum CANCELLING = 3;
FINALIZING
Value: 4Request has been processed and is in its finalization stage.
Generated from protobuf enum FINALIZING = 4;
SUCCESSFUL
Value: 5Request has completed successfully.
Generated from protobuf enum SUCCESSFUL = 5;
FAILED
Value: 6Request has finished being processed, but encountered an error.
Generated from protobuf enum FAILED = 6;
CANCELLED
Value: 7Request has finished being cancelled after user called google.longrunning.Operations.CancelOperation.
Generated from protobuf enum CANCELLED = 7;