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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ABANDON | Abandons resources and only deletes the deployment and its metadata. |
ABANDON_VALUE | Abandons resources and only deletes the deployment and its metadata. |
DELETE | Deletes resources actuated by the deployment. |
DELETE_POLICY_UNSPECIFIED | Unspecified policy, resources will be deleted. |
DELETE_POLICY_UNSPECIFIED_VALUE | Unspecified policy, resources will be deleted. |
DELETE_VALUE | Deletes resources actuated by the deployment. |
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() |