public enum DeploymentUnitProgress.Intent extends Enum<DeploymentUnitProgress.Intent> implements ProtocolMessageEnumThe possible intents of a deployment unit.
Protobuf enum google.cloud.config.v1.DeploymentUnitProgress.Intent
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CLEAN_UP |
Delete deployment in latest successful revision while no longer referenced in any deployment unit in the current deployment group. |
CLEAN_UP_VALUE |
Delete deployment in latest successful revision while no longer referenced in any deployment unit in the current deployment group. |
CREATE_DEPLOYMENT |
Create deployment in the unit from the deployment spec. |
CREATE_DEPLOYMENT_VALUE |
Create deployment in the unit from the deployment spec. |
DELETE_DEPLOYMENT |
Delete deployment in the unit. |
DELETE_DEPLOYMENT_VALUE |
Delete deployment in the unit. |
INTENT_UNSPECIFIED |
Unspecified intent. |
INTENT_UNSPECIFIED_VALUE |
Unspecified intent. |
RECREATE_DEPLOYMENT |
Recreate deployment in the unit. |
RECREATE_DEPLOYMENT_VALUE |
Recreate deployment in the unit. |
UNCHANGED |
Expected to be unchanged. |
UNCHANGED_VALUE |
Expected to be unchanged. |
UNRECOGNIZED |
|
UPDATE_DEPLOYMENT |
Update deployment in the unit. |
UPDATE_DEPLOYMENT_VALUE |
Update deployment in the unit. |
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() |
|