youtube
v3
|
#include <playlist_snippet.h>
Public Member Functions | |
PlaylistSnippet (const Json::Value &storage) | |
PlaylistSnippet (Json::Value *storage) | |
virtual | ~PlaylistSnippet () |
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_channel_title () const |
void | clear_channel_title () |
const StringPiece | get_channel_title () const |
void | set_channel_title (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_description () const |
void | clear_description () |
const StringPiece | get_description () const |
void | set_description (const StringPiece &value) |
bool | has_localized () const |
void | clear_localized () |
const PlaylistLocalization | get_localized () const |
PlaylistLocalization | mutable_localized () |
bool | has_published_at () const |
void | clear_published_at () |
client::DateTime | get_published_at () const |
void | set_published_at (client::DateTime value) |
bool | has_tags () const |
void | clear_tags () |
const client::JsonCppArray< string > | get_tags () const |
client::JsonCppArray< string > | mutable_tags () |
bool | has_thumbnails () const |
void | clear_thumbnails () |
const ThumbnailDetails | get_thumbnails () const |
ThumbnailDetails | mutable_thumbnails () |
bool | has_title () const |
void | clear_title () |
const StringPiece | get_title () const |
void | set_title (const StringPiece &value) |
Static Public Member Functions | |
static PlaylistSnippet * | New () |
Basic details about a playlist, including title, description and thumbnails.
|
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 'channelTitle
' attribute.
|
inline |
Clears the 'defaultLanguage
' attribute.
|
inline |
Clears the 'description
' attribute.
|
inline |
Clears the 'localized
' attribute.
|
inline |
Clears the 'publishedAt
' attribute.
|
inline |
Clears the 'tags
' attribute.
|
inline |
Clears the 'thumbnails
' attribute.
|
inline |
Clears the 'title
' attribute.
|
inline |
Get the value of the 'channelId
' attribute.
|
inline |
Get the value of the 'channelTitle
' attribute.
|
inline |
Get the value of the 'defaultLanguage
' attribute.
|
inline |
Get the value of the 'description
' attribute.
const PlaylistLocalization google_youtube_api::PlaylistSnippet::get_localized | ( | ) | const |
Get a reference to the value of the 'localized
' attribute.
|
inline |
Get the value of the 'publishedAt
' attribute.
|
inline |
Get a reference to the value of the 'tags
' attribute.
const ThumbnailDetails google_youtube_api::PlaylistSnippet::get_thumbnails | ( | ) | const |
Get a reference to the value of the 'thumbnails
' attribute.
|
inline |
Get the value of the 'title
' 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 'channelTitle
' attribute was set.
channelTitle
' attribute was set.
|
inline |
Determine if the 'defaultLanguage
' attribute was set.
defaultLanguage
' attribute was set.
|
inline |
Determine if the 'description
' attribute was set.
description
' attribute was set.
|
inline |
Determine if the 'localized
' attribute was set.
localized
' attribute was set.
|
inline |
Determine if the 'publishedAt
' attribute was set.
publishedAt
' attribute was set.
|
inline |
Determine if the 'tags
' attribute was set.
tags
' attribute was set.
|
inline |
Determine if the 'thumbnails
' attribute was set.
thumbnails
' attribute was set.
|
inline |
Determine if the 'title
' attribute was set.
title
' attribute was set. PlaylistLocalization google_youtube_api::PlaylistSnippet::mutable_localized | ( | ) |
Gets a reference to a mutable value of the 'localized
' property.
Localized title and description, read-only.
|
inline |
Gets a reference to a mutable value of the 'tags
' property.
Keyword tags associated with the playlist.
ThumbnailDetails google_youtube_api::PlaylistSnippet::mutable_thumbnails | ( | ) |
Gets a reference to a mutable value of the 'thumbnails
' property.
A map of thumbnail images associated with the playlist. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
|
static |
Creates a new default instance.
|
inline |
Change the 'channelId
' attribute.
The ID that YouTube uses to uniquely identify the channel that published the playlist.
[in] | value | The new value. |
|
inline |
Change the 'channelTitle
' attribute.
The channel title of the channel that the video belongs to.
[in] | value | The new value. |
|
inline |
Change the 'defaultLanguage
' attribute.
The language of the playlist's default title and description.
[in] | value | The new value. |
|
inline |
Change the 'description
' attribute.
The playlist's description.
[in] | value | The new value. |
|
inline |
Change the 'publishedAt
' attribute.
The date and time that the playlist was created. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.
[in] | value | The new value. |
|
inline |
Change the 'title
' attribute.
The playlist's title.
[in] | value | The new value. |