Infrastructure Manager V1 API - Class Google::Cloud::ConfigService::V1::Preview (v0.3.1)

Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::Preview.

A preview represents a set of actions Infra Manager would perform to move the resources towards the desired state as specified in the configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#artifacts_gcs_bucket

def artifacts_gcs_bucket() -> ::String
Returns
  • (::String) —

    Optional. User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage. Format: gs://{bucket}/{folder} A default bucket will be bootstrapped if the field is not set or empty Default Bucket Format: gs://<project number>-<region>-blueprint-config Constraints:

    • The bucket needs to be in the same project as the deployment
    • The path cannot be within the path of gcs_source If omitted and deployment resource ref provided has artifacts_gcs_bucket defined, that artifact bucket is used.

#artifacts_gcs_bucket=

def artifacts_gcs_bucket=(value) -> ::String
Parameter
  • value (::String) —

    Optional. User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage. Format: gs://{bucket}/{folder} A default bucket will be bootstrapped if the field is not set or empty Default Bucket Format: gs://<project number>-<region>-blueprint-config Constraints:

    • The bucket needs to be in the same project as the deployment
    • The path cannot be within the path of gcs_source If omitted and deployment resource ref provided has artifacts_gcs_bucket defined, that artifact bucket is used.
Returns
  • (::String) —

    Optional. User-defined location of Cloud Build logs, artifacts, and in Google Cloud Storage. Format: gs://{bucket}/{folder} A default bucket will be bootstrapped if the field is not set or empty Default Bucket Format: gs://<project number>-<region>-blueprint-config Constraints:

    • The bucket needs to be in the same project as the deployment
    • The path cannot be within the path of gcs_source If omitted and deployment resource ref provided has artifacts_gcs_bucket defined, that artifact bucket is used.

#build

def build() -> ::String
Returns
  • (::String) — Output only. Cloud Build instance UUID associated with this preview.

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#deployment

def deployment() -> ::String
Returns
  • (::String) — Optional. Optional deployment reference. If specified, the preview will be performed using the provided deployment's current state and use any relevant fields from the deployment unless explicitly specified in the preview create request.

#deployment=

def deployment=(value) -> ::String
Parameter
  • value (::String) — Optional. Optional deployment reference. If specified, the preview will be performed using the provided deployment's current state and use any relevant fields from the deployment unless explicitly specified in the preview create request.
Returns
  • (::String) — Optional. Optional deployment reference. If specified, the preview will be performed using the provided deployment's current state and use any relevant fields from the deployment unless explicitly specified in the preview create request.

#error_code

def error_code() -> ::Google::Cloud::ConfigService::V1::Preview::ErrorCode
Returns

#error_logs

def error_logs() -> ::String
Returns
  • (::String) — Output only. Link to tf-error.ndjson file, which contains the full list of the errors encountered during a Terraform preview. Format: gs://{bucket}/{object}.

#error_status

def error_status() -> ::Google::Rpc::Status
Returns

#labels

def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the preview.

#labels=

def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the preview.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Optional. User-defined labels for the preview.

#logs

def logs() -> ::String
Returns
  • (::String) — Output only. Location of preview logs in gs://{bucket}/{object} format.

#name

def name() -> ::String
Returns
  • (::String) — Identifier. Resource name of the preview. Resource name can be user provided or server generated ID if unspecified. Format: projects/{project}/locations/{location}/previews/{preview}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Identifier. Resource name of the preview. Resource name can be user provided or server generated ID if unspecified. Format: projects/{project}/locations/{location}/previews/{preview}
Returns
  • (::String) — Identifier. Resource name of the preview. Resource name can be user provided or server generated ID if unspecified. Format: projects/{project}/locations/{location}/previews/{preview}

#preview_artifacts

def preview_artifacts() -> ::Google::Cloud::ConfigService::V1::PreviewArtifacts
Returns

#preview_mode

def preview_mode() -> ::Google::Cloud::ConfigService::V1::Preview::PreviewMode
Returns

#preview_mode=

def preview_mode=(value) -> ::Google::Cloud::ConfigService::V1::Preview::PreviewMode
Parameter
Returns

#service_account

def service_account() -> ::String
Returns
  • (::String) — Optional. Optional service account. If omitted, the deployment resource reference must be provided, and the service account attached to the deployment will be used.

#service_account=

def service_account=(value) -> ::String
Parameter
  • value (::String) — Optional. Optional service account. If omitted, the deployment resource reference must be provided, and the service account attached to the deployment will be used.
Returns
  • (::String) — Optional. Optional service account. If omitted, the deployment resource reference must be provided, and the service account attached to the deployment will be used.

#state

def state() -> ::Google::Cloud::ConfigService::V1::Preview::State
Returns

#terraform_blueprint

def terraform_blueprint() -> ::Google::Cloud::ConfigService::V1::TerraformBlueprint
Returns

#terraform_blueprint=

def terraform_blueprint=(value) -> ::Google::Cloud::ConfigService::V1::TerraformBlueprint
Parameter
Returns

#tf_errors

def tf_errors() -> ::Array<::Google::Cloud::ConfigService::V1::TerraformError>
Returns

#worker_pool

def worker_pool() -> ::String
Returns
  • (::String) — Optional. The user-specified Worker Pool resource in which the Cloud Build job will execute. Format projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is unspecified, the default Cloud Build worker pool will be used. If omitted and deployment resource ref provided has worker_pool defined, that worker pool is used.

#worker_pool=

def worker_pool=(value) -> ::String
Parameter
  • value (::String) — Optional. The user-specified Worker Pool resource in which the Cloud Build job will execute. Format projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is unspecified, the default Cloud Build worker pool will be used. If omitted and deployment resource ref provided has worker_pool defined, that worker pool is used.
Returns
  • (::String) — Optional. The user-specified Worker Pool resource in which the Cloud Build job will execute. Format projects/{project}/locations/{location}/workerPools/{workerPoolId} If this field is unspecified, the default Cloud Build worker pool will be used. If omitted and deployment resource ref provided has worker_pool defined, that worker pool is used.