Enum DeploymentUnitProgress.Intent (0.68.0)

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

The possible intents of a deployment unit.

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

Implements

ProtocolMessageEnum

Static 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 = 5;

CLEAN_UP_VALUE

Delete deployment in latest successful revision while no longer referenced in any deployment unit in the current deployment group.

CLEAN_UP = 5;

CREATE_DEPLOYMENT

Create deployment in the unit from the deployment spec.

CREATE_DEPLOYMENT = 1;

CREATE_DEPLOYMENT_VALUE

Create deployment in the unit from the deployment spec.

CREATE_DEPLOYMENT = 1;

DELETE_DEPLOYMENT

Delete deployment in the unit.

DELETE_DEPLOYMENT = 3;

DELETE_DEPLOYMENT_VALUE

Delete deployment in the unit.

DELETE_DEPLOYMENT = 3;

INTENT_UNSPECIFIED

Unspecified intent.

INTENT_UNSPECIFIED = 0;

INTENT_UNSPECIFIED_VALUE

Unspecified intent.

INTENT_UNSPECIFIED = 0;

RECREATE_DEPLOYMENT

Recreate deployment in the unit.

RECREATE_DEPLOYMENT = 4;

RECREATE_DEPLOYMENT_VALUE

Recreate deployment in the unit.

RECREATE_DEPLOYMENT = 4;

UNCHANGED

Expected to be unchanged.

UNCHANGED = 6;

UNCHANGED_VALUE

Expected to be unchanged.

UNCHANGED = 6;

UNRECOGNIZED
UPDATE_DEPLOYMENT

Update deployment in the unit.

UPDATE_DEPLOYMENT = 2;

UPDATE_DEPLOYMENT_VALUE

Update deployment in the unit.

UPDATE_DEPLOYMENT = 2;

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()