youtube
v3
|
#include <video_recording_details.h>
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 VideoRecordingDetails * | New () |
Recording information associated with the video.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'location
' attribute.
|
inline |
Clears the 'locationDescription
' attribute.
|
inline |
Clears the 'recordingDate
' attribute.
const GeoPoint google_youtube_api::VideoRecordingDetails::get_location | ( | ) | const |
Get a reference to the value of the 'location
' attribute.
|
inline |
Get the value of the 'locationDescription
' attribute.
|
inline |
Get the value of the 'recordingDate
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'location
' attribute was set.
location
' attribute was set.
|
inline |
Determine if the 'locationDescription
' attribute was set.
locationDescription
' attribute was set.
|
inline |
Determine if the 'recordingDate
' attribute was set.
recordingDate
' attribute was set. 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'locationDescription
' attribute.
The text description of the location where the video was recorded.
[in] | value | The new 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.
[in] | value | The new value. |