#include <super_sticker_metadata.h>
◆ SuperStickerMetadata() [1/2]
| google_youtube_api::SuperStickerMetadata::SuperStickerMetadata |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ SuperStickerMetadata() [2/2]
| google_youtube_api::SuperStickerMetadata::SuperStickerMetadata |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~SuperStickerMetadata()
| google_youtube_api::SuperStickerMetadata::~SuperStickerMetadata |
( |
| ) |
|
|
virtual |
◆ clear_alt_text()
| void google_youtube_api::SuperStickerMetadata::clear_alt_text |
( |
| ) |
|
|
inline |
Clears the 'altText' attribute.
◆ clear_alt_text_language()
| void google_youtube_api::SuperStickerMetadata::clear_alt_text_language |
( |
| ) |
|
|
inline |
Clears the 'altTextLanguage' attribute.
◆ clear_sticker_id()
| void google_youtube_api::SuperStickerMetadata::clear_sticker_id |
( |
| ) |
|
|
inline |
Clears the 'stickerId' attribute.
◆ get_alt_text()
| const StringPiece google_youtube_api::SuperStickerMetadata::get_alt_text |
( |
| ) |
const |
|
inline |
Get the value of the 'altText' attribute.
◆ get_alt_text_language()
| const StringPiece google_youtube_api::SuperStickerMetadata::get_alt_text_language |
( |
| ) |
const |
|
inline |
Get the value of the 'altTextLanguage' attribute.
◆ get_sticker_id()
| const StringPiece google_youtube_api::SuperStickerMetadata::get_sticker_id |
( |
| ) |
const |
|
inline |
Get the value of the 'stickerId' attribute.
◆ GetTypeName()
| const StringPiece google_youtube_api::SuperStickerMetadata::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_alt_text()
| bool google_youtube_api::SuperStickerMetadata::has_alt_text |
( |
| ) |
const |
|
inline |
Determine if the 'altText' attribute was set.
- Returns
- true if the '
altText' attribute was set.
◆ has_alt_text_language()
| bool google_youtube_api::SuperStickerMetadata::has_alt_text_language |
( |
| ) |
const |
|
inline |
Determine if the 'altTextLanguage' attribute was set.
- Returns
- true if the '
altTextLanguage' attribute was set.
◆ has_sticker_id()
| bool google_youtube_api::SuperStickerMetadata::has_sticker_id |
( |
| ) |
const |
|
inline |
Determine if the 'stickerId' attribute was set.
- Returns
- true if the '
stickerId' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_alt_text()
| void google_youtube_api::SuperStickerMetadata::set_alt_text |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'altText' attribute.
Internationalized alt text that describes the sticker image and any animation associated with it.
- Parameters
-
◆ set_alt_text_language()
| void google_youtube_api::SuperStickerMetadata::set_alt_text_language |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'altTextLanguage' attribute.
Specifies the localization language in which the alt text is returned.
- Parameters
-
◆ set_sticker_id()
| void google_youtube_api::SuperStickerMetadata::set_sticker_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'stickerId' attribute.
Unique identifier of the Super Sticker. This is a shorter form of the alt_text that includes pack name and a recognizable characteristic of the sticker.
- Parameters
-
The documentation for this class was generated from the following files: