Class: Google::Apis::TranslateV3::LanguageCodesSet

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/translate_v3/classes.rb,
generated/google/apis/translate_v3/representations.rb,
generated/google/apis/translate_v3/representations.rb

Overview

Used with equivalent term set glossaries.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LanguageCodesSet

Returns a new instance of LanguageCodesSet.



402
403
404
# File 'generated/google/apis/translate_v3/classes.rb', line 402

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#language_codesArray<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. Corresponds to the JSON property languageCodes

Returns:

  • (Array<String>)


400
401
402
# File 'generated/google/apis/translate_v3/classes.rb', line 400

def language_codes
  @language_codes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



407
408
409
# File 'generated/google/apis/translate_v3/classes.rb', line 407

def update!(**args)
  @language_codes = args[:language_codes] if args.key?(:language_codes)
end