analytics  v3
Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::AdWordsAccount Class Reference

#include <ad_words_account.h>

Inheritance diagram for google_analytics_api::AdWordsAccount:

Public Member Functions

 AdWordsAccount (const Json::Value &storage)
 
 AdWordsAccount (Json::Value *storage)
 
virtual ~AdWordsAccount ()
 
const StringPiece GetTypeName () const
 
bool has_auto_tagging_enabled () const
 
void clear_auto_tagging_enabled ()
 
bool get_auto_tagging_enabled () const
 
void set_auto_tagging_enabled (bool value)
 
bool has_customer_id () const
 
void clear_customer_id ()
 
const StringPiece get_customer_id () const
 
void set_customer_id (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static AdWordsAccountNew ()
 

Detailed Description

JSON template for an Google Ads account.

Constructor & Destructor Documentation

◆ AdWordsAccount() [1/2]

google_analytics_api::AdWordsAccount::AdWordsAccount ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ AdWordsAccount() [2/2]

google_analytics_api::AdWordsAccount::AdWordsAccount ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~AdWordsAccount()

google_analytics_api::AdWordsAccount::~AdWordsAccount ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_auto_tagging_enabled()

void google_analytics_api::AdWordsAccount::clear_auto_tagging_enabled ( )
inline

Clears the 'autoTaggingEnabled' attribute.

◆ clear_customer_id()

void google_analytics_api::AdWordsAccount::clear_customer_id ( )
inline

Clears the 'customerId' attribute.

◆ clear_kind()

void google_analytics_api::AdWordsAccount::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_auto_tagging_enabled()

bool google_analytics_api::AdWordsAccount::get_auto_tagging_enabled ( ) const
inline

Get the value of the 'autoTaggingEnabled' attribute.

◆ get_customer_id()

const StringPiece google_analytics_api::AdWordsAccount::get_customer_id ( ) const
inline

Get the value of the 'customerId' attribute.

◆ get_kind()

const StringPiece google_analytics_api::AdWordsAccount::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ GetTypeName()

const StringPiece google_analytics_api::AdWordsAccount::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::AdWordsAccount

◆ has_auto_tagging_enabled()

bool google_analytics_api::AdWordsAccount::has_auto_tagging_enabled ( ) const
inline

Determine if the 'autoTaggingEnabled' attribute was set.

Returns
true if the 'autoTaggingEnabled' attribute was set.

◆ has_customer_id()

bool google_analytics_api::AdWordsAccount::has_customer_id ( ) const
inline

Determine if the 'customerId' attribute was set.

Returns
true if the 'customerId' attribute was set.

◆ has_kind()

bool google_analytics_api::AdWordsAccount::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ New()

AdWordsAccount * google_analytics_api::AdWordsAccount::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_auto_tagging_enabled()

void google_analytics_api::AdWordsAccount::set_auto_tagging_enabled ( bool  value)
inline

Change the 'autoTaggingEnabled' attribute.

True if auto-tagging is enabled on the Google Ads account. Read-only after the insert operation.

Parameters
[in]valueThe new value.

◆ set_customer_id()

void google_analytics_api::AdWordsAccount::set_customer_id ( const StringPiece &  value)
inline

Change the 'customerId' attribute.

Customer ID. This field is required when creating a Google Ads link.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_analytics_api::AdWordsAccount::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Resource type for Google Ads account.

Parameters
[in]valueThe new value.

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