Class: Google::Cloud::Translate::V3::SupportedLanguages
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::SupportedLanguages
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.rb
Overview
The response message for discovering supported languages.
Instance Attribute Summary collapse
-
#languages ⇒ ::Array<::Google::Cloud::Translate::V3::SupportedLanguage>
A list of supported language responses.
Instance Attribute Details
#languages ⇒ ::Array<::Google::Cloud::Translate::V3::SupportedLanguage>
Returns A list of supported language responses. This list contains an entry for each language the Translation API supports.
350 351 352 353 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 350 class SupportedLanguages include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |