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

#include <live_stream_status.h>

Inheritance diagram for google_youtube_api::LiveStreamStatus:

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 LiveStreamStatusNew ()
 

Detailed Description

Brief description of the live stream status.

Constructor & Destructor Documentation

◆ LiveStreamStatus() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LiveStreamStatus() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LiveStreamStatus()

google_youtube_api::LiveStreamStatus::~LiveStreamStatus ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_health_status()

void google_youtube_api::LiveStreamStatus::clear_health_status ( )
inline

Clears the 'healthStatus' attribute.

◆ clear_stream_status()

void google_youtube_api::LiveStreamStatus::clear_stream_status ( )
inline

Clears the 'streamStatus' attribute.

◆ get_health_status()

const LiveStreamHealthStatus google_youtube_api::LiveStreamStatus::get_health_status ( ) const

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

◆ get_stream_status()

const StringPiece google_youtube_api::LiveStreamStatus::get_stream_status ( ) const
inline

Get the value of the 'streamStatus' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LiveStreamStatus

◆ has_health_status()

bool google_youtube_api::LiveStreamStatus::has_health_status ( ) const
inline

Determine if the 'healthStatus' attribute was set.

Returns
true if the 'healthStatus' attribute was set.

◆ has_stream_status()

bool google_youtube_api::LiveStreamStatus::has_stream_status ( ) const
inline

Determine if the 'streamStatus' attribute was set.

Returns
true if the 'streamStatus' attribute was set.

◆ mutable_healthStatus()

LiveStreamHealthStatus google_youtube_api::LiveStreamStatus::mutable_healthStatus ( )

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

The health status of the stream.

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

◆ New()

LiveStreamStatus * google_youtube_api::LiveStreamStatus::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_stream_status()

void google_youtube_api::LiveStreamStatus::set_stream_status ( const StringPiece &  value)
inline

Change the 'streamStatus' attribute.

Parameters
[in]valueThe new value.

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