- 0.52.0 (latest)
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.1.0
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() |