Class: Google::Cloud::Translate::V3::GlossaryTerm

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

Overview

Represents a single glossary term

Instance Attribute Summary collapse

Instance Attribute Details

#language_code::String

Returns The language for this glossary term.

Returns:

  • (::String)

    The language for this glossary term.



110
111
112
113
# File 'proto_docs/google/cloud/translate/v3/common.rb', line 110

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

#text::String

Returns The text for the glossary term.

Returns:

  • (::String)

    The text for the glossary term.



110
111
112
113
# File 'proto_docs/google/cloud/translate/v3/common.rb', line 110

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