Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class State.
The possible states of an execution like RUNNING, SUCCEEDED, FAILED, etc.
Protobuf type google.cloud.workloadmanager.v1.Execution.State
Namespace
Google \ Cloud \ WorkloadManager \ V1 \ ExecutionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State of execution is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1The execution is running in backend service.
Generated from protobuf enum RUNNING = 1;
SUCCEEDED
Value: 2The execution run succeeded.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3The execution run failed.
Generated from protobuf enum FAILED = 3;