#include <profile_summary.h>
JSON template for an Analytics ProfileSummary. ProfileSummary returns basic information (i.e., summary) for a profile.
◆ ProfileSummary() [1/2]
google_analytics_api::ProfileSummary::ProfileSummary |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ProfileSummary() [2/2]
google_analytics_api::ProfileSummary::ProfileSummary |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ProfileSummary()
google_analytics_api::ProfileSummary::~ProfileSummary |
( |
| ) |
|
|
virtual |
◆ clear_id()
void google_analytics_api::ProfileSummary::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id
' attribute.
◆ clear_kind()
void google_analytics_api::ProfileSummary::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_name()
void google_analytics_api::ProfileSummary::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ clear_starred()
void google_analytics_api::ProfileSummary::clear_starred |
( |
| ) |
|
|
inline |
Clears the 'starred
' attribute.
◆ clear_type()
void google_analytics_api::ProfileSummary::clear_type |
( |
| ) |
|
|
inline |
Clears the 'type
' attribute.
◆ get_id()
const StringPiece google_analytics_api::ProfileSummary::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id
' attribute.
◆ get_kind()
const StringPiece google_analytics_api::ProfileSummary::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_name()
const StringPiece google_analytics_api::ProfileSummary::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ get_starred()
bool google_analytics_api::ProfileSummary::get_starred |
( |
| ) |
const |
|
inline |
Get the value of the 'starred
' attribute.
◆ get_type()
const StringPiece google_analytics_api::ProfileSummary::get_type |
( |
| ) |
const |
|
inline |
Get the value of the 'type
' attribute.
◆ GetTypeName()
const StringPiece google_analytics_api::ProfileSummary::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_id()
bool google_analytics_api::ProfileSummary::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id
' attribute was set.
- Returns
- true if the '
id
' attribute was set.
◆ has_kind()
bool google_analytics_api::ProfileSummary::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_name()
bool google_analytics_api::ProfileSummary::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ has_starred()
bool google_analytics_api::ProfileSummary::has_starred |
( |
| ) |
const |
|
inline |
Determine if the 'starred
' attribute was set.
- Returns
- true if the '
starred
' attribute was set.
◆ has_type()
bool google_analytics_api::ProfileSummary::has_type |
( |
| ) |
const |
|
inline |
Determine if the 'type
' attribute was set.
- Returns
- true if the '
type
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_id()
void google_analytics_api::ProfileSummary::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id
' attribute.
View (profile) ID.
- Parameters
-
◆ set_kind()
void google_analytics_api::ProfileSummary::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Resource type for Analytics ProfileSummary.
- Parameters
-
◆ set_name()
void google_analytics_api::ProfileSummary::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
View (profile) name.
- Parameters
-
◆ set_starred()
void google_analytics_api::ProfileSummary::set_starred |
( |
bool |
value | ) |
|
|
inline |
Change the 'starred
' attribute.
Indicates whether this view (profile) is starred or not.
- Parameters
-
◆ set_type()
void google_analytics_api::ProfileSummary::set_type |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'type
' attribute.
View (Profile) type. Supported types: WEB or APP.
- Parameters
-
The documentation for this class was generated from the following files: