|
analytics
v3
|
#include <column.h>
Public Member Functions | |
| Column (const Json::Value &storage) | |
| Column (Json::Value *storage) | |
| virtual | ~Column () |
| const StringPiece | GetTypeName () const |
| bool | has_attributes () const |
| void | clear_attributes () |
| const client::JsonCppAssociativeArray< string > | get_attributes () const |
| client::JsonCppAssociativeArray< string > | mutable_attributes () |
| bool | has_id () const |
| void | clear_id () |
| const StringPiece | get_id () const |
| void | set_id (const StringPiece &value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
Static Public Member Functions | |
| static Column * | New () |
JSON template for a metadata column.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'attributes' attribute.
|
inline |
Clears the 'id' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Get a reference to the value of the 'attributes' attribute.
|
inline |
Get the value of the 'id' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::Column
|
inline |
Determine if the 'attributes' attribute was set.
attributes' attribute was set.
|
inline |
Determine if the 'id' attribute was set.
id' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'attributes' property.
Map of attribute name and value for this column.
|
static |
Creates a new default instance.
|
inline |
|
inline |
Change the 'kind' attribute.
Resource type for Analytics column.
| [in] | value | The new value. |