public enum PreviewOperationMetadata.PreviewStep extends Enum<PreviewOperationMetadata.PreviewStep> implements ProtocolMessageEnum
The possible steps a preview may be running.
Protobuf enum google.cloud.config.v1.PreviewOperationMetadata.PreviewStep
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
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. |
FETCHING_DEPLOYMENT | Fetching a deployment. |
FETCHING_DEPLOYMENT_VALUE | Fetching a deployment. |
LOCKING_DEPLOYMENT | Locking a deployment. |
LOCKING_DEPLOYMENT_VALUE | Locking a deployment. |
PREPARING_STORAGE_BUCKET | Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the preview. |
PREPARING_STORAGE_BUCKET_VALUE | Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the preview. |
PREVIEW_STEP_UNSPECIFIED | Unspecified preview step. |
PREVIEW_STEP_UNSPECIFIED_VALUE | Unspecified preview step. |
RUNNING_TF_INIT | Initializing Terraform using |
RUNNING_TF_INIT_VALUE | Initializing Terraform using |
RUNNING_TF_PLAN | Running |
RUNNING_TF_PLAN_VALUE | Running |
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() |