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

#include <column.h>

Inheritance diagram for google_analytics_api::Column:

Public Member Functions

 Column (const Json::Value &storage)
 
 Column (Json::Value *storage)
 
virtual ~Column ()
 
const StringPiece GetTypeName () const
 
bool has_attributes () const
 
void clear_attributes ()
 
const client::JsonCppAssociativeArray< string > get_attributes () const
 
client::JsonCppAssociativeArray< string > mutable_attributes ()
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_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 ColumnNew ()
 

Detailed Description

JSON template for a metadata column.

Constructor & Destructor Documentation

◆ Column() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ Column() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~Column()

google_analytics_api::Column::~Column ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_attributes()

void google_analytics_api::Column::clear_attributes ( )
inline

Clears the 'attributes' attribute.

◆ clear_id()

void google_analytics_api::Column::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_kind()

void google_analytics_api::Column::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_attributes()

const client::JsonCppAssociativeArray<string > google_analytics_api::Column::get_attributes ( ) const
inline

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

◆ get_id()

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

Get the value of the 'id' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_analytics_api::Column

◆ has_attributes()

bool google_analytics_api::Column::has_attributes ( ) const
inline

Determine if the 'attributes' attribute was set.

Returns
true if the 'attributes' attribute was set.

◆ has_id()

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

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_attributes()

client::JsonCppAssociativeArray<string > google_analytics_api::Column::mutable_attributes ( )
inline

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

Map of attribute name and value for this column.

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

◆ New()

Column * google_analytics_api::Column::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_id()

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

Change the 'id' attribute.

Column id.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

Resource type for Analytics column.

Parameters
[in]valueThe new value.

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