public enum DeleteDeploymentGroupRequest.DeploymentReferencePolicy extends Enum<DeleteDeploymentGroupRequest.DeploymentReferencePolicy> implements ProtocolMessageEnumPolicy on how to handle referenced deployments when deleting the DeploymentGroup.
Protobuf enum
google.cloud.config.v1.DeleteDeploymentGroupRequest.DeploymentReferencePolicy
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DEPLOYMENT_REFERENCE_POLICY_UNSPECIFIED |
The default behavior. If unspecified, the system will act as if
|
DEPLOYMENT_REFERENCE_POLICY_UNSPECIFIED_VALUE |
The default behavior. If unspecified, the system will act as if
|
FAIL_IF_ANY_REFERENCES_EXIST |
Fail the deletion if any deployments currently referenced in the
|
FAIL_IF_ANY_REFERENCES_EXIST_VALUE |
Fail the deletion if any deployments currently referenced in the
|
FAIL_IF_METADATA_REFERENCES_EXIST |
Fail the deletion only if any deployments currently referenced in the
|
FAIL_IF_METADATA_REFERENCES_EXIST_VALUE |
Fail the deletion only if any deployments currently referenced in the
|
IGNORE_DEPLOYMENT_REFERENCES |
Ignore any deployments currently referenced in the
|
IGNORE_DEPLOYMENT_REFERENCES_VALUE |
Ignore any deployments currently referenced in the
|
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() |
|