analytics  v3
Classes | Public Member Functions | Static Public Member Functions | List of all members
google_analytics_api::UserDeletionRequest Class Reference

#include <user_deletion_request.h>

Inheritance diagram for google_analytics_api::UserDeletionRequest:

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 UserDeletionRequestNew ()
 

Detailed Description

JSON template for a user deletion request resource.

Constructor & Destructor Documentation

◆ UserDeletionRequest() [1/2]

google_analytics_api::UserDeletionRequest::UserDeletionRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ UserDeletionRequest() [2/2]

google_analytics_api::UserDeletionRequest::UserDeletionRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~UserDeletionRequest()

google_analytics_api::UserDeletionRequest::~UserDeletionRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_deletion_request_time()

void google_analytics_api::UserDeletionRequest::clear_deletion_request_time ( )
inline

Clears the 'deletionRequestTime' attribute.

◆ clear_firebase_project_id()

void google_analytics_api::UserDeletionRequest::clear_firebase_project_id ( )
inline

Clears the 'firebaseProjectId' attribute.

◆ clear_id()

void google_analytics_api::UserDeletionRequest::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_kind()

void google_analytics_api::UserDeletionRequest::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_property_id()

void google_analytics_api::UserDeletionRequest::clear_property_id ( )
inline

Clears the 'propertyId' attribute.

◆ clear_web_property_id()

void google_analytics_api::UserDeletionRequest::clear_web_property_id ( )
inline

Clears the 'webPropertyId' attribute.

◆ get_deletion_request_time()

client::DateTime google_analytics_api::UserDeletionRequest::get_deletion_request_time ( ) const
inline

Get the value of the 'deletionRequestTime' attribute.

◆ get_firebase_project_id()

const StringPiece google_analytics_api::UserDeletionRequest::get_firebase_project_id ( ) const
inline

Get the value of the 'firebaseProjectId' attribute.

◆ get_id()

const UserDeletionRequestId google_analytics_api::UserDeletionRequest::get_id ( ) const
inline

Get a reference to the value of the 'id' attribute.

◆ get_kind()

const StringPiece google_analytics_api::UserDeletionRequest::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_property_id()

const StringPiece google_analytics_api::UserDeletionRequest::get_property_id ( ) const
inline

Get the value of the 'propertyId' attribute.

◆ get_web_property_id()

const StringPiece google_analytics_api::UserDeletionRequest::get_web_property_id ( ) const
inline

Get the value of the 'webPropertyId' attribute.

◆ GetTypeName()

const StringPiece google_analytics_api::UserDeletionRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_analytics_api::UserDeletionRequest

◆ has_deletion_request_time()

bool google_analytics_api::UserDeletionRequest::has_deletion_request_time ( ) const
inline

Determine if the 'deletionRequestTime' attribute was set.

Returns
true if the 'deletionRequestTime' attribute was set.

◆ has_firebase_project_id()

bool google_analytics_api::UserDeletionRequest::has_firebase_project_id ( ) const
inline

Determine if the 'firebaseProjectId' attribute was set.

Returns
true if the 'firebaseProjectId' attribute was set.

◆ has_id()

bool google_analytics_api::UserDeletionRequest::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::UserDeletionRequest::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_property_id()

bool google_analytics_api::UserDeletionRequest::has_property_id ( ) const
inline

Determine if the 'propertyId' attribute was set.

Returns
true if the 'propertyId' attribute was set.

◆ has_web_property_id()

bool google_analytics_api::UserDeletionRequest::has_web_property_id ( ) const
inline

Determine if the 'webPropertyId' attribute was set.

Returns
true if the 'webPropertyId' attribute was set.

◆ mutable_id()

UserDeletionRequestId google_analytics_api::UserDeletionRequest::mutable_id ( )
inline

Gets a reference to a mutable value of the 'id' property.

User ID.

Returns
The result can be modified to change the attribute value.

◆ New()

UserDeletionRequest * google_analytics_api::UserDeletionRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_deletion_request_time()

void google_analytics_api::UserDeletionRequest::set_deletion_request_time ( client::DateTime  value)
inline

Change the 'deletionRequestTime' attribute.

This marks the point in time for which all user data before should be deleted.

Parameters
[in]valueThe new value.

◆ set_firebase_project_id()

void google_analytics_api::UserDeletionRequest::set_firebase_project_id ( const StringPiece &  value)
inline

Change the 'firebaseProjectId' attribute.

Firebase Project Id.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_analytics_api::UserDeletionRequest::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Value is "analytics#userDeletionRequest".

Parameters
[in]valueThe new value.

◆ set_property_id()

void google_analytics_api::UserDeletionRequest::set_property_id ( const StringPiece &  value)
inline

Change the 'propertyId' attribute.

Property ID.

Parameters
[in]valueThe new value.

◆ set_web_property_id()

void google_analytics_api::UserDeletionRequest::set_web_property_id ( const StringPiece &  value)
inline

Change the 'webPropertyId' attribute.

Web property ID of the form UA-XXXXX-YY.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: