youtube
v3
|
#include <live_stream_status.h>
Public Member Functions | |
LiveStreamStatus (const Json::Value &storage) | |
LiveStreamStatus (Json::Value *storage) | |
virtual | ~LiveStreamStatus () |
const StringPiece | GetTypeName () const |
bool | has_health_status () const |
void | clear_health_status () |
const LiveStreamHealthStatus | get_health_status () const |
LiveStreamHealthStatus | mutable_healthStatus () |
bool | has_stream_status () const |
void | clear_stream_status () |
const StringPiece | get_stream_status () const |
void | set_stream_status (const StringPiece &value) |
Static Public Member Functions | |
static LiveStreamStatus * | New () |
Brief description of the live stream status.
|
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 'healthStatus
' attribute.
|
inline |
Clears the 'streamStatus
' attribute.
const LiveStreamHealthStatus google_youtube_api::LiveStreamStatus::get_health_status | ( | ) | const |
Get a reference to the value of the 'healthStatus
' attribute.
|
inline |
Get the value of the 'streamStatus
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'healthStatus
' attribute was set.
healthStatus
' attribute was set.
|
inline |
Determine if the 'streamStatus
' attribute was set.
streamStatus
' attribute was set. LiveStreamHealthStatus google_youtube_api::LiveStreamStatus::mutable_healthStatus | ( | ) |
Gets a reference to a mutable value of the 'healthStatus
' property.
The health status of the stream.
|
static |
Creates a new default instance.
|
inline |
Change the 'streamStatus
' attribute.
[in] | value | The new value. |