Class: Google::Cloud::ConfigService::V1::ExportPreviewResultResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ExportPreviewResultResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A response to ExportPreviewResult
call. Contains preview results.
Instance Attribute Summary collapse
-
#result ⇒ ::Google::Cloud::ConfigService::V1::PreviewResult
readonly
Output only.
Instance Attribute Details
#result ⇒ ::Google::Cloud::ConfigService::V1::PreviewResult (readonly)
Returns Output only. Signed URLs for accessing the plan files.
1516 1517 1518 1519 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1516 class ExportPreviewResultResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |