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

#include <live_stream_health_status.h>

Inheritance diagram for google_youtube_api::LiveStreamHealthStatus:

Public Member Functions

 LiveStreamHealthStatus (const Json::Value &storage)
 
 LiveStreamHealthStatus (Json::Value *storage)
 
virtual ~LiveStreamHealthStatus ()
 
const StringPiece GetTypeName () const
 
bool has_configuration_issues () const
 
void clear_configuration_issues ()
 
const client::JsonCppArray< LiveStreamConfigurationIssueget_configuration_issues () const
 
client::JsonCppArray< LiveStreamConfigurationIssuemutable_configurationIssues ()
 
bool has_last_update_time_seconds () const
 
void clear_last_update_time_seconds ()
 
uint64 get_last_update_time_seconds () const
 
void set_last_update_time_seconds (uint64 value)
 
bool has_status () const
 
void clear_status ()
 
const StringPiece get_status () const
 
void set_status (const StringPiece &value)
 

Static Public Member Functions

static LiveStreamHealthStatusNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LiveStreamHealthStatus() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LiveStreamHealthStatus() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LiveStreamHealthStatus()

google_youtube_api::LiveStreamHealthStatus::~LiveStreamHealthStatus ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_configuration_issues()

void google_youtube_api::LiveStreamHealthStatus::clear_configuration_issues ( )
inline

Clears the 'configurationIssues' attribute.

◆ clear_last_update_time_seconds()

void google_youtube_api::LiveStreamHealthStatus::clear_last_update_time_seconds ( )
inline

Clears the 'lastUpdateTimeSeconds' attribute.

◆ clear_status()

void google_youtube_api::LiveStreamHealthStatus::clear_status ( )
inline

Clears the 'status' attribute.

◆ get_configuration_issues()

const client::JsonCppArray<LiveStreamConfigurationIssue > google_youtube_api::LiveStreamHealthStatus::get_configuration_issues ( ) const

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

◆ get_last_update_time_seconds()

uint64 google_youtube_api::LiveStreamHealthStatus::get_last_update_time_seconds ( ) const
inline

Get the value of the 'lastUpdateTimeSeconds' attribute.

◆ get_status()

const StringPiece google_youtube_api::LiveStreamHealthStatus::get_status ( ) const
inline

Get the value of the 'status' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LiveStreamHealthStatus

◆ has_configuration_issues()

bool google_youtube_api::LiveStreamHealthStatus::has_configuration_issues ( ) const
inline

Determine if the 'configurationIssues' attribute was set.

Returns
true if the 'configurationIssues' attribute was set.

◆ has_last_update_time_seconds()

bool google_youtube_api::LiveStreamHealthStatus::has_last_update_time_seconds ( ) const
inline

Determine if the 'lastUpdateTimeSeconds' attribute was set.

Returns
true if the 'lastUpdateTimeSeconds' attribute was set.

◆ has_status()

bool google_youtube_api::LiveStreamHealthStatus::has_status ( ) const
inline

Determine if the 'status' attribute was set.

Returns
true if the 'status' attribute was set.

◆ mutable_configurationIssues()

client::JsonCppArray<LiveStreamConfigurationIssue > google_youtube_api::LiveStreamHealthStatus::mutable_configurationIssues ( )

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

The configurations issues on this stream.

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

◆ New()

LiveStreamHealthStatus * google_youtube_api::LiveStreamHealthStatus::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_last_update_time_seconds()

void google_youtube_api::LiveStreamHealthStatus::set_last_update_time_seconds ( uint64  value)
inline

Change the 'lastUpdateTimeSeconds' attribute.

The last time this status was updated (in seconds).

Parameters
[in]valueThe new value.

◆ set_status()

void google_youtube_api::LiveStreamHealthStatus::set_status ( const StringPiece &  value)
inline

Change the 'status' attribute.

The status code of this stream.

Parameters
[in]valueThe new value.

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