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

#include <live_stream_configuration_issue.h>

Inheritance diagram for google_youtube_api::LiveStreamConfigurationIssue:

Public Member Functions

 LiveStreamConfigurationIssue (const Json::Value &storage)
 
 LiveStreamConfigurationIssue (Json::Value *storage)
 
virtual ~LiveStreamConfigurationIssue ()
 
const StringPiece GetTypeName () const
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (const StringPiece &value)
 
bool has_reason () const
 
void clear_reason ()
 
const StringPiece get_reason () const
 
void set_reason (const StringPiece &value)
 
bool has_severity () const
 
void clear_severity ()
 
const StringPiece get_severity () const
 
void set_severity (const StringPiece &value)
 
bool has_type () const
 
void clear_type ()
 
const StringPiece get_type () const
 
void set_type (const StringPiece &value)
 

Static Public Member Functions

static LiveStreamConfigurationIssueNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LiveStreamConfigurationIssue() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~LiveStreamConfigurationIssue()

google_youtube_api::LiveStreamConfigurationIssue::~LiveStreamConfigurationIssue ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::LiveStreamConfigurationIssue

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

LiveStreamConfigurationIssue * google_youtube_api::LiveStreamConfigurationIssue::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ set_type()

void google_youtube_api::LiveStreamConfigurationIssue::set_type ( const StringPiece &  value)
inline

Change the 'type' attribute.

The kind of error happening.

Parameters
[in]valueThe new value.

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