analytics
v3
|
#include <remarketing_audiences.h>
Public Member Functions | |
RemarketingAudiences (const Json::Value &storage) | |
RemarketingAudiences (Json::Value *storage) | |
virtual | ~RemarketingAudiences () |
const StringPiece | GetTypeName () const |
bool | has_items () const |
void | clear_items () |
const client::JsonCppArray< RemarketingAudience > | get_items () const |
client::JsonCppArray< RemarketingAudience > | mutable_items () |
bool | has_items_per_page () const |
void | clear_items_per_page () |
int32 | get_items_per_page () const |
void | set_items_per_page (int32 value) |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_next_link () const |
void | clear_next_link () |
const StringPiece | get_next_link () const |
void | set_next_link (const StringPiece &value) |
bool | has_previous_link () const |
void | clear_previous_link () |
const StringPiece | get_previous_link () const |
void | set_previous_link (const StringPiece &value) |
bool | has_start_index () const |
void | clear_start_index () |
int32 | get_start_index () const |
void | set_start_index (int32 value) |
bool | has_total_results () const |
void | clear_total_results () |
int32 | get_total_results () const |
void | set_total_results (int32 value) |
bool | has_username () const |
void | clear_username () |
const StringPiece | get_username () const |
void | set_username (const StringPiece &value) |
Static Public Member Functions | |
static RemarketingAudiences * | New () |
A remarketing audience collection lists Analytics remarketing audiences to which the user has access. Each resource in the collection corresponds to a single Analytics remarketing audience.
|
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 'items
' attribute.
|
inline |
Clears the 'itemsPerPage
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'nextLink
' attribute.
|
inline |
Clears the 'previousLink
' attribute.
|
inline |
Clears the 'startIndex
' attribute.
|
inline |
Clears the 'totalResults
' attribute.
|
inline |
Clears the 'username
' attribute.
const client::JsonCppArray<RemarketingAudience > google_analytics_api::RemarketingAudiences::get_items | ( | ) | const |
Get a reference to the value of the 'items
' attribute.
|
inline |
Get the value of the 'itemsPerPage
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'nextLink
' attribute.
|
inline |
Get the value of the 'previousLink
' attribute.
|
inline |
Get the value of the 'startIndex
' attribute.
|
inline |
Get the value of the 'totalResults
' attribute.
|
inline |
Get the value of the 'username
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'items
' attribute was set.
items
' attribute was set.
|
inline |
Determine if the 'itemsPerPage
' attribute was set.
itemsPerPage
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'nextLink
' attribute was set.
nextLink
' attribute was set.
|
inline |
Determine if the 'previousLink
' attribute was set.
previousLink
' attribute was set.
|
inline |
Determine if the 'startIndex
' attribute was set.
startIndex
' attribute was set.
|
inline |
Determine if the 'totalResults
' attribute was set.
totalResults
' attribute was set.
|
inline |
Determine if the 'username
' attribute was set.
username
' attribute was set. client::JsonCppArray<RemarketingAudience > google_analytics_api::RemarketingAudiences::mutable_items | ( | ) |
Gets a reference to a mutable value of the 'items
' property.
A list of remarketing audiences.
|
static |
Creates a new default instance.
|
inline |
Change the 'itemsPerPage
' attribute.
The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
Collection type.
[in] | value | The new value. |
|
inline |
Change the 'nextLink
' attribute.
Link to next page for this remarketing audience collection.
[in] | value | The new value. |
|
inline |
Change the 'previousLink
' attribute.
Link to previous page for this view (profile) collection.
[in] | value | The new value. |
|
inline |
Change the 'startIndex
' attribute.
The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
[in] | value | The new value. |
|
inline |
Change the 'totalResults
' attribute.
The total number of results for the query, regardless of the number of results in the response.
[in] | value | The new value. |
|
inline |
Change the 'username
' attribute.
Email ID of the authenticated user.
[in] | value | The new value. |