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.



1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1350

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

    # Validating the provided repository.
    VALIDATING_REPOSITORY = 10
  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.



1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1350

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

    # Validating the provided repository.
    VALIDATING_REPOSITORY = 10
  end
end

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

Returns Artifacts from preview.

Returns:



1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1350

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

    # Validating the provided repository.
    VALIDATING_REPOSITORY = 10
  end
end

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

Returns The current step the preview operation is running.

Returns:



1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1350

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

    # Validating the provided repository.
    VALIDATING_REPOSITORY = 10
  end
end