Enum DeleteDeploymentRequest.DeletePolicy (0.8.0)

public enum DeleteDeploymentRequest.DeletePolicy extends Enum<DeleteDeploymentRequest.DeletePolicy> implements ProtocolMessageEnum

Policy on how resources actuated by the deployment should be deleted.

Protobuf enum google.cloud.config.v1.DeleteDeploymentRequest.DeletePolicy

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ABANDON

Abandons resources and only deletes the deployment and its metadata.

ABANDON = 2;

ABANDON_VALUE

Abandons resources and only deletes the deployment and its metadata.

ABANDON = 2;

DELETE

Deletes resources actuated by the deployment.

DELETE = 1;

DELETE_POLICY_UNSPECIFIED

Unspecified policy, resources will be deleted.

DELETE_POLICY_UNSPECIFIED = 0;

DELETE_POLICY_UNSPECIFIED_VALUE

Unspecified policy, resources will be deleted.

DELETE_POLICY_UNSPECIFIED = 0;

DELETE_VALUE

Deletes resources actuated by the deployment.

DELETE = 1;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()