Class: Google::Apis::TranslateV3::SupportedLanguages

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

The response message for discovering supported languages.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ SupportedLanguages

Returns a new instance of SupportedLanguages.



721
722
723
# File 'generated/google/apis/translate_v3/classes.rb', line 721

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

Instance Attribute Details

#languagesArray<Google::Apis::TranslateV3::SupportedLanguage>

A list of supported language responses. This list contains an entry for each language the Translation API supports. Corresponds to the JSON property languages



719
720
721
# File 'generated/google/apis/translate_v3/classes.rb', line 719

def languages
  @languages
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



726
727
728
# File 'generated/google/apis/translate_v3/classes.rb', line 726

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