#include <realtime_data.h>
◆ RealtimeDataColumnHeaders() [1/2]
| google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::RealtimeDataColumnHeaders |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ RealtimeDataColumnHeaders() [2/2]
| google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::RealtimeDataColumnHeaders |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~RealtimeDataColumnHeaders()
| google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::~RealtimeDataColumnHeaders |
( |
| ) |
|
|
virtual |
◆ clear_column_type()
| void google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::clear_column_type |
( |
| ) |
|
|
inline |
Clears the 'columnType' attribute.
◆ clear_data_type()
| void google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::clear_data_type |
( |
| ) |
|
|
inline |
Clears the 'dataType' attribute.
◆ clear_name()
| void google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name' attribute.
◆ get_column_type()
| const StringPiece google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::get_column_type |
( |
| ) |
const |
|
inline |
Get the value of the 'columnType' attribute.
◆ get_data_type()
| const StringPiece google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::get_data_type |
( |
| ) |
const |
|
inline |
Get the value of the 'dataType' attribute.
◆ get_name()
| const StringPiece google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name' attribute.
◆ GetTypeName()
| const StringPiece google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_analytics_api::RealtimeDataColumnHeaders
◆ has_column_type()
| bool google_analytics_api::RealtimeData::RealtimeDataColumnHeaders::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::RealtimeData::RealtimeDataColumnHeaders::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::RealtimeData::RealtimeDataColumnHeaders::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::RealtimeData::RealtimeDataColumnHeaders::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::RealtimeData::RealtimeDataColumnHeaders::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::RealtimeData::RealtimeDataColumnHeaders::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name' attribute.
Column name.
- Parameters
-
The documentation for this class was generated from the following files: