The default behavior. If unspecified, the system will act as if
FAIL_IF_ANY_REFERENCES_EXIST is specified.
DEPLOYMENT_REFERENCE_POLICY_UNSPECIFIED = 0;
DEPLOYMENT_REFERENCE_POLICY_UNSPECIFIED_VALUE
The default behavior. If unspecified, the system will act as if
FAIL_IF_ANY_REFERENCES_EXIST is specified.
DEPLOYMENT_REFERENCE_POLICY_UNSPECIFIED = 0;
FAIL_IF_ANY_REFERENCES_EXIST
Fail the deletion if any deployments currently referenced in the
deployment_units of the DeploymentGroup or in the latest revision
are not deleted.
FAIL_IF_ANY_REFERENCES_EXIST = 1;
FAIL_IF_ANY_REFERENCES_EXIST_VALUE
Fail the deletion if any deployments currently referenced in the
deployment_units of the DeploymentGroup or in the latest revision
are not deleted.
FAIL_IF_ANY_REFERENCES_EXIST = 1;
FAIL_IF_METADATA_REFERENCES_EXIST
Fail the deletion only if any deployments currently referenced in the
deployment_units of the DeploymentGroup are not deleted.
The deletion will proceed even if the deployments in the latest revision
of the DeploymentGroup are not deleted.
FAIL_IF_METADATA_REFERENCES_EXIST = 2;
FAIL_IF_METADATA_REFERENCES_EXIST_VALUE
Fail the deletion only if any deployments currently referenced in the
deployment_units of the DeploymentGroup are not deleted.
The deletion will proceed even if the deployments in the latest revision
of the DeploymentGroup are not deleted.
FAIL_IF_METADATA_REFERENCES_EXIST = 2;
IGNORE_DEPLOYMENT_REFERENCES
Ignore any deployments currently referenced in the
deployment_units of the DeploymentGroup or in the latest revision.
IGNORE_DEPLOYMENT_REFERENCES = 3;
IGNORE_DEPLOYMENT_REFERENCES_VALUE
Ignore any deployments currently referenced in the
deployment_units of the DeploymentGroup or in the latest revision.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-25 UTC."],[],[]]