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

#include <invideo_branding.h>

Inheritance diagram for google_youtube_api::InvideoBranding:

Public Member Functions

 InvideoBranding (const Json::Value &storage)
 
 InvideoBranding (Json::Value *storage)
 
virtual ~InvideoBranding ()
 
const StringPiece GetTypeName () const
 
bool has_image_bytes () const
 
void clear_image_bytes ()
 
const StringPiece get_image_bytes () const
 
void set_image_bytes (const StringPiece &value)
 
bool has_image_url () const
 
void clear_image_url ()
 
const StringPiece get_image_url () const
 
void set_image_url (const StringPiece &value)
 
bool has_position () const
 
void clear_position ()
 
const InvideoPosition get_position () const
 
InvideoPosition mutable_position ()
 
bool has_target_channel_id () const
 
void clear_target_channel_id ()
 
const StringPiece get_target_channel_id () const
 
void set_target_channel_id (const StringPiece &value)
 
bool has_timing () const
 
void clear_timing ()
 
const InvideoTiming get_timing () const
 
InvideoTiming mutable_timing ()
 

Static Public Member Functions

static InvideoBrandingNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ InvideoBranding() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InvideoBranding() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InvideoBranding()

google_youtube_api::InvideoBranding::~InvideoBranding ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_image_bytes()

void google_youtube_api::InvideoBranding::clear_image_bytes ( )
inline

Clears the 'imageBytes' attribute.

◆ clear_image_url()

void google_youtube_api::InvideoBranding::clear_image_url ( )
inline

Clears the 'imageUrl' attribute.

◆ clear_position()

void google_youtube_api::InvideoBranding::clear_position ( )
inline

Clears the 'position' attribute.

◆ clear_target_channel_id()

void google_youtube_api::InvideoBranding::clear_target_channel_id ( )
inline

Clears the 'targetChannelId' attribute.

◆ clear_timing()

void google_youtube_api::InvideoBranding::clear_timing ( )
inline

Clears the 'timing' attribute.

◆ get_image_bytes()

const StringPiece google_youtube_api::InvideoBranding::get_image_bytes ( ) const
inline

Get the value of the 'imageBytes' attribute.

◆ get_image_url()

const StringPiece google_youtube_api::InvideoBranding::get_image_url ( ) const
inline

Get the value of the 'imageUrl' attribute.

◆ get_position()

const InvideoPosition google_youtube_api::InvideoBranding::get_position ( ) const

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

◆ get_target_channel_id()

const StringPiece google_youtube_api::InvideoBranding::get_target_channel_id ( ) const
inline

Get the value of the 'targetChannelId' attribute.

◆ get_timing()

const InvideoTiming google_youtube_api::InvideoBranding::get_timing ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::InvideoBranding

◆ has_image_bytes()

bool google_youtube_api::InvideoBranding::has_image_bytes ( ) const
inline

Determine if the 'imageBytes' attribute was set.

Returns
true if the 'imageBytes' attribute was set.

◆ has_image_url()

bool google_youtube_api::InvideoBranding::has_image_url ( ) const
inline

Determine if the 'imageUrl' attribute was set.

Returns
true if the 'imageUrl' attribute was set.

◆ has_position()

bool google_youtube_api::InvideoBranding::has_position ( ) const
inline

Determine if the 'position' attribute was set.

Returns
true if the 'position' attribute was set.

◆ has_target_channel_id()

bool google_youtube_api::InvideoBranding::has_target_channel_id ( ) const
inline

Determine if the 'targetChannelId' attribute was set.

Returns
true if the 'targetChannelId' attribute was set.

◆ has_timing()

bool google_youtube_api::InvideoBranding::has_timing ( ) const
inline

Determine if the 'timing' attribute was set.

Returns
true if the 'timing' attribute was set.

◆ mutable_position()

InvideoPosition google_youtube_api::InvideoBranding::mutable_position ( )

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

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

◆ mutable_timing()

InvideoTiming google_youtube_api::InvideoBranding::mutable_timing ( )

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

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

◆ New()

InvideoBranding * google_youtube_api::InvideoBranding::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_image_bytes()

void google_youtube_api::InvideoBranding::set_image_bytes ( const StringPiece &  value)
inline

Change the 'imageBytes' attribute.

Parameters
[in]valueThe new value.

◆ set_image_url()

void google_youtube_api::InvideoBranding::set_image_url ( const StringPiece &  value)
inline

Change the 'imageUrl' attribute.

Parameters
[in]valueThe new value.

◆ set_target_channel_id()

void google_youtube_api::InvideoBranding::set_target_channel_id ( const StringPiece &  value)
inline

Change the 'targetChannelId' attribute.

Parameters
[in]valueThe new value.

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