#include <mcf_data.h>
◆ McfDataColumnHeaders() [1/2]
google_analytics_api::McfData::McfDataColumnHeaders::McfDataColumnHeaders |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ McfDataColumnHeaders() [2/2]
google_analytics_api::McfData::McfDataColumnHeaders::McfDataColumnHeaders |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~McfDataColumnHeaders()
google_analytics_api::McfData::McfDataColumnHeaders::~McfDataColumnHeaders |
( |
| ) |
|
|
virtual |
◆ clear_column_type()
void google_analytics_api::McfData::McfDataColumnHeaders::clear_column_type |
( |
| ) |
|
|
inline |
Clears the 'columnType
' attribute.
◆ clear_data_type()
void google_analytics_api::McfData::McfDataColumnHeaders::clear_data_type |
( |
| ) |
|
|
inline |
Clears the 'dataType
' attribute.
◆ clear_name()
void google_analytics_api::McfData::McfDataColumnHeaders::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ get_column_type()
const StringPiece google_analytics_api::McfData::McfDataColumnHeaders::get_column_type |
( |
| ) |
const |
|
inline |
Get the value of the 'columnType
' attribute.
◆ get_data_type()
const StringPiece google_analytics_api::McfData::McfDataColumnHeaders::get_data_type |
( |
| ) |
const |
|
inline |
Get the value of the 'dataType
' attribute.
◆ get_name()
const StringPiece google_analytics_api::McfData::McfDataColumnHeaders::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ GetTypeName()
const StringPiece google_analytics_api::McfData::McfDataColumnHeaders::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_analytics_api::McfDataColumnHeaders
◆ has_column_type()
bool google_analytics_api::McfData::McfDataColumnHeaders::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::McfData::McfDataColumnHeaders::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::McfData::McfDataColumnHeaders::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::McfData::McfDataColumnHeaders::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::McfData::McfDataColumnHeaders::set_data_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'dataType
' attribute.
Data type. Dimension and metric values data types such as INTEGER, DOUBLE, CURRENCY, MCF_SEQUENCE etc.
- Parameters
-
◆ set_name()
void google_analytics_api::McfData::McfDataColumnHeaders::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/mcf_data.h
- google/analytics_api/mcf_data.cc