identitytoolkit  v3
Public Member Functions | Static Public Member Functions | List of all members
google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest Class Reference

#include <identitytoolkit_relyingparty_download_account_request.h>

Inheritance diagram for google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest:

Public Member Functions

 IdentitytoolkitRelyingpartyDownloadAccountRequest (const Json::Value &storage)
 
 IdentitytoolkitRelyingpartyDownloadAccountRequest (Json::Value *storage)
 
virtual ~IdentitytoolkitRelyingpartyDownloadAccountRequest ()
 
const StringPiece GetTypeName () const
 
bool has_delegated_project_number () const
 
void clear_delegated_project_number ()
 
int64 get_delegated_project_number () const
 
void set_delegated_project_number (int64 value)
 
bool has_max_results () const
 
void clear_max_results ()
 
uint32 get_max_results () const
 
void set_max_results (uint32 value)
 
bool has_next_page_token () const
 
void clear_next_page_token ()
 
const StringPiece get_next_page_token () const
 
void set_next_page_token (const StringPiece &value)
 
bool has_target_project_id () const
 
void clear_target_project_id ()
 
const StringPiece get_target_project_id () const
 
void set_target_project_id (const StringPiece &value)
 

Static Public Member Functions

static IdentitytoolkitRelyingpartyDownloadAccountRequestNew ()
 

Detailed Description

Request to download user account in batch.

Constructor & Destructor Documentation

◆ IdentitytoolkitRelyingpartyDownloadAccountRequest() [1/2]

google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::IdentitytoolkitRelyingpartyDownloadAccountRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ IdentitytoolkitRelyingpartyDownloadAccountRequest() [2/2]

google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::IdentitytoolkitRelyingpartyDownloadAccountRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~IdentitytoolkitRelyingpartyDownloadAccountRequest()

google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::~IdentitytoolkitRelyingpartyDownloadAccountRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_delegated_project_number()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::clear_delegated_project_number ( )
inline

Clears the 'delegatedProjectNumber' attribute.

◆ clear_max_results()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::clear_max_results ( )
inline

Clears the 'maxResults' attribute.

◆ clear_next_page_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_target_project_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::clear_target_project_id ( )
inline

Clears the 'targetProjectId' attribute.

◆ get_delegated_project_number()

int64 google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::get_delegated_project_number ( ) const
inline

Get the value of the 'delegatedProjectNumber' attribute.

◆ get_max_results()

uint32 google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::get_max_results ( ) const
inline

Get the value of the 'maxResults' attribute.

◆ get_next_page_token()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ get_target_project_id()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::get_target_project_id ( ) const
inline

Get the value of the 'targetProjectId' attribute.

◆ GetTypeName()

const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownlo adAccountRequest

◆ has_delegated_project_number()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::has_delegated_project_number ( ) const
inline

Determine if the 'delegatedProjectNumber' attribute was set.

Returns
true if the 'delegatedProjectNumber' attribute was set.

◆ has_max_results()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::has_max_results ( ) const
inline

Determine if the 'maxResults' attribute was set.

Returns
true if the 'maxResults' attribute was set.

◆ has_next_page_token()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_target_project_id()

bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::has_target_project_id ( ) const
inline

Determine if the 'targetProjectId' attribute was set.

Returns
true if the 'targetProjectId' attribute was set.

◆ New()

IdentitytoolkitRelyingpartyDownloadAccountRequest * google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_delegated_project_number()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::set_delegated_project_number ( int64  value)
inline

Change the 'delegatedProjectNumber' attribute.

GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.

Parameters
[in]valueThe new value.

◆ set_max_results()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::set_max_results ( uint32  value)
inline

Change the 'maxResults' attribute.

The max number of results to return in the response.

Parameters
[in]valueThe new value.

◆ set_next_page_token()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

The token for the next page. This should be taken from the previous response.

Parameters
[in]valueThe new value.

◆ set_target_project_id()

void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::set_target_project_id ( const StringPiece &  value)
inline

Change the 'targetProjectId' attribute.

Specify which project (field value is actually project id) to operate. Only used when provided credential.

Parameters
[in]valueThe new value.

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