Reference documentation and code samples for the Google Cloud Deploy V1 Client class State.
Valid state of an AutomationRun.
Protobuf type google.cloud.deploy.v1.AutomationRun.State
Namespace
Google \ Cloud \ Deploy \ V1 \ AutomationRunMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The AutomationRun has an unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1The AutomationRun has succeeded.
Generated from protobuf enum SUCCEEDED = 1;
CANCELLED
Value: 2The AutomationRun was cancelled.
Generated from protobuf enum CANCELLED = 2;
FAILED
Value: 3The AutomationRun has failed.
Generated from protobuf enum FAILED = 3;
IN_PROGRESS
Value: 4The AutomationRun is in progress.
Generated from protobuf enum IN_PROGRESS = 4;
PENDING
Value: 5The AutomationRun is pending.
Generated from protobuf enum PENDING = 5;
ABORTED
Value: 6The AutomationRun was aborted.
Generated from protobuf enum ABORTED = 6;