public enum DeploymentOperationMetadata.DeploymentStep extends Enum<DeploymentOperationMetadata.DeploymentStep> implements ProtocolMessageEnum
The possible steps a deployment may be running.
Protobuf enum google.cloud.config.v1.DeploymentOperationMetadata.DeploymentStep
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
DEPLOYMENT_STEP_UNSPECIFIED | Unspecified deployment step |
DEPLOYMENT_STEP_UNSPECIFIED_VALUE | Unspecified deployment step |
DOWNLOADING_BLUEPRINT | Downloading the blueprint onto the Google Cloud Storage bucket |
DOWNLOADING_BLUEPRINT_VALUE | Downloading the blueprint onto the Google Cloud Storage bucket |
FAILED | Operation failed |
FAILED_VALUE | Operation failed |
PREPARING_STORAGE_BUCKET | Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the deployment and revision |
PREPARING_STORAGE_BUCKET_VALUE | Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the deployment and revision |
RUNNING_QUOTA_VALIDATION | Running quota validation |
RUNNING_QUOTA_VALIDATION_VALUE | Running quota validation |
RUNNING_TF_APPLY | Actuating resources using Terraform using |
RUNNING_TF_APPLY_VALUE | Actuating resources using Terraform using |
RUNNING_TF_DESTROY | Destroying resources using Terraform using |
RUNNING_TF_DESTROY_VALUE | Destroying resources using Terraform using |
RUNNING_TF_INIT | Initializing Terraform using |
RUNNING_TF_INIT_VALUE | Initializing Terraform using |
RUNNING_TF_PLAN | Running |
RUNNING_TF_PLAN_VALUE | Running |
RUNNING_TF_VALIDATE | Validating the uploaded TF state file when unlocking a deployment |
RUNNING_TF_VALIDATE_VALUE | Validating the uploaded TF state file when unlocking a deployment |
SUCCEEDED | Operation was successful |
SUCCEEDED_VALUE | Operation was successful |
UNLOCKING_DEPLOYMENT | Unlocking a deployment |
UNLOCKING_DEPLOYMENT_VALUE | Unlocking a deployment |
UNRECOGNIZED | |
VALIDATING_REPOSITORY | Validating the provided repository. |
VALIDATING_REPOSITORY_VALUE | Validating the provided repository. |
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() |