Class: Google::Cloud::Translate::V3::Glossary::LanguageCodesSet
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::Glossary::LanguageCodesSet
- 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
-
#language_codes ⇒ ::Array<::String>
The ISO-639 language code(s) for terms defined in the glossary.
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.
996 997 998 999 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 996 class LanguageCodesSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |