Class: Google::Cloud::Speech::V2::GetConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::GetConfigRequest
- 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
-
#name ⇒ ::String
Required.
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
.
1269 1270 1271 1272 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1269 class GetConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |