#include <video_localization.h>
Localized versions of certain video properties (e.g. title).
◆ VideoLocalization() [1/2]
google_youtube_api::VideoLocalization::VideoLocalization |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ VideoLocalization() [2/2]
google_youtube_api::VideoLocalization::VideoLocalization |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~VideoLocalization()
google_youtube_api::VideoLocalization::~VideoLocalization |
( |
| ) |
|
|
virtual |
◆ clear_description()
void google_youtube_api::VideoLocalization::clear_description |
( |
| ) |
|
|
inline |
Clears the 'description
' attribute.
◆ clear_title()
void google_youtube_api::VideoLocalization::clear_title |
( |
| ) |
|
|
inline |
Clears the 'title
' attribute.
◆ get_description()
const StringPiece google_youtube_api::VideoLocalization::get_description |
( |
| ) |
const |
|
inline |
Get the value of the 'description
' attribute.
◆ get_title()
const StringPiece google_youtube_api::VideoLocalization::get_title |
( |
| ) |
const |
|
inline |
Get the value of the 'title
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::VideoLocalization::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_description()
bool google_youtube_api::VideoLocalization::has_description |
( |
| ) |
const |
|
inline |
Determine if the 'description
' attribute was set.
- Returns
- true if the '
description
' attribute was set.
◆ has_title()
bool google_youtube_api::VideoLocalization::has_title |
( |
| ) |
const |
|
inline |
Determine if the 'title
' attribute was set.
- Returns
- true if the '
title
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_description()
void google_youtube_api::VideoLocalization::set_description |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'description
' attribute.
Localized version of the video's description.
- Parameters
-
◆ set_title()
void google_youtube_api::VideoLocalization::set_title |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'title
' attribute.
Localized version of the video's title.
- Parameters
-
The documentation for this class was generated from the following files: