Enum DeploymentOperationMetadata.DeploymentStep (0.19.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
DEPLOYMENT_STEP_UNSPECIFIED

Unspecified deployment step

DEPLOYMENT_STEP_UNSPECIFIED = 0;

DEPLOYMENT_STEP_UNSPECIFIED_VALUE

Unspecified deployment step

DEPLOYMENT_STEP_UNSPECIFIED = 0;

DOWNLOADING_BLUEPRINT

Downloading the blueprint onto the Google Cloud Storage bucket

DOWNLOADING_BLUEPRINT = 2;

DOWNLOADING_BLUEPRINT_VALUE

Downloading the blueprint onto the Google Cloud Storage bucket

DOWNLOADING_BLUEPRINT = 2;

FAILED

Operation failed

FAILED = 10;

FAILED_VALUE

Operation failed

FAILED = 10;

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 = 1;

PREPARING_STORAGE_BUCKET_VALUE

Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the deployment and revision

PREPARING_STORAGE_BUCKET = 1;

RUNNING_QUOTA_VALIDATION

Running quota validation

RUNNING_QUOTA_VALIDATION = 12;

RUNNING_QUOTA_VALIDATION_VALUE

Running quota validation

RUNNING_QUOTA_VALIDATION = 12;

RUNNING_TF_APPLY

Actuating resources using Terraform using terraform apply

RUNNING_TF_APPLY = 5;

RUNNING_TF_APPLY_VALUE

Actuating resources using Terraform using terraform apply

RUNNING_TF_APPLY = 5;

RUNNING_TF_DESTROY

Destroying resources using Terraform using terraform destroy

RUNNING_TF_DESTROY = 6;

RUNNING_TF_DESTROY_VALUE

Destroying resources using Terraform using terraform destroy

RUNNING_TF_DESTROY = 6;

RUNNING_TF_INIT

Initializing Terraform using terraform init

RUNNING_TF_INIT = 3;

RUNNING_TF_INIT_VALUE

Initializing Terraform using terraform init

RUNNING_TF_INIT = 3;

RUNNING_TF_PLAN

Running terraform plan

RUNNING_TF_PLAN = 4;

RUNNING_TF_PLAN_VALUE

Running terraform plan

RUNNING_TF_PLAN = 4;

RUNNING_TF_VALIDATE

Validating the uploaded TF state file when unlocking a deployment

RUNNING_TF_VALIDATE = 7;

RUNNING_TF_VALIDATE_VALUE

Validating the uploaded TF state file when unlocking a deployment

RUNNING_TF_VALIDATE = 7;

SUCCEEDED

Operation was successful

SUCCEEDED = 9;

SUCCEEDED_VALUE

Operation was successful

SUCCEEDED = 9;

UNLOCKING_DEPLOYMENT

Unlocking a deployment

UNLOCKING_DEPLOYMENT = 8;

UNLOCKING_DEPLOYMENT_VALUE

Unlocking a deployment

UNLOCKING_DEPLOYMENT = 8;

UNRECOGNIZED
VALIDATING_REPOSITORY

Validating the provided repository.

VALIDATING_REPOSITORY = 11;

VALIDATING_REPOSITORY_VALUE

Validating the provided repository.

VALIDATING_REPOSITORY = 11;

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()