Class: Google::Cloud::Translate::V3::GetGlossaryRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/translate/v3/translation_service.rb

Overview

Request message for GetGlossary.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the glossary to retrieve.

Returns:

  • (::String)

    Required. The name of the glossary to retrieve.



717
718
719
720
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 717

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