Reference documentation and code samples for the Google Cloud Deploy V1 Client class State.
Valid states of a Phase.
Protobuf type google.cloud.deploy.v1.Phase.State
Namespace
Google \ Cloud \ Deploy \ V1 \ PhaseMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The Phase has an unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1
The Phase is waiting for an earlier Phase(s) to complete.
Generated from protobuf enum PENDING = 1;
IN_PROGRESS
Value: 2
The Phase is in progress.
Generated from protobuf enum IN_PROGRESS = 2;
SUCCEEDED
Value: 3
The Phase has succeeded.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4
The Phase has failed.
Generated from protobuf enum FAILED = 4;
ABORTED
Value: 5
The Phase was aborted.
Generated from protobuf enum ABORTED = 5;
SKIPPED
Value: 6
The Phase was skipped.
Generated from protobuf enum SKIPPED = 6;