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

#include <channel_branding_settings.h>

Inheritance diagram for google_youtube_api::ChannelBrandingSettings:

Public Member Functions

 ChannelBrandingSettings (const Json::Value &storage)
 
 ChannelBrandingSettings (Json::Value *storage)
 
virtual ~ChannelBrandingSettings ()
 
const StringPiece GetTypeName () const
 
bool has_channel () const
 
void clear_channel ()
 
const ChannelSettings get_channel () const
 
ChannelSettings mutable_channel ()
 
bool has_hints () const
 
void clear_hints ()
 
const client::JsonCppArray< PropertyValueget_hints () const
 
client::JsonCppArray< PropertyValuemutable_hints ()
 
bool has_image () const
 
void clear_image ()
 
const ImageSettings get_image () const
 
ImageSettings mutable_image ()
 
bool has_watch () const
 
void clear_watch ()
 
const WatchSettings get_watch () const
 
WatchSettings mutable_watch ()
 

Static Public Member Functions

static ChannelBrandingSettingsNew ()
 

Detailed Description

Branding properties of a YouTube channel.

Constructor & Destructor Documentation

◆ ChannelBrandingSettings() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ChannelBrandingSettings() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ChannelBrandingSettings()

google_youtube_api::ChannelBrandingSettings::~ChannelBrandingSettings ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_channel()

void google_youtube_api::ChannelBrandingSettings::clear_channel ( )
inline

Clears the 'channel' attribute.

◆ clear_hints()

void google_youtube_api::ChannelBrandingSettings::clear_hints ( )
inline

Clears the 'hints' attribute.

◆ clear_image()

void google_youtube_api::ChannelBrandingSettings::clear_image ( )
inline

Clears the 'image' attribute.

◆ clear_watch()

void google_youtube_api::ChannelBrandingSettings::clear_watch ( )
inline

Clears the 'watch' attribute.

◆ get_channel()

const ChannelSettings google_youtube_api::ChannelBrandingSettings::get_channel ( ) const

Get a reference to the value of the 'channel' attribute.

◆ get_hints()

const client::JsonCppArray<PropertyValue > google_youtube_api::ChannelBrandingSettings::get_hints ( ) const

Get a reference to the value of the 'hints' attribute.

◆ get_image()

const ImageSettings google_youtube_api::ChannelBrandingSettings::get_image ( ) const

Get a reference to the value of the 'image' attribute.

◆ get_watch()

const WatchSettings google_youtube_api::ChannelBrandingSettings::get_watch ( ) const

Get a reference to the value of the 'watch' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::ChannelBrandingSettings

◆ has_channel()

bool google_youtube_api::ChannelBrandingSettings::has_channel ( ) const
inline

Determine if the 'channel' attribute was set.

Returns
true if the 'channel' attribute was set.

◆ has_hints()

bool google_youtube_api::ChannelBrandingSettings::has_hints ( ) const
inline

Determine if the 'hints' attribute was set.

Returns
true if the 'hints' attribute was set.

◆ has_image()

bool google_youtube_api::ChannelBrandingSettings::has_image ( ) const
inline

Determine if the 'image' attribute was set.

Returns
true if the 'image' attribute was set.

◆ has_watch()

bool google_youtube_api::ChannelBrandingSettings::has_watch ( ) const
inline

Determine if the 'watch' attribute was set.

Returns
true if the 'watch' attribute was set.

◆ mutable_channel()

ChannelSettings google_youtube_api::ChannelBrandingSettings::mutable_channel ( )

Gets a reference to a mutable value of the 'channel' property.

Branding properties for the channel view.

Returns
The result can be modified to change the attribute value.

◆ mutable_hints()

client::JsonCppArray<PropertyValue > google_youtube_api::ChannelBrandingSettings::mutable_hints ( )

Gets a reference to a mutable value of the 'hints' property.

Additional experimental branding properties.

Returns
The result can be modified to change the attribute value.

◆ mutable_image()

ImageSettings google_youtube_api::ChannelBrandingSettings::mutable_image ( )

Gets a reference to a mutable value of the 'image' property.

Branding properties for branding images.

Returns
The result can be modified to change the attribute value.

◆ mutable_watch()

WatchSettings google_youtube_api::ChannelBrandingSettings::mutable_watch ( )

Gets a reference to a mutable value of the 'watch' property.

Branding properties for the watch page.

Returns
The result can be modified to change the attribute value.

◆ New()

ChannelBrandingSettings * google_youtube_api::ChannelBrandingSettings::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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