#include <channel_topic_details.h>
Freebase topic information related to the channel.
◆ ChannelTopicDetails() [1/2]
google_youtube_api::ChannelTopicDetails::ChannelTopicDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ChannelTopicDetails() [2/2]
google_youtube_api::ChannelTopicDetails::ChannelTopicDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ChannelTopicDetails()
google_youtube_api::ChannelTopicDetails::~ChannelTopicDetails |
( |
| ) |
|
|
virtual |
◆ clear_topic_categories()
void google_youtube_api::ChannelTopicDetails::clear_topic_categories |
( |
| ) |
|
|
inline |
Clears the 'topicCategories
' attribute.
◆ clear_topic_ids()
void google_youtube_api::ChannelTopicDetails::clear_topic_ids |
( |
| ) |
|
|
inline |
Clears the 'topicIds
' attribute.
◆ get_topic_categories()
const client::JsonCppArray<string > google_youtube_api::ChannelTopicDetails::get_topic_categories |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'topicCategories
' attribute.
◆ get_topic_ids()
const client::JsonCppArray<string > google_youtube_api::ChannelTopicDetails::get_topic_ids |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'topicIds
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::ChannelTopicDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_topic_categories()
bool google_youtube_api::ChannelTopicDetails::has_topic_categories |
( |
| ) |
const |
|
inline |
Determine if the 'topicCategories
' attribute was set.
- Returns
- true if the '
topicCategories
' attribute was set.
◆ has_topic_ids()
bool google_youtube_api::ChannelTopicDetails::has_topic_ids |
( |
| ) |
const |
|
inline |
Determine if the 'topicIds
' attribute was set.
- Returns
- true if the '
topicIds
' attribute was set.
◆ mutable_topicCategories()
client::JsonCppArray<string > google_youtube_api::ChannelTopicDetails::mutable_topicCategories |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'topicCategories
' property.
A list of Wikipedia URLs that describe the channel's content.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_topicIds()
client::JsonCppArray<string > google_youtube_api::ChannelTopicDetails::mutable_topicIds |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'topicIds
' property.
A list of Freebase topic IDs associated with the channel. You can retrieve information about each topic using the Freebase Topic API.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: