Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::Glossary::LanguageCodesSet.
Used with equivalent term set glossaries.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#language_codes
def language_codes() -> ::Array<::String>
    Returns
    
  - (::Array<::String>) — The BCP-47 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.
 
#language_codes=
def language_codes=(value) -> ::Array<::String>
    Parameter
    
  - value (::Array<::String>) — The BCP-47 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 BCP-47 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.