Google Cloud Config V1 Client - Class State (1.8.0)

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 \ DeploymentUnitProgress

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

QUEUED

Value: 1

The deployment unit is queued for deployment creation or update.

Generated from protobuf enum QUEUED = 1;

APPLYING_DEPLOYMENT

Value: 2

The underlying deployment of the unit is being created or updated.

Generated from protobuf enum APPLYING_DEPLOYMENT = 2;

SUCCEEDED

Value: 4

The underlying deployment operation of the unit has succeeded.

Generated from protobuf enum SUCCEEDED = 4;

FAILED

Value: 5

The underlying deployment operation of the unit has failed.

Generated from protobuf enum FAILED = 5;

ABORTED

Value: 6

The deployment unit was aborted, likely due to failures in other dependent deployment units.

Generated from protobuf enum ABORTED = 6;

SKIPPED

Value: 7

The deployment unit was skipped because there were no changes to apply.

Generated from protobuf enum SKIPPED = 7;

DELETING_DEPLOYMENT

Value: 8

The deployment is being deleted.

Generated from protobuf enum DELETING_DEPLOYMENT = 8;

PREVIEWING_DEPLOYMENT

Value: 9

The deployment is being previewed.

Generated from protobuf enum PREVIEWING_DEPLOYMENT = 9;