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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/translate_v3/classes.rb,
lib/google/apis/translate_v3/representations.rb,
lib/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.



1002
1003
1004
# File 'lib/google/apis/translate_v3/classes.rb', line 1002

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

Instance Attribute Details

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

Returns:

  • (Array<String>)


1000
1001
1002
# File 'lib/google/apis/translate_v3/classes.rb', line 1000

def language_codes
  @language_codes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1007
1008
1009
# File 'lib/google/apis/translate_v3/classes.rb', line 1007

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