youtube
v3
|
#include <subscription_subscriber_snippet.h>
Public Member Functions | |
SubscriptionSubscriberSnippet (const Json::Value &storage) | |
SubscriptionSubscriberSnippet (Json::Value *storage) | |
virtual | ~SubscriptionSubscriberSnippet () |
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_description () const |
void | clear_description () |
const StringPiece | get_description () const |
void | set_description (const StringPiece &value) |
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 SubscriptionSubscriberSnippet * | New () |
Basic details about a subscription's subscriber including title, description, channel ID 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 'description
' 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 'description
' attribute.
const ThumbnailDetails google_youtube_api::SubscriptionSubscriberSnippet::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 'description
' attribute was set.
description
' 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. ThumbnailDetails google_youtube_api::SubscriptionSubscriberSnippet::mutable_thumbnails | ( | ) |
Gets a reference to a mutable value of the 'thumbnails
' property.
Thumbnails for this subscriber.
|
static |
Creates a new default instance.
|
inline |
Change the 'channelId
' attribute.
The channel ID of the subscriber.
[in] | value | The new value. |
|
inline |
Change the 'description
' attribute.
The description of the subscriber.
[in] | value | The new value. |
|
inline |
Change the 'title
' attribute.
The title of the subscriber.
[in] | value | The new value. |