Class: Google::Cloud::ConfigService::V1::ExportPreviewResultRequest

Inherits:
Object
  • Object
show all
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

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}'.

Returns:

  • (::String)

    Required. The preview whose results should be exported. The preview value is in the format: 'projects/{project_id}/locations/{location}/previews/{preview}'.



1440
1441
1442
1443
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1440

class ExportPreviewResultRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end