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

#include <channel_audit_details.h>

Inheritance diagram for google_youtube_api::ChannelAuditDetails:

Public Member Functions

 ChannelAuditDetails (const Json::Value &storage)
 
 ChannelAuditDetails (Json::Value *storage)
 
virtual ~ChannelAuditDetails ()
 
const StringPiece GetTypeName () const
 
bool has_community_guidelines_good_standing () const
 
void clear_community_guidelines_good_standing ()
 
bool get_community_guidelines_good_standing () const
 
void set_community_guidelines_good_standing (bool value)
 
bool has_content_id_claims_good_standing () const
 
void clear_content_id_claims_good_standing ()
 
bool get_content_id_claims_good_standing () const
 
void set_content_id_claims_good_standing (bool value)
 
bool has_copyright_strikes_good_standing () const
 
void clear_copyright_strikes_good_standing ()
 
bool get_copyright_strikes_good_standing () const
 
void set_copyright_strikes_good_standing (bool value)
 

Static Public Member Functions

static ChannelAuditDetailsNew ()
 

Detailed Description

The auditDetails object encapsulates channel data that is relevant for YouTube Partners during the audit process.

Constructor & Destructor Documentation

◆ ChannelAuditDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ChannelAuditDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ChannelAuditDetails()

google_youtube_api::ChannelAuditDetails::~ChannelAuditDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_community_guidelines_good_standing()

void google_youtube_api::ChannelAuditDetails::clear_community_guidelines_good_standing ( )
inline

Clears the 'communityGuidelinesGoodStanding' attribute.

◆ clear_content_id_claims_good_standing()

void google_youtube_api::ChannelAuditDetails::clear_content_id_claims_good_standing ( )
inline

Clears the 'contentIdClaimsGoodStanding' attribute.

◆ clear_copyright_strikes_good_standing()

void google_youtube_api::ChannelAuditDetails::clear_copyright_strikes_good_standing ( )
inline

Clears the 'copyrightStrikesGoodStanding' attribute.

◆ get_community_guidelines_good_standing()

bool google_youtube_api::ChannelAuditDetails::get_community_guidelines_good_standing ( ) const
inline

Get the value of the 'communityGuidelinesGoodStanding' attribute.

◆ get_content_id_claims_good_standing()

bool google_youtube_api::ChannelAuditDetails::get_content_id_claims_good_standing ( ) const
inline

Get the value of the 'contentIdClaimsGoodStanding' attribute.

◆ get_copyright_strikes_good_standing()

bool google_youtube_api::ChannelAuditDetails::get_copyright_strikes_good_standing ( ) const
inline

Get the value of the 'copyrightStrikesGoodStanding' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::ChannelAuditDetails

◆ has_community_guidelines_good_standing()

bool google_youtube_api::ChannelAuditDetails::has_community_guidelines_good_standing ( ) const
inline

Determine if the 'communityGuidelinesGoodStanding' attribute was set.

Returns
true if the 'communityGuidelinesGoodStanding' attribute was set.

◆ has_content_id_claims_good_standing()

bool google_youtube_api::ChannelAuditDetails::has_content_id_claims_good_standing ( ) const
inline

Determine if the 'contentIdClaimsGoodStanding' attribute was set.

Returns
true if the 'contentIdClaimsGoodStanding' attribute was set.

◆ has_copyright_strikes_good_standing()

bool google_youtube_api::ChannelAuditDetails::has_copyright_strikes_good_standing ( ) const
inline

Determine if the 'copyrightStrikesGoodStanding' attribute was set.

Returns
true if the 'copyrightStrikesGoodStanding' attribute was set.

◆ New()

ChannelAuditDetails * google_youtube_api::ChannelAuditDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_community_guidelines_good_standing()

void google_youtube_api::ChannelAuditDetails::set_community_guidelines_good_standing ( bool  value)
inline

Change the 'communityGuidelinesGoodStanding' attribute.

Whether or not the channel respects the community guidelines.

Parameters
[in]valueThe new value.

◆ set_content_id_claims_good_standing()

void google_youtube_api::ChannelAuditDetails::set_content_id_claims_good_standing ( bool  value)
inline

Change the 'contentIdClaimsGoodStanding' attribute.

Whether or not the channel has any unresolved claims.

Parameters
[in]valueThe new value.

◆ set_copyright_strikes_good_standing()

void google_youtube_api::ChannelAuditDetails::set_copyright_strikes_good_standing ( bool  value)
inline

Change the 'copyrightStrikesGoodStanding' attribute.

Whether or not the channel has any copyright strikes.

Parameters
[in]valueThe new value.

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