Class: Google::Cloud::ConfigService::V1::GetPreviewRequest

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 get details about a preview.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the preview. Format: 'projects/{project_id}/locations/{location}/previews/{preview}'.

Returns:

  • (::String)

    Required. The name of the preview. Format: 'projects/{project_id}/locations/{location}/previews/{preview}'.



1342
1343
1344
1345
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1342

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