Class: Google::Cloud::Speech::V2::GetCustomClassRequest

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 GetCustomClass method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the CustomClass to retrieve. The expected format is projects/{project}/locations/{location}/customClasses/{custom_class}.

Returns:

  • (::String)

    Required. The name of the CustomClass to retrieve. The expected format is projects/{project}/locations/{location}/customClasses/{custom_class}.



1722
1723
1724
1725
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1722

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