#include <ga_data.h>
◆ GaDataDataTable() [1/2]
| google_analytics_api::GaData::GaDataDataTable::GaDataDataTable |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~GaDataDataTable()
| google_analytics_api::GaData::GaDataDataTable::~GaDataDataTable |
( |
| ) |
|
|
virtual |
◆ 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()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files:
- google/analytics_api/ga_data.h
- google/analytics_api/ga_data.cc