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: 0
The AutomationRun
has an unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1
The AutomationRun
has succeeded.
Generated from protobuf enum SUCCEEDED = 1;
CANCELLED
Value: 2
The AutomationRun
was cancelled.
Generated from protobuf enum CANCELLED = 2;
FAILED
Value: 3
The AutomationRun
has failed.
Generated from protobuf enum FAILED = 3;
IN_PROGRESS
Value: 4
The AutomationRun
is in progress.
Generated from protobuf enum IN_PROGRESS = 4;
PENDING
Value: 5
The AutomationRun
is pending.
Generated from protobuf enum PENDING = 5;