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

#include <profile_ref.h>

Inheritance diagram for google_analytics_api::ProfileRef:

Public Member Functions

 ProfileRef (const Json::Value &storage)
 
 ProfileRef (Json::Value *storage)
 
virtual ~ProfileRef ()
 
const StringPiece GetTypeName () const
 
bool has_account_id () const
 
void clear_account_id ()
 
const StringPiece get_account_id () const
 
void set_account_id (const StringPiece &value)
 
bool has_href () const
 
void clear_href ()
 
const StringPiece get_href () const
 
void set_href (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_internal_web_property_id () const
 
void clear_internal_web_property_id ()
 
const StringPiece get_internal_web_property_id () const
 
void set_internal_web_property_id (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_web_property_id () const
 
void clear_web_property_id ()
 
const StringPiece get_web_property_id () const
 
void set_web_property_id (const StringPiece &value)
 

Static Public Member Functions

static ProfileRefNew ()
 

Detailed Description

JSON template for a linked view (profile).

Constructor & Destructor Documentation

◆ ProfileRef() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ProfileRef() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ProfileRef()

google_analytics_api::ProfileRef::~ProfileRef ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_account_id()

void google_analytics_api::ProfileRef::clear_account_id ( )
inline

Clears the 'accountId' attribute.

◆ clear_href()

void google_analytics_api::ProfileRef::clear_href ( )
inline

Clears the 'href' attribute.

◆ clear_id()

void google_analytics_api::ProfileRef::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_internal_web_property_id()

void google_analytics_api::ProfileRef::clear_internal_web_property_id ( )
inline

Clears the 'internalWebPropertyId' attribute.

◆ clear_kind()

void google_analytics_api::ProfileRef::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_name()

void google_analytics_api::ProfileRef::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_web_property_id()

void google_analytics_api::ProfileRef::clear_web_property_id ( )
inline

Clears the 'webPropertyId' attribute.

◆ get_account_id()

const StringPiece google_analytics_api::ProfileRef::get_account_id ( ) const
inline

Get the value of the 'accountId' attribute.

◆ get_href()

const StringPiece google_analytics_api::ProfileRef::get_href ( ) const
inline

Get the value of the 'href' attribute.

◆ get_id()

const StringPiece google_analytics_api::ProfileRef::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_internal_web_property_id()

const StringPiece google_analytics_api::ProfileRef::get_internal_web_property_id ( ) const
inline

Get the value of the 'internalWebPropertyId' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_name()

const StringPiece google_analytics_api::ProfileRef::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ get_web_property_id()

const StringPiece google_analytics_api::ProfileRef::get_web_property_id ( ) const
inline

Get the value of the 'webPropertyId' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_analytics_api::ProfileRef

◆ has_account_id()

bool google_analytics_api::ProfileRef::has_account_id ( ) const
inline

Determine if the 'accountId' attribute was set.

Returns
true if the 'accountId' attribute was set.

◆ has_href()

bool google_analytics_api::ProfileRef::has_href ( ) const
inline

Determine if the 'href' attribute was set.

Returns
true if the 'href' attribute was set.

◆ has_id()

bool google_analytics_api::ProfileRef::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_internal_web_property_id()

bool google_analytics_api::ProfileRef::has_internal_web_property_id ( ) const
inline

Determine if the 'internalWebPropertyId' attribute was set.

Returns
true if the 'internalWebPropertyId' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_name()

bool google_analytics_api::ProfileRef::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_web_property_id()

bool google_analytics_api::ProfileRef::has_web_property_id ( ) const
inline

Determine if the 'webPropertyId' attribute was set.

Returns
true if the 'webPropertyId' attribute was set.

◆ New()

ProfileRef * google_analytics_api::ProfileRef::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_account_id()

void google_analytics_api::ProfileRef::set_account_id ( const StringPiece &  value)
inline

Change the 'accountId' attribute.

Account ID to which this view (profile) belongs.

Parameters
[in]valueThe new value.

◆ set_href()

void google_analytics_api::ProfileRef::set_href ( const StringPiece &  value)
inline

Change the 'href' attribute.

Link for this view (profile).

Parameters
[in]valueThe new value.

◆ set_id()

void google_analytics_api::ProfileRef::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

View (Profile) ID.

Parameters
[in]valueThe new value.

◆ set_internal_web_property_id()

void google_analytics_api::ProfileRef::set_internal_web_property_id ( const StringPiece &  value)
inline

Change the 'internalWebPropertyId' attribute.

Internal ID for the web property to which this view (profile) belongs.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

Analytics view (profile) reference.

Parameters
[in]valueThe new value.

◆ set_name()

void google_analytics_api::ProfileRef::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

Name of this view (profile).

Parameters
[in]valueThe new value.

◆ set_web_property_id()

void google_analytics_api::ProfileRef::set_web_property_id ( const StringPiece &  value)
inline

Change the 'webPropertyId' attribute.

Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.

Parameters
[in]valueThe new value.

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