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

#include <video_recording_details.h>

Inheritance diagram for google_youtube_api::VideoRecordingDetails:

Public Member Functions

 VideoRecordingDetails (const Json::Value &storage)
 
 VideoRecordingDetails (Json::Value *storage)
 
virtual ~VideoRecordingDetails ()
 
const StringPiece GetTypeName () const
 
bool has_location () const
 
void clear_location ()
 
const GeoPoint get_location () const
 
GeoPoint mutable_location ()
 
bool has_location_description () const
 
void clear_location_description ()
 
const StringPiece get_location_description () const
 
void set_location_description (const StringPiece &value)
 
bool has_recording_date () const
 
void clear_recording_date ()
 
client::DateTime get_recording_date () const
 
void set_recording_date (client::DateTime value)
 

Static Public Member Functions

static VideoRecordingDetailsNew ()
 

Detailed Description

Recording information associated with the video.

Constructor & Destructor Documentation

◆ VideoRecordingDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ VideoRecordingDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~VideoRecordingDetails()

google_youtube_api::VideoRecordingDetails::~VideoRecordingDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_location()

void google_youtube_api::VideoRecordingDetails::clear_location ( )
inline

Clears the 'location' attribute.

◆ clear_location_description()

void google_youtube_api::VideoRecordingDetails::clear_location_description ( )
inline

Clears the 'locationDescription' attribute.

◆ clear_recording_date()

void google_youtube_api::VideoRecordingDetails::clear_recording_date ( )
inline

Clears the 'recordingDate' attribute.

◆ get_location()

const GeoPoint google_youtube_api::VideoRecordingDetails::get_location ( ) const

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

◆ get_location_description()

const StringPiece google_youtube_api::VideoRecordingDetails::get_location_description ( ) const
inline

Get the value of the 'locationDescription' attribute.

◆ get_recording_date()

client::DateTime google_youtube_api::VideoRecordingDetails::get_recording_date ( ) const
inline

Get the value of the 'recordingDate' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::VideoRecordingDetails

◆ has_location()

bool google_youtube_api::VideoRecordingDetails::has_location ( ) const
inline

Determine if the 'location' attribute was set.

Returns
true if the 'location' attribute was set.

◆ has_location_description()

bool google_youtube_api::VideoRecordingDetails::has_location_description ( ) const
inline

Determine if the 'locationDescription' attribute was set.

Returns
true if the 'locationDescription' attribute was set.

◆ has_recording_date()

bool google_youtube_api::VideoRecordingDetails::has_recording_date ( ) const
inline

Determine if the 'recordingDate' attribute was set.

Returns
true if the 'recordingDate' attribute was set.

◆ mutable_location()

GeoPoint google_youtube_api::VideoRecordingDetails::mutable_location ( )

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

The geolocation information associated with the video.

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

◆ New()

VideoRecordingDetails * google_youtube_api::VideoRecordingDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_location_description()

void google_youtube_api::VideoRecordingDetails::set_location_description ( const StringPiece &  value)
inline

Change the 'locationDescription' attribute.

The text description of the location where the video was recorded.

Parameters
[in]valueThe new value.

◆ set_recording_date()

void google_youtube_api::VideoRecordingDetails::set_recording_date ( client::DateTime  value)
inline

Change the 'recordingDate' attribute.

The date and time when the video was recorded. The value is specified in ISO 8601 (YYYY-MM-DDThh:mm:ss.sssZ) format.

Parameters
[in]valueThe new value.

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