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

#include <channel_localization.h>

Inheritance diagram for google_youtube_api::ChannelLocalization:

Public Member Functions

 ChannelLocalization (const Json::Value &storage)
 
 ChannelLocalization (Json::Value *storage)
 
virtual ~ChannelLocalization ()
 
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 ChannelLocalizationNew ()
 

Detailed Description

Channel localization setting.

Constructor & Destructor Documentation

◆ ChannelLocalization() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ChannelLocalization() [2/2]

google_youtube_api::ChannelLocalization::ChannelLocalization ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ChannelLocalization()

google_youtube_api::ChannelLocalization::~ChannelLocalization ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_description()

void google_youtube_api::ChannelLocalization::clear_description ( )
inline

Clears the 'description' attribute.

◆ clear_title()

void google_youtube_api::ChannelLocalization::clear_title ( )
inline

Clears the 'title' attribute.

◆ get_description()

const StringPiece google_youtube_api::ChannelLocalization::get_description ( ) const
inline

Get the value of the 'description' attribute.

◆ get_title()

const StringPiece google_youtube_api::ChannelLocalization::get_title ( ) const
inline

Get the value of the 'title' attribute.

◆ GetTypeName()

const StringPiece google_youtube_api::ChannelLocalization::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_youtube_api::ChannelLocalization

◆ has_description()

bool google_youtube_api::ChannelLocalization::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::ChannelLocalization::has_title ( ) const
inline

Determine if the 'title' attribute was set.

Returns
true if the 'title' attribute was set.

◆ New()

ChannelLocalization * google_youtube_api::ChannelLocalization::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_description()

void google_youtube_api::ChannelLocalization::set_description ( const StringPiece &  value)
inline

Change the 'description' attribute.

The localized strings for channel's description.

Parameters
[in]valueThe new value.

◆ set_title()

void google_youtube_api::ChannelLocalization::set_title ( const StringPiece &  value)
inline

Change the 'title' attribute.

The localized strings for channel's title.

Parameters
[in]valueThe new value.

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