analytics
v3
|
#include <mcf_data.h>
Public Member Functions | |
McfDataQuery (const Json::Value &storage) | |
McfDataQuery (Json::Value *storage) | |
virtual | ~McfDataQuery () |
const StringPiece | GetTypeName () const |
bool | has_dimensions () const |
void | clear_dimensions () |
const StringPiece | get_dimensions () const |
void | set_dimensions (const StringPiece &value) |
bool | has_end_date () const |
void | clear_end_date () |
const StringPiece | get_end_date () const |
void | set_end_date (const StringPiece &value) |
bool | has_filters () const |
void | clear_filters () |
const StringPiece | get_filters () const |
void | set_filters (const StringPiece &value) |
bool | has_ids () const |
void | clear_ids () |
const StringPiece | get_ids () const |
void | set_ids (const StringPiece &value) |
bool | has_max_results () const |
void | clear_max_results () |
int32 | get_max_results () const |
void | set_max_results (int32 value) |
bool | has_metrics () const |
void | clear_metrics () |
const client::JsonCppArray< string > | get_metrics () const |
client::JsonCppArray< string > | mutable_metrics () |
bool | has_sampling_level () const |
void | clear_sampling_level () |
const StringPiece | get_sampling_level () const |
void | set_sampling_level (const StringPiece &value) |
bool | has_segment () const |
void | clear_segment () |
const StringPiece | get_segment () const |
void | set_segment (const StringPiece &value) |
bool | has_sort () const |
void | clear_sort () |
const client::JsonCppArray< string > | get_sort () const |
client::JsonCppArray< string > | mutable_sort () |
bool | has_start_date () const |
void | clear_start_date () |
const StringPiece | get_start_date () const |
void | set_start_date (const StringPiece &value) |
bool | has_start_index () const |
void | clear_start_index () |
int32 | get_start_index () const |
void | set_start_index (int32 value) |
Static Public Member Functions | |
static McfDataQuery * | New () |
Analytics data request query parameters.
|
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 'dimensions
' attribute.
|
inline |
Clears the 'end-date
' attribute.
|
inline |
Clears the 'filters
' attribute.
|
inline |
Clears the 'ids
' attribute.
|
inline |
Clears the 'max-results
' attribute.
|
inline |
Clears the 'metrics
' attribute.
|
inline |
Clears the 'samplingLevel
' attribute.
|
inline |
Clears the 'segment
' attribute.
|
inline |
Clears the 'sort
' attribute.
|
inline |
Clears the 'start-date
' attribute.
|
inline |
Clears the 'start-index
' attribute.
|
inline |
Get the value of the 'dimensions
' attribute.
|
inline |
Get the value of the 'end-date
' attribute.
|
inline |
Get the value of the 'filters
' attribute.
|
inline |
Get the value of the 'ids
' attribute.
|
inline |
Get the value of the 'max-results
' attribute.
|
inline |
Get a reference to the value of the 'metrics
' attribute.
|
inline |
Get the value of the 'samplingLevel
' attribute.
|
inline |
Get the value of the 'segment
' attribute.
|
inline |
Get a reference to the value of the 'sort
' attribute.
|
inline |
Get the value of the 'start-date
' attribute.
|
inline |
Get the value of the 'start-index
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::McfDataQuery
|
inline |
Determine if the 'dimensions
' attribute was set.
dimensions
' attribute was set.
|
inline |
Determine if the 'end-date
' attribute was set.
end-date
' attribute was set.
|
inline |
Determine if the 'filters
' attribute was set.
filters
' attribute was set.
|
inline |
Determine if the 'ids
' attribute was set.
ids
' attribute was set.
|
inline |
Determine if the 'max-results
' attribute was set.
max-results
' attribute was set.
|
inline |
Determine if the 'metrics
' attribute was set.
metrics
' attribute was set.
|
inline |
Determine if the 'samplingLevel
' attribute was set.
samplingLevel
' attribute was set.
|
inline |
Determine if the 'segment
' attribute was set.
segment
' attribute was set.
|
inline |
Determine if the 'sort
' attribute was set.
sort
' attribute was set.
|
inline |
Determine if the 'start-date
' attribute was set.
start-date
' attribute was set.
|
inline |
Determine if the 'start-index
' attribute was set.
start-index
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'metrics
' property.
List of analytics metrics.
|
inline |
Gets a reference to a mutable value of the 'sort
' property.
List of dimensions or metrics based on which Analytics data is sorted.
|
static |
Creates a new default instance.
|
inline |
Change the 'dimensions
' attribute.
List of analytics dimensions.
[in] | value | The new value. |
|
inline |
Change the 'end-date
' attribute.
End date.
[in] | value | The new value. |
|
inline |
Change the 'filters
' attribute.
Comma-separated list of dimension or metric filters.
[in] | value | The new value. |
|
inline |
Change the 'ids
' attribute.
Unique table ID.
[in] | value | The new value. |
|
inline |
Change the 'max-results
' attribute.
Maximum results per page.
[in] | value | The new value. |
|
inline |
Change the 'samplingLevel
' attribute.
Desired sampling level.
[in] | value | The new value. |
|
inline |
Change the 'segment
' attribute.
Analytics advanced segment.
[in] | value | The new value. |
|
inline |
Change the 'start-date
' attribute.
Start date.
[in] | value | The new value. |
|
inline |
Change the 'start-index
' attribute.
Start index.
[in] | value | The new value. |