analytics
v3
|
#include <user_deletion_request.h>
Classes | |
class | UserDeletionRequestId |
Public Member Functions | |
UserDeletionRequest (const Json::Value &storage) | |
UserDeletionRequest (Json::Value *storage) | |
virtual | ~UserDeletionRequest () |
const StringPiece | GetTypeName () const |
bool | has_deletion_request_time () const |
void | clear_deletion_request_time () |
client::DateTime | get_deletion_request_time () const |
void | set_deletion_request_time (client::DateTime value) |
bool | has_firebase_project_id () const |
void | clear_firebase_project_id () |
const StringPiece | get_firebase_project_id () const |
void | set_firebase_project_id (const StringPiece &value) |
bool | has_id () const |
void | clear_id () |
const UserDeletionRequestId | get_id () const |
UserDeletionRequestId | mutable_id () |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_property_id () const |
void | clear_property_id () |
const StringPiece | get_property_id () const |
void | set_property_id (const StringPiece &value) |
bool | has_web_property_id () const |
void | clear_web_property_id () |
const StringPiece | get_web_property_id () const |
void | set_web_property_id (const StringPiece &value) |
Static Public Member Functions | |
static UserDeletionRequest * | New () |
JSON template for a user deletion request resource.
|
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 'deletionRequestTime
' attribute.
|
inline |
Clears the 'firebaseProjectId
' attribute.
|
inline |
Clears the 'id
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'propertyId
' attribute.
|
inline |
Clears the 'webPropertyId
' attribute.
|
inline |
Get the value of the 'deletionRequestTime
' attribute.
|
inline |
Get the value of the 'firebaseProjectId
' attribute.
|
inline |
Get a reference to the value of the 'id
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'propertyId
' attribute.
|
inline |
Get the value of the 'webPropertyId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'deletionRequestTime
' attribute was set.
deletionRequestTime
' attribute was set.
|
inline |
Determine if the 'firebaseProjectId
' attribute was set.
firebaseProjectId
' 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 'propertyId
' attribute was set.
propertyId
' attribute was set.
|
inline |
Determine if the 'webPropertyId
' attribute was set.
webPropertyId
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'id
' property.
User ID.
|
static |
Creates a new default instance.
|
inline |
Change the 'deletionRequestTime
' attribute.
This marks the point in time for which all user data before should be deleted.
[in] | value | The new value. |
|
inline |
Change the 'firebaseProjectId
' attribute.
Firebase Project Id.
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
Value is "analytics#userDeletionRequest".
[in] | value | The new value. |
|
inline |
Change the 'propertyId
' attribute.
Property ID.
[in] | value | The new value. |
|
inline |
Change the 'webPropertyId
' attribute.
Web property ID of the form UA-XXXXX-YY.
[in] | value | The new value. |