public enum DeploymentUnitProgress.State extends Enum<DeploymentUnitProgress.State> implements ProtocolMessageEnumThe possible steps a deployment unit provisioning may be running.
Protobuf enum google.cloud.config.v1.DeploymentUnitProgress.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ABORTED |
The deployment unit was aborted, likely due to failures in other dependent deployment units. |
ABORTED_VALUE |
The deployment unit was aborted, likely due to failures in other dependent deployment units. |
APPLYING_DEPLOYMENT |
The underlying deployment of the unit is being created or updated. |
APPLYING_DEPLOYMENT_VALUE |
The underlying deployment of the unit is being created or updated. |
DELETING_DEPLOYMENT |
The deployment is being deleted. |
DELETING_DEPLOYMENT_VALUE |
The deployment is being deleted. |
FAILED |
The underlying deployment operation of the unit has failed. |
FAILED_VALUE |
The underlying deployment operation of the unit has failed. |
PREVIEWING_DEPLOYMENT |
The deployment is being previewed. |
PREVIEWING_DEPLOYMENT_VALUE |
The deployment is being previewed. |
QUEUED |
The deployment unit is queued for deployment creation or update. |
QUEUED_VALUE |
The deployment unit is queued for deployment creation or update. |
SKIPPED |
The deployment unit was skipped because there were no changes to apply. |
SKIPPED_VALUE |
The deployment unit was skipped because there were no changes to apply. |
STATE_UNSPECIFIED |
The default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
The default value. This value is unused. |
SUCCEEDED |
The underlying deployment operation of the unit has succeeded. |
SUCCEEDED_VALUE |
The underlying deployment operation of the unit has succeeded. |
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() |
|