Reference documentation and code samples for the Google Cloud Config V1 Client class State.
The possible steps a deployment unit provisioning may be running.
Protobuf type google.cloud.config.v1.DeploymentUnitProgress.State
Namespace
Google \ Cloud \ Config \ V1 \ DeploymentUnitProgressMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
QUEUED
Value: 1The deployment unit is queued for deployment creation or update.
Generated from protobuf enum QUEUED = 1;
APPLYING_DEPLOYMENT
Value: 2The underlying deployment of the unit is being created or updated.
Generated from protobuf enum APPLYING_DEPLOYMENT = 2;
SUCCEEDED
Value: 4The underlying deployment operation of the unit has succeeded.
Generated from protobuf enum SUCCEEDED = 4;
FAILED
Value: 5The underlying deployment operation of the unit has failed.
Generated from protobuf enum FAILED = 5;
ABORTED
Value: 6The deployment unit was aborted, likely due to failures in other dependent deployment units.
Generated from protobuf enum ABORTED = 6;
SKIPPED
Value: 7The deployment unit was skipped because there were no changes to apply.
Generated from protobuf enum SKIPPED = 7;
DELETING_DEPLOYMENT
Value: 8The deployment is being deleted.
Generated from protobuf enum DELETING_DEPLOYMENT = 8;
PREVIEWING_DEPLOYMENT
Value: 9The deployment is being previewed.
Generated from protobuf enum PREVIEWING_DEPLOYMENT = 9;