#include <languages_list_response.h>
Detailed Description
Constructor & Destructor Documentation
google_translate_api::LanguagesListResponse::LanguagesListResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
google_translate_api::LanguagesListResponse::LanguagesListResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
google_translate_api::LanguagesListResponse::~LanguagesListResponse |
( |
| ) |
|
|
virtual |
Member Function Documentation
void google_translate_api::LanguagesListResponse::clear_languages |
( |
| ) |
|
|
inline |
Clears the 'languages
' attribute.
const client::JsonCppArray<LanguagesResource > google_translate_api::LanguagesListResponse::get_languages |
( |
| ) |
const |
Get a reference to the value of the 'languages
' attribute.
const StringPiece google_translate_api::LanguagesListResponse::GetTypeName |
( |
| ) |
const |
|
inline |
bool google_translate_api::LanguagesListResponse::has_languages |
( |
| ) |
const |
|
inline |
Determine if the 'languages
' attribute was set.
- Returns
- true if the '
languages
' attribute was set.
client::JsonCppArray<LanguagesResource > google_translate_api::LanguagesListResponse::mutable_languages |
( |
| ) |
|
Gets a reference to a mutable value of the 'languages
' property.
List of source/target languages supported by the translation API. If target parameter is unspecified, the list is sorted by the ASCII code point order of the language code. If target parameter is specified, the list is sorted by the collation order of the language name in the target language.
- Returns
- The result can be modified to change the attribute value.
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: