Reference documentation and code samples for the Google Cloud Optimization V1 Client class State.
Possible states of the operation.
Protobuf type google.cloud.optimization.v1.AsyncModelMetadata.State
Namespace
Google \ Cloud \ Optimization \ V1 \ AsyncModelMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The default value. This value is used if the state is omitted.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1Request is being processed.
Generated from protobuf enum RUNNING = 1;
SUCCEEDED
Value: 2The operation completed successfully.
Generated from protobuf enum SUCCEEDED = 2;
CANCELLED
Value: 3The operation was cancelled.
Generated from protobuf enum CANCELLED = 3;
FAILED
Value: 4The operation has failed.
Generated from protobuf enum FAILED = 4;