Enum DeploymentUnitProgress.State (0.68.0)

public enum DeploymentUnitProgress.State extends Enum<DeploymentUnitProgress.State> implements ProtocolMessageEnum

The possible steps a deployment unit provisioning may be running.

Protobuf enum google.cloud.config.v1.DeploymentUnitProgress.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ABORTED

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

ABORTED = 6;

ABORTED_VALUE

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

ABORTED = 6;

APPLYING_DEPLOYMENT

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

APPLYING_DEPLOYMENT = 2;

APPLYING_DEPLOYMENT_VALUE

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

APPLYING_DEPLOYMENT = 2;

DELETING_DEPLOYMENT

The deployment is being deleted.

DELETING_DEPLOYMENT = 8;

DELETING_DEPLOYMENT_VALUE

The deployment is being deleted.

DELETING_DEPLOYMENT = 8;

FAILED

The underlying deployment operation of the unit has failed.

FAILED = 5;

FAILED_VALUE

The underlying deployment operation of the unit has failed.

FAILED = 5;

PREVIEWING_DEPLOYMENT

The deployment is being previewed.

PREVIEWING_DEPLOYMENT = 9;

PREVIEWING_DEPLOYMENT_VALUE

The deployment is being previewed.

PREVIEWING_DEPLOYMENT = 9;

QUEUED

The deployment unit is queued for deployment creation or update.

QUEUED = 1;

QUEUED_VALUE

The deployment unit is queued for deployment creation or update.

QUEUED = 1;

SKIPPED

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

SKIPPED = 7;

SKIPPED_VALUE

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

SKIPPED = 7;

STATE_UNSPECIFIED

The default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value is unused.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The underlying deployment operation of the unit has succeeded.

SUCCEEDED = 4;

SUCCEEDED_VALUE

The underlying deployment operation of the unit has succeeded.

SUCCEEDED = 4;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()