#include <ga_data.h>
◆ GaDataColumnHeaders() [1/2]
google_analytics_api::GaData::GaDataColumnHeaders::GaDataColumnHeaders |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ GaDataColumnHeaders() [2/2]
google_analytics_api::GaData::GaDataColumnHeaders::GaDataColumnHeaders |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~GaDataColumnHeaders()
google_analytics_api::GaData::GaDataColumnHeaders::~GaDataColumnHeaders |
( |
| ) |
|
|
virtual |
◆ clear_column_type()
void google_analytics_api::GaData::GaDataColumnHeaders::clear_column_type |
( |
| ) |
|
|
inline |
Clears the 'columnType
' attribute.
◆ clear_data_type()
void google_analytics_api::GaData::GaDataColumnHeaders::clear_data_type |
( |
| ) |
|
|
inline |
Clears the 'dataType
' attribute.
◆ clear_name()
void google_analytics_api::GaData::GaDataColumnHeaders::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ get_column_type()
const StringPiece google_analytics_api::GaData::GaDataColumnHeaders::get_column_type |
( |
| ) |
const |
|
inline |
Get the value of the 'columnType
' attribute.
◆ get_data_type()
const StringPiece google_analytics_api::GaData::GaDataColumnHeaders::get_data_type |
( |
| ) |
const |
|
inline |
Get the value of the 'dataType
' attribute.
◆ get_name()
const StringPiece google_analytics_api::GaData::GaDataColumnHeaders::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ GetTypeName()
const StringPiece google_analytics_api::GaData::GaDataColumnHeaders::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_analytics_api::GaDataColumnHeaders
◆ has_column_type()
bool google_analytics_api::GaData::GaDataColumnHeaders::has_column_type |
( |
| ) |
const |
|
inline |
Determine if the 'columnType
' attribute was set.
- Returns
- true if the '
columnType
' attribute was set.
◆ has_data_type()
bool google_analytics_api::GaData::GaDataColumnHeaders::has_data_type |
( |
| ) |
const |
|
inline |
Determine if the 'dataType
' attribute was set.
- Returns
- true if the '
dataType
' attribute was set.
◆ has_name()
bool google_analytics_api::GaData::GaDataColumnHeaders::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_column_type()
void google_analytics_api::GaData::GaDataColumnHeaders::set_column_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'columnType
' attribute.
Column Type. Either DIMENSION or METRIC.
- Parameters
-
◆ set_data_type()
void google_analytics_api::GaData::GaDataColumnHeaders::set_data_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'dataType
' attribute.
Data type. Dimension column headers have only STRING as the data type. Metric column headers have data types for metric values such as INTEGER, DOUBLE, CURRENCY etc.
- Parameters
-
◆ set_name()
void google_analytics_api::GaData::GaDataColumnHeaders::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
Column name.
- Parameters
-
The documentation for this class was generated from the following files:
- google/analytics_api/ga_data.h
- google/analytics_api/ga_data.cc