youtube  v3
Public Member Functions | Static Public Member Functions | List of all members
google_youtube_api::VideoTopicDetails Class Reference

#include <video_topic_details.h>

Inheritance diagram for google_youtube_api::VideoTopicDetails:

Public Member Functions

 VideoTopicDetails (const Json::Value &storage)
 
 VideoTopicDetails (Json::Value *storage)
 
virtual ~VideoTopicDetails ()
 
const StringPiece GetTypeName () const
 
bool has_relevant_topic_ids () const
 
void clear_relevant_topic_ids ()
 
const client::JsonCppArray< string > get_relevant_topic_ids () const
 
client::JsonCppArray< string > mutable_relevantTopicIds ()
 
bool has_topic_categories () const
 
void clear_topic_categories ()
 
const client::JsonCppArray< string > get_topic_categories () const
 
client::JsonCppArray< string > mutable_topicCategories ()
 
bool has_topic_ids () const
 
void clear_topic_ids ()
 
const client::JsonCppArray< string > get_topic_ids () const
 
client::JsonCppArray< string > mutable_topicIds ()
 

Static Public Member Functions

static VideoTopicDetailsNew ()
 

Detailed Description

Freebase topic information related to the video.

Constructor & Destructor Documentation

◆ VideoTopicDetails() [1/2]

google_youtube_api::VideoTopicDetails::VideoTopicDetails ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ VideoTopicDetails() [2/2]

google_youtube_api::VideoTopicDetails::VideoTopicDetails ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~VideoTopicDetails()

google_youtube_api::VideoTopicDetails::~VideoTopicDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_relevant_topic_ids()

void google_youtube_api::VideoTopicDetails::clear_relevant_topic_ids ( )
inline

Clears the 'relevantTopicIds' attribute.

◆ clear_topic_categories()

void google_youtube_api::VideoTopicDetails::clear_topic_categories ( )
inline

Clears the 'topicCategories' attribute.

◆ clear_topic_ids()

void google_youtube_api::VideoTopicDetails::clear_topic_ids ( )
inline

Clears the 'topicIds' attribute.

◆ get_relevant_topic_ids()

const client::JsonCppArray<string > google_youtube_api::VideoTopicDetails::get_relevant_topic_ids ( ) const
inline

Get a reference to the value of the 'relevantTopicIds' attribute.

◆ get_topic_categories()

const client::JsonCppArray<string > google_youtube_api::VideoTopicDetails::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::VideoTopicDetails::get_topic_ids ( ) const
inline

Get a reference to the value of the 'topicIds' attribute.

◆ GetTypeName()

const StringPiece google_youtube_api::VideoTopicDetails::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_youtube_api::VideoTopicDetails

◆ has_relevant_topic_ids()

bool google_youtube_api::VideoTopicDetails::has_relevant_topic_ids ( ) const
inline

Determine if the 'relevantTopicIds' attribute was set.

Returns
true if the 'relevantTopicIds' attribute was set.

◆ has_topic_categories()

bool google_youtube_api::VideoTopicDetails::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::VideoTopicDetails::has_topic_ids ( ) const
inline

Determine if the 'topicIds' attribute was set.

Returns
true if the 'topicIds' attribute was set.

◆ mutable_relevantTopicIds()

client::JsonCppArray<string > google_youtube_api::VideoTopicDetails::mutable_relevantTopicIds ( )
inline

Gets a reference to a mutable value of the 'relevantTopicIds' property.

Similar to topic_id, except that these topics are merely relevant to the video. These are topics that may be mentioned in, or appear in the video. You can retrieve information about each topic using Freebase Topic API.

Returns
The result can be modified to change the attribute value.

◆ mutable_topicCategories()

client::JsonCppArray<string > google_youtube_api::VideoTopicDetails::mutable_topicCategories ( )
inline

Gets a reference to a mutable value of the 'topicCategories' property.

A list of Wikipedia URLs that provide a high-level description of the video's content.

Returns
The result can be modified to change the attribute value.

◆ mutable_topicIds()

client::JsonCppArray<string > google_youtube_api::VideoTopicDetails::mutable_topicIds ( )
inline

Gets a reference to a mutable value of the 'topicIds' property.

A list of Freebase topic IDs that are centrally associated with the video. These are topics that are centrally featured in the video, and it can be said that the video is mainly about each of these. You can retrieve information about each topic using the Freebase Topic API.

Returns
The result can be modified to change the attribute value.

◆ New()

VideoTopicDetails * google_youtube_api::VideoTopicDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: