Class PreviewOperationMetadata (0.1.9)

PreviewOperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Ephemeral metadata content describing the state of a preview operation.

Attributes

NameDescription
step google.cloud.config_v1.types.PreviewOperationMetadata.PreviewStep
The current step the preview operation is running.
preview_artifacts google.cloud.config_v1.types.PreviewArtifacts
Artifacts from preview.
logs str
Output only. Location of preview logs in gs://{bucket}/{object} format.
build str
Output only. Cloud Build instance UUID associated with this preview.

Classes

PreviewStep

PreviewStep(value)

The possible steps a preview may be running.

Values: PREVIEW_STEP_UNSPECIFIED (0): Unspecified preview step. PREPARING_STORAGE_BUCKET (1): Infra Manager is creating a Google Cloud Storage bucket to store artifacts and metadata about the preview. DOWNLOADING_BLUEPRINT (2): Downloading the blueprint onto the Google Cloud Storage bucket. RUNNING_TF_INIT (3): Initializing Terraform using terraform init. RUNNING_TF_PLAN (4): Running terraform plan. FETCHING_DEPLOYMENT (5): Fetching a deployment. LOCKING_DEPLOYMENT (6): Locking a deployment. UNLOCKING_DEPLOYMENT (7): Unlocking a deployment. SUCCEEDED (8): Operation was successful. FAILED (9): Operation failed. VALIDATING_REPOSITORY (10): Validating the provided repository.