youtube
v3
|
#include <channel_section_snippet.h>
Public Member Functions | |
ChannelSectionSnippet (const Json::Value &storage) | |
ChannelSectionSnippet (Json::Value *storage) | |
virtual | ~ChannelSectionSnippet () |
const StringPiece | GetTypeName () const |
bool | has_channel_id () const |
void | clear_channel_id () |
const StringPiece | get_channel_id () const |
void | set_channel_id (const StringPiece &value) |
bool | has_default_language () const |
void | clear_default_language () |
const StringPiece | get_default_language () const |
void | set_default_language (const StringPiece &value) |
bool | has_localized () const |
void | clear_localized () |
const ChannelSectionLocalization | get_localized () const |
ChannelSectionLocalization | mutable_localized () |
bool | has_position () const |
void | clear_position () |
uint32 | get_position () const |
void | set_position (uint32 value) |
bool | has_style () const |
void | clear_style () |
const StringPiece | get_style () const |
void | set_style (const StringPiece &value) |
bool | has_title () const |
void | clear_title () |
const StringPiece | get_title () const |
void | set_title (const StringPiece &value) |
bool | has_type () const |
void | clear_type () |
const StringPiece | get_type () const |
void | set_type (const StringPiece &value) |
Static Public Member Functions | |
static ChannelSectionSnippet * | New () |
Basic details about a channel section, including title, style and position.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'channelId
' attribute.
|
inline |
Clears the 'defaultLanguage
' attribute.
|
inline |
Clears the 'localized
' attribute.
|
inline |
Clears the 'position
' attribute.
|
inline |
Clears the 'style
' attribute.
|
inline |
Clears the 'title
' attribute.
|
inline |
Clears the 'type
' attribute.
|
inline |
Get the value of the 'channelId
' attribute.
|
inline |
Get the value of the 'defaultLanguage
' attribute.
const ChannelSectionLocalization google_youtube_api::ChannelSectionSnippet::get_localized | ( | ) | const |
Get a reference to the value of the 'localized
' attribute.
|
inline |
Get the value of the 'position
' attribute.
|
inline |
Get the value of the 'style
' attribute.
|
inline |
Get the value of the 'title
' attribute.
|
inline |
Get the value of the 'type
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'channelId
' attribute was set.
channelId
' attribute was set.
|
inline |
Determine if the 'defaultLanguage
' attribute was set.
defaultLanguage
' attribute was set.
|
inline |
Determine if the 'localized
' attribute was set.
localized
' attribute was set.
|
inline |
Determine if the 'position
' attribute was set.
position
' attribute was set.
|
inline |
Determine if the 'style
' attribute was set.
style
' attribute was set.
|
inline |
Determine if the 'title
' attribute was set.
title
' attribute was set.
|
inline |
Determine if the 'type
' attribute was set.
type
' attribute was set. ChannelSectionLocalization google_youtube_api::ChannelSectionSnippet::mutable_localized | ( | ) |
Gets a reference to a mutable value of the 'localized
' property.
Localized title, read-only.
|
static |
Creates a new default instance.
|
inline |
Change the 'channelId
' attribute.
The ID that YouTube uses to uniquely identify the channel that published the channel section.
[in] | value | The new value. |
|
inline |
Change the 'defaultLanguage
' attribute.
The language of the channel section's default title and description.
[in] | value | The new value. |
|
inline |
Change the 'position
' attribute.
The position of the channel section in the channel.
[in] | value | The new value. |
|
inline |
Change the 'style
' attribute.
The style of the channel section.
[in] | value | The new value. |
|
inline |
Change the 'title
' attribute.
The channel section's title for multiple_playlists and multiple_channels.
[in] | value | The new value. |
|
inline |
Change the 'type
' attribute.
The type of the channel section.
[in] | value | The new value. |