analytics  v3
Classes | Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::GaData::GaDataDataTable Class Reference

#include <ga_data.h>

Inheritance diagram for google_analytics_api::GaData::GaDataDataTable:

Classes

class  GaDataDataTableCols
 
class  GaDataDataTableRows
 

Public Member Functions

 GaDataDataTable (const Json::Value &storage)
 
 GaDataDataTable (Json::Value *storage)
 
virtual ~GaDataDataTable ()
 
const StringPiece GetTypeName () const
 
bool has_cols () const
 
void clear_cols ()
 
const client::JsonCppArray< GaDataDataTableColsget_cols () const
 
client::JsonCppArray< GaDataDataTableColsmutable_cols ()
 
bool has_rows () const
 
void clear_rows ()
 
const client::JsonCppArray< GaDataDataTableRowsget_rows () const
 
client::JsonCppArray< GaDataDataTableRowsmutable_rows ()
 

Static Public Member Functions

static GaDataDataTableNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ GaDataDataTable() [1/2]

google_analytics_api::GaData::GaDataDataTable::GaDataDataTable ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ GaDataDataTable() [2/2]

google_analytics_api::GaData::GaDataDataTable::GaDataDataTable ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~GaDataDataTable()

google_analytics_api::GaData::GaDataDataTable::~GaDataDataTable ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_cols()

void google_analytics_api::GaData::GaDataDataTable::clear_cols ( )
inline

Clears the 'cols' attribute.

◆ clear_rows()

void google_analytics_api::GaData::GaDataDataTable::clear_rows ( )
inline

Clears the 'rows' attribute.

◆ get_cols()

const client::JsonCppArray<GaDataDataTableCols > google_analytics_api::GaData::GaDataDataTable::get_cols ( ) const
inline

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

◆ get_rows()

const client::JsonCppArray<GaDataDataTableRows > google_analytics_api::GaData::GaDataDataTable::get_rows ( ) const
inline

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

◆ GetTypeName()

const StringPiece google_analytics_api::GaData::GaDataDataTable::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::GaDataDataTable

◆ has_cols()

bool google_analytics_api::GaData::GaDataDataTable::has_cols ( ) const
inline

Determine if the 'cols' attribute was set.

Returns
true if the 'cols' attribute was set.

◆ has_rows()

bool google_analytics_api::GaData::GaDataDataTable::has_rows ( ) const
inline

Determine if the 'rows' attribute was set.

Returns
true if the 'rows' attribute was set.

◆ mutable_cols()

client::JsonCppArray<GaDataDataTableCols > google_analytics_api::GaData::GaDataDataTable::mutable_cols ( )
inline

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

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

◆ mutable_rows()

client::JsonCppArray<GaDataDataTableRows > google_analytics_api::GaData::GaDataDataTable::mutable_rows ( )
inline

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

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

◆ New()

GaData::GaDataDataTable * google_analytics_api::GaData::GaDataDataTable::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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