Class: Google::Cloud::Translate::V3::Glossary::LanguageCodesSet

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

Used with equivalent term set glossaries.

Instance Attribute Summary collapse

Instance Attribute Details

#language_codes::Array<::String>

Returns The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.

Returns:

  • (::Array<::String>)

    The ISO-639 language code(s) for terms defined in the glossary. All entries are unique. The list contains at least two entries. Expected to be an exact match for GlossaryTerm.language_code.



947
948
949
950
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 947

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