Class: Google::Cloud::ConfigService::V1::ApplyResults
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ApplyResults
- 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
-
#artifacts ⇒ ::String
Location of artifacts (e.g. logs) in Google Cloud Storage.
-
#content ⇒ ::String
Location of a blueprint copy and other manifests in Google Cloud Storage.
-
#outputs ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformOutput}
Map of output name to output info.
Instance Attribute Details
#artifacts ⇒ ::String
Returns Location of artifacts (e.g. logs) in Google Cloud Storage.
Format: gs://{bucket}/{object}
.
283 284 285 286 287 288 289 290 291 292 293 294 295 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 283 class ApplyResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ConfigService::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}
.
283 284 285 286 287 288 289 290 291 292 293 294 295 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 283 class ApplyResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ConfigService::V1::TerraformOutput] class OutputsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#outputs ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ConfigService::V1::TerraformOutput}
Returns Map of output name to output info.
283 284 285 286 287 288 289 290 291 292 293 294 295 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 283 class ApplyResults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ConfigService::V1::TerraformOutput] class OutputsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |