Class: Google::Apis::TranslateV3::LanguageCodesSet
- Inherits:
-
Object
- Object
- Google::Apis::TranslateV3::LanguageCodesSet
- 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
-
#language_codes ⇒ Array<String>
The BCP-47 language code(s) for terms defined in the glossary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LanguageCodesSet
constructor
A new instance of LanguageCodesSet.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LanguageCodesSet
Returns a new instance of LanguageCodesSet.
727 728 729 |
# File 'lib/google/apis/translate_v3/classes.rb', line 727 def initialize(**args) update!(**args) end |
Instance Attribute Details
#language_codes ⇒ 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.
Corresponds to the JSON property languageCodes
725 726 727 |
# File 'lib/google/apis/translate_v3/classes.rb', line 725 def language_codes @language_codes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
732 733 734 |
# File 'lib/google/apis/translate_v3/classes.rb', line 732 def update!(**args) @language_codes = args[:language_codes] if args.key?(:language_codes) end |