Class: Google::Cloud::ConfigService::V1::PreviewOperationMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

Ephemeral metadata content describing the state of a preview operation.

Defined Under Namespace

Modules: PreviewStep

Instance Attribute Summary collapse

Instance Attribute Details

#build::String (readonly)

Returns Output only. Cloud Build instance UUID associated with this preview.

Returns:

  • (::String)

    Output only. Cloud Build instance UUID associated with this preview.



1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1253

class PreviewOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The possible steps a preview may be running.
  module PreviewStep
    # Unspecified preview step.
    PREVIEW_STEP_UNSPECIFIED = 0

    # Infra Manager is creating a Google Cloud Storage bucket to store
    # artifacts and metadata about the preview.
    PREPARING_STORAGE_BUCKET = 1

    # Downloading the blueprint onto the Google Cloud Storage bucket.
    DOWNLOADING_BLUEPRINT = 2

    # Initializing Terraform using `terraform init`.
    RUNNING_TF_INIT = 3

    # Running `terraform plan`.
    RUNNING_TF_PLAN = 4

    # Fetching a deployment.
    FETCHING_DEPLOYMENT = 5

    # Locking a deployment.
    LOCKING_DEPLOYMENT = 6

    # Unlocking a deployment.
    UNLOCKING_DEPLOYMENT = 7

    # Operation was successful.
    SUCCEEDED = 8

    # Operation failed.
    FAILED = 9
  end
end

#logs::String (readonly)

Returns Output only. Location of preview logs in gs://{bucket}/{object} format.

Returns:

  • (::String)

    Output only. Location of preview logs in gs://{bucket}/{object} format.



1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1253

class PreviewOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The possible steps a preview may be running.
  module PreviewStep
    # Unspecified preview step.
    PREVIEW_STEP_UNSPECIFIED = 0

    # Infra Manager is creating a Google Cloud Storage bucket to store
    # artifacts and metadata about the preview.
    PREPARING_STORAGE_BUCKET = 1

    # Downloading the blueprint onto the Google Cloud Storage bucket.
    DOWNLOADING_BLUEPRINT = 2

    # Initializing Terraform using `terraform init`.
    RUNNING_TF_INIT = 3

    # Running `terraform plan`.
    RUNNING_TF_PLAN = 4

    # Fetching a deployment.
    FETCHING_DEPLOYMENT = 5

    # Locking a deployment.
    LOCKING_DEPLOYMENT = 6

    # Unlocking a deployment.
    UNLOCKING_DEPLOYMENT = 7

    # Operation was successful.
    SUCCEEDED = 8

    # Operation failed.
    FAILED = 9
  end
end

#preview_artifacts::Google::Cloud::ConfigService::V1::PreviewArtifacts

Returns Artifacts from preview.

Returns:



1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1253

class PreviewOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The possible steps a preview may be running.
  module PreviewStep
    # Unspecified preview step.
    PREVIEW_STEP_UNSPECIFIED = 0

    # Infra Manager is creating a Google Cloud Storage bucket to store
    # artifacts and metadata about the preview.
    PREPARING_STORAGE_BUCKET = 1

    # Downloading the blueprint onto the Google Cloud Storage bucket.
    DOWNLOADING_BLUEPRINT = 2

    # Initializing Terraform using `terraform init`.
    RUNNING_TF_INIT = 3

    # Running `terraform plan`.
    RUNNING_TF_PLAN = 4

    # Fetching a deployment.
    FETCHING_DEPLOYMENT = 5

    # Locking a deployment.
    LOCKING_DEPLOYMENT = 6

    # Unlocking a deployment.
    UNLOCKING_DEPLOYMENT = 7

    # Operation was successful.
    SUCCEEDED = 8

    # Operation failed.
    FAILED = 9
  end
end

#step::Google::Cloud::ConfigService::V1::PreviewOperationMetadata::PreviewStep

Returns The current step the preview operation is running.

Returns:



1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1253

class PreviewOperationMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The possible steps a preview may be running.
  module PreviewStep
    # Unspecified preview step.
    PREVIEW_STEP_UNSPECIFIED = 0

    # Infra Manager is creating a Google Cloud Storage bucket to store
    # artifacts and metadata about the preview.
    PREPARING_STORAGE_BUCKET = 1

    # Downloading the blueprint onto the Google Cloud Storage bucket.
    DOWNLOADING_BLUEPRINT = 2

    # Initializing Terraform using `terraform init`.
    RUNNING_TF_INIT = 3

    # Running `terraform plan`.
    RUNNING_TF_PLAN = 4

    # Fetching a deployment.
    FETCHING_DEPLOYMENT = 5

    # Locking a deployment.
    LOCKING_DEPLOYMENT = 6

    # Unlocking a deployment.
    UNLOCKING_DEPLOYMENT = 7

    # Operation was successful.
    SUCCEEDED = 8

    # Operation failed.
    FAILED = 9
  end
end