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

#include <activity_content_details_upload.h>

Inheritance diagram for google_youtube_api::ActivityContentDetailsUpload:

Public Member Functions

 ActivityContentDetailsUpload (const Json::Value &storage)
 
 ActivityContentDetailsUpload (Json::Value *storage)
 
virtual ~ActivityContentDetailsUpload ()
 
const StringPiece GetTypeName () const
 
bool has_video_id () const
 
void clear_video_id ()
 
const StringPiece get_video_id () const
 
void set_video_id (const StringPiece &value)
 

Static Public Member Functions

static ActivityContentDetailsUploadNew ()
 

Detailed Description

Information about the uploaded video.

Constructor & Destructor Documentation

◆ ActivityContentDetailsUpload() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ActivityContentDetailsUpload() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ActivityContentDetailsUpload()

google_youtube_api::ActivityContentDetailsUpload::~ActivityContentDetailsUpload ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_video_id()

void google_youtube_api::ActivityContentDetailsUpload::clear_video_id ( )
inline

Clears the 'videoId' attribute.

◆ get_video_id()

const StringPiece google_youtube_api::ActivityContentDetailsUpload::get_video_id ( ) const
inline

Get the value of the 'videoId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::ActivityContentDetailsUpload

◆ has_video_id()

bool google_youtube_api::ActivityContentDetailsUpload::has_video_id ( ) const
inline

Determine if the 'videoId' attribute was set.

Returns
true if the 'videoId' attribute was set.

◆ New()

ActivityContentDetailsUpload * google_youtube_api::ActivityContentDetailsUpload::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_video_id()

void google_youtube_api::ActivityContentDetailsUpload::set_video_id ( const StringPiece &  value)
inline

Change the 'videoId' attribute.

The ID that YouTube uses to uniquely identify the uploaded video.

Parameters
[in]valueThe new value.

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