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.



1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1317

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.



1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1317

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:



1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1317

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:



1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1317

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