|
analytics
v3
|
#include <upload.h>
Public Member Functions | |
| Upload (const Json::Value &storage) | |
| Upload (Json::Value *storage) | |
| virtual | ~Upload () |
| const StringPiece | GetTypeName () const |
| bool | has_account_id () const |
| void | clear_account_id () |
| int64 | get_account_id () const |
| void | set_account_id (int64 value) |
| bool | has_custom_data_source_id () const |
| void | clear_custom_data_source_id () |
| const StringPiece | get_custom_data_source_id () const |
| void | set_custom_data_source_id (const StringPiece &value) |
| bool | has_errors () const |
| void | clear_errors () |
| const client::JsonCppArray< string > | get_errors () const |
| client::JsonCppArray< string > | mutable_errors () |
| 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) |
| bool | has_status () const |
| void | clear_status () |
| const StringPiece | get_status () const |
| void | set_status (const StringPiece &value) |
| bool | has_upload_time () const |
| void | clear_upload_time () |
| client::DateTime | get_upload_time () const |
| void | set_upload_time (client::DateTime value) |
Static Public Member Functions | |
| static Upload * | New () |
Metadata returned for an upload operation.
|
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 'accountId' attribute.
|
inline |
Clears the 'customDataSourceId' attribute.
|
inline |
Clears the 'errors' attribute.
|
inline |
Clears the 'id' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'status' attribute.
|
inline |
Clears the 'uploadTime' attribute.
|
inline |
Get the value of the 'accountId' attribute.
|
inline |
Get the value of the 'customDataSourceId' attribute.
|
inline |
Get a reference to the value of the 'errors' attribute.
|
inline |
Get the value of the 'id' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'status' attribute.
|
inline |
Get the value of the 'uploadTime' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_analytics_api::Upload
|
inline |
Determine if the 'accountId' attribute was set.
accountId' attribute was set.
|
inline |
Determine if the 'customDataSourceId' attribute was set.
customDataSourceId' attribute was set.
|
inline |
Determine if the 'errors' attribute was set.
errors' 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 |
Determine if the 'status' attribute was set.
status' attribute was set.
|
inline |
Determine if the 'uploadTime' attribute was set.
uploadTime' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'errors' property.
Data import errors collection.
|
static |
Creates a new default instance.
|
inline |
Change the 'accountId' attribute.
Account Id to which this upload belongs.
| [in] | value | The new value. |
|
inline |
Change the 'customDataSourceId' attribute.
Custom data source Id to which this data import belongs.
| [in] | value | The new value. |
|
inline |
Change the 'id' attribute.
A unique ID for this upload.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
Resource type for Analytics upload.
| [in] | value | The new value. |
|
inline |
Change the 'status' attribute.
Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELETED.
| [in] | value | The new value. |
|
inline |
Change the 'uploadTime' attribute.
Time this file is uploaded.
| [in] | value | The new value. |