Class: Google::Cloud::Speech::V2::GetConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/speech/v2/cloud_speech.rb

Overview

Request message for the GetConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the config to retrieve. There is exactly one config resource per project per location. The expected format is projects/{project}/locations/{location}/config.

Returns:

  • (::String)

    Required. The name of the config to retrieve. There is exactly one config resource per project per location. The expected format is projects/{project}/locations/{location}/config.



1409
1410
1411
1412
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1409

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