Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class State.
State of the rollout
Protobuf type google.cloud.configdelivery.v1.RolloutInfo.State
Namespace
Google \ Cloud \ ConfigDelivery \ V1 \ RolloutInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
COMPLETED
Value: 1
Rollout completed.
Generated from protobuf enum COMPLETED = 1;
SUSPENDED
Value: 2
Rollout suspended.
Generated from protobuf enum SUSPENDED = 2;
ABORTED
Value: 3
Rollout aborted.
Generated from protobuf enum ABORTED = 3;
IN_PROGRESS
Value: 5
Rollout in progress.
Generated from protobuf enum IN_PROGRESS = 5;
STALLED
Value: 6
Rollout stalled.
Generated from protobuf enum STALLED = 6;
CANCELLED
Value: 7
Rollout cancelled.
Generated from protobuf enum CANCELLED = 7;
ABORTING
Value: 8
Rollout aborting.
Generated from protobuf enum ABORTING = 8;