#include <live_stream_configuration_issue.h>
◆ LiveStreamConfigurationIssue() [1/2]
google_youtube_api::LiveStreamConfigurationIssue::LiveStreamConfigurationIssue |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ LiveStreamConfigurationIssue() [2/2]
google_youtube_api::LiveStreamConfigurationIssue::LiveStreamConfigurationIssue |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~LiveStreamConfigurationIssue()
google_youtube_api::LiveStreamConfigurationIssue::~LiveStreamConfigurationIssue |
( |
| ) |
|
|
virtual |
◆ clear_description()
void google_youtube_api::LiveStreamConfigurationIssue::clear_description |
( |
| ) |
|
|
inline |
Clears the 'description
' attribute.
◆ clear_reason()
void google_youtube_api::LiveStreamConfigurationIssue::clear_reason |
( |
| ) |
|
|
inline |
Clears the 'reason
' attribute.
◆ clear_severity()
void google_youtube_api::LiveStreamConfigurationIssue::clear_severity |
( |
| ) |
|
|
inline |
Clears the 'severity
' attribute.
◆ clear_type()
void google_youtube_api::LiveStreamConfigurationIssue::clear_type |
( |
| ) |
|
|
inline |
Clears the 'type
' attribute.
◆ get_description()
const StringPiece google_youtube_api::LiveStreamConfigurationIssue::get_description |
( |
| ) |
const |
|
inline |
Get the value of the 'description
' attribute.
◆ get_reason()
const StringPiece google_youtube_api::LiveStreamConfigurationIssue::get_reason |
( |
| ) |
const |
|
inline |
Get the value of the 'reason
' attribute.
◆ get_severity()
const StringPiece google_youtube_api::LiveStreamConfigurationIssue::get_severity |
( |
| ) |
const |
|
inline |
Get the value of the 'severity
' attribute.
◆ get_type()
const StringPiece google_youtube_api::LiveStreamConfigurationIssue::get_type |
( |
| ) |
const |
|
inline |
Get the value of the 'type
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::LiveStreamConfigurationIssue::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_description()
bool google_youtube_api::LiveStreamConfigurationIssue::has_description |
( |
| ) |
const |
|
inline |
Determine if the 'description
' attribute was set.
- Returns
- true if the '
description
' attribute was set.
◆ has_reason()
bool google_youtube_api::LiveStreamConfigurationIssue::has_reason |
( |
| ) |
const |
|
inline |
Determine if the 'reason
' attribute was set.
- Returns
- true if the '
reason
' attribute was set.
◆ has_severity()
bool google_youtube_api::LiveStreamConfigurationIssue::has_severity |
( |
| ) |
const |
|
inline |
Determine if the 'severity
' attribute was set.
- Returns
- true if the '
severity
' attribute was set.
◆ has_type()
bool google_youtube_api::LiveStreamConfigurationIssue::has_type |
( |
| ) |
const |
|
inline |
Determine if the 'type
' attribute was set.
- Returns
- true if the '
type
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_description()
void google_youtube_api::LiveStreamConfigurationIssue::set_description |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'description
' attribute.
The long-form description of the issue and how to resolve it.
- Parameters
-
◆ set_reason()
void google_youtube_api::LiveStreamConfigurationIssue::set_reason |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'reason
' attribute.
The short-form reason for this issue.
- Parameters
-
◆ set_severity()
void google_youtube_api::LiveStreamConfigurationIssue::set_severity |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'severity
' attribute.
How severe this issue is to the stream.
- Parameters
-
◆ set_type()
void google_youtube_api::LiveStreamConfigurationIssue::set_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'type
' attribute.
The kind of error happening.
- Parameters
-
The documentation for this class was generated from the following files: