Google Cloud Datastore Admin V1 Client - Class State (0.8.5)

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 \ CommonMetadata

Methods

Parameter
Name
Description
value
mixed
Parameter
Name
Description
name
mixed

Constants

  Value: 0 
 

Unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

  Value: 1 
 

Request is being prepared for processing.

Generated from protobuf enum INITIALIZING = 1;

  Value: 2 
 

Request is actively being processed.

Generated from protobuf enum PROCESSING = 2;

  Value: 3 
 

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

Generated from protobuf enum CANCELLING = 3;

  Value: 4 
 

Request has been processed and is in its finalization stage.

Generated from protobuf enum FINALIZING = 4;

  Value: 5 
 

Request has completed successfully.

Generated from protobuf enum SUCCESSFUL = 5;

  Value: 6 
 

Request has finished being processed, but encountered an error.

Generated from protobuf enum FAILED = 6;

  Value: 7 
 

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

Generated from protobuf enum CANCELLED = 7;

Create a Mobile Website
View Site in Mobile | Classic
Share by: