Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class State.
Possible states of a rule execution like SUCCESS, FAILURE, etc.
Protobuf type google.cloud.workloadmanager.v1.RuleExecutionResult.State
Namespace
Google \ Cloud \ WorkloadManager \ V1 \ RuleExecutionResultMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unknown state
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STATE_SUCCESS
Value: 1Execution completed successfully
Generated from protobuf enum STATE_SUCCESS = 1;
STATE_FAILURE
Value: 2Execution completed with failures
Generated from protobuf enum STATE_FAILURE = 2;
STATE_SKIPPED
Value: 3Execution was not executed
Generated from protobuf enum STATE_SKIPPED = 3;