Class: Google::Cloud::ConfigService::V1::ExportPreviewResultRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::ExportPreviewResultRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A request to export preview results.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The preview whose results should be exported. The preview value is in the format: 'projects/{project_id}/locations/{location}/previews/{preview}'.
1507 1508 1509 1510 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1507 class ExportPreviewResultRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |