Class: Google::Cloud::Speech::V1p1beta1::GetCustomClassRequest

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

Overview

Message sent by the client for the GetCustomClass method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the custom class to retrieve. Format: {api_version}/projects/{project}/locations/{location}/customClasses/{custom_class}.

Returns:

  • (::String)

    Required. The name of the custom class to retrieve. Format: {api_version}/projects/{project}/locations/{location}/customClasses/{custom_class}



163
164
165
166
# File 'proto_docs/google/cloud/speech/v1p1beta1/cloud_speech_adaptation.rb', line 163

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