#include <live_stream_health_status.h>
◆ LiveStreamHealthStatus() [1/2]
google_youtube_api::LiveStreamHealthStatus::LiveStreamHealthStatus |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~LiveStreamHealthStatus()
google_youtube_api::LiveStreamHealthStatus::~LiveStreamHealthStatus |
( |
| ) |
|
|
virtual |
◆ 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()
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 |
◆ 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()
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()
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
-
◆ set_status()
void google_youtube_api::LiveStreamHealthStatus::set_status |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'status
' attribute.
The status code of this stream.
- Parameters
-
The documentation for this class was generated from the following files: