youtube  v3
Public Member Functions | Static Public Member Functions | List of all members
google_youtube_api::VideoLocalization Class Reference

#include <video_localization.h>

Inheritance diagram for google_youtube_api::VideoLocalization:

Public Member Functions

 VideoLocalization (const Json::Value &storage)
 
 VideoLocalization (Json::Value *storage)
 
virtual ~VideoLocalization ()
 
const StringPiece GetTypeName () const
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (const StringPiece &value)
 
bool has_title () const
 
void clear_title ()
 
const StringPiece get_title () const
 
void set_title (const StringPiece &value)
 

Static Public Member Functions

static VideoLocalizationNew ()
 

Detailed Description

Localized versions of certain video properties (e.g. title).

Constructor & Destructor Documentation

◆ VideoLocalization() [1/2]

google_youtube_api::VideoLocalization::VideoLocalization ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~VideoLocalization()

google_youtube_api::VideoLocalization::~VideoLocalization ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::VideoLocalization

◆ 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()

VideoLocalization * google_youtube_api::VideoLocalization::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

The documentation for this class was generated from the following files: