Class: Google::Cloud::Config::V1::ApplyResults

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

Overview

Outputs and artifacts from applying a deployment.

Defined Under Namespace

Classes: OutputsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#artifacts::String

Returns Location of artifacts (e.g. logs) in Google Cloud Storage. Format: gs://{bucket}/{object}.

Returns:

  • (::String)

    Location of artifacts (e.g. logs) in Google Cloud Storage. Format: gs://{bucket}/{object}



255
256
257
258
259
260
261
262
263
264
265
266
267
# File 'proto_docs/google/cloud/config/v1/config.rb', line 255

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Config::V1::TerraformOutput]
  class OutputsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#content::String

Returns Location of a blueprint copy and other manifests in Google Cloud Storage. Format: gs://{bucket}/{object}.

Returns:

  • (::String)

    Location of a blueprint copy and other manifests in Google Cloud Storage. Format: gs://{bucket}/{object}



255
256
257
258
259
260
261
262
263
264
265
266
267
# File 'proto_docs/google/cloud/config/v1/config.rb', line 255

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Config::V1::TerraformOutput]
  class OutputsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#outputs::Google::Protobuf::Map{::String => ::Google::Cloud::Config::V1::TerraformOutput}

Returns Map of output name to output info.

Returns:



255
256
257
258
259
260
261
262
263
264
265
266
267
# File 'proto_docs/google/cloud/config/v1/config.rb', line 255

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Config::V1::TerraformOutput]
  class OutputsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end