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

#include <video_project_details.h>

Inheritance diagram for google_youtube_api::VideoProjectDetails:

Public Member Functions

 VideoProjectDetails (const Json::Value &storage)
 
 VideoProjectDetails (Json::Value *storage)
 
virtual ~VideoProjectDetails ()
 
const StringPiece GetTypeName () const
 
bool has_tags () const
 
void clear_tags ()
 
const client::JsonCppArray< string > get_tags () const
 
client::JsonCppArray< string > mutable_tags ()
 

Static Public Member Functions

static VideoProjectDetailsNew ()
 

Detailed Description

Project specific details about the content of a YouTube Video.

Constructor & Destructor Documentation

◆ VideoProjectDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ VideoProjectDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~VideoProjectDetails()

google_youtube_api::VideoProjectDetails::~VideoProjectDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_tags()

void google_youtube_api::VideoProjectDetails::clear_tags ( )
inline

Clears the 'tags' attribute.

◆ get_tags()

const client::JsonCppArray<string > google_youtube_api::VideoProjectDetails::get_tags ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::VideoProjectDetails

◆ has_tags()

bool google_youtube_api::VideoProjectDetails::has_tags ( ) const
inline

Determine if the 'tags' attribute was set.

Returns
true if the 'tags' attribute was set.

◆ mutable_tags()

client::JsonCppArray<string > google_youtube_api::VideoProjectDetails::mutable_tags ( )
inline

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

A list of project tags associated with the video during the upload.

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

◆ New()

VideoProjectDetails * google_youtube_api::VideoProjectDetails::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: