Reference documentation and code samples for the Google Cloud Deploy V1 Client class State.
Valid states of a Rollout
.
Protobuf type google.cloud.deploy.v1.Rollout.State
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The Rollout
has an unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1
The Rollout
has completed successfully.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2
The Rollout
has failed.
Generated from protobuf enum FAILED = 2;
IN_PROGRESS
Value: 3
The Rollout
is being deployed.
Generated from protobuf enum IN_PROGRESS = 3;
PENDING_APPROVAL
Value: 4
The Rollout
needs approval.
Generated from protobuf enum PENDING_APPROVAL = 4;
APPROVAL_REJECTED
Value: 5
An approver rejected the Rollout
.
Generated from protobuf enum APPROVAL_REJECTED = 5;
PENDING
Value: 6
The Rollout
is waiting for an earlier Rollout(s) to complete on this
Target
.
Generated from protobuf enum PENDING = 6;
PENDING_RELEASE
Value: 7
The Rollout
is waiting for the Release
to be fully rendered.
Generated from protobuf enum PENDING_RELEASE = 7;