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

#include <download_account_response.h>

Inheritance diagram for google_identitytoolkit_api::DownloadAccountResponse:

Public Member Functions

 DownloadAccountResponse (const Json::Value &storage)
 
 DownloadAccountResponse (Json::Value *storage)
 
virtual ~DownloadAccountResponse ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &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_users () const
 
void clear_users ()
 
const client::JsonCppArray< UserInfoget_users () const
 
client::JsonCppArray< UserInfomutable_users ()
 

Static Public Member Functions

static DownloadAccountResponseNew ()
 

Detailed Description

Response of downloading accounts in batch.

Constructor & Destructor Documentation

◆ DownloadAccountResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ DownloadAccountResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~DownloadAccountResponse()

google_identitytoolkit_api::DownloadAccountResponse::~DownloadAccountResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_identitytoolkit_api::DownloadAccountResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_next_page_token()

void google_identitytoolkit_api::DownloadAccountResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_users()

void google_identitytoolkit_api::DownloadAccountResponse::clear_users ( )
inline

Clears the 'users' attribute.

◆ get_kind()

const StringPiece google_identitytoolkit_api::DownloadAccountResponse::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_next_page_token()

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

Get the value of the 'nextPageToken' attribute.

◆ get_users()

const client::JsonCppArray<UserInfo > google_identitytoolkit_api::DownloadAccountResponse::get_users ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::DownloadAccountResponse

◆ has_kind()

bool google_identitytoolkit_api::DownloadAccountResponse::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_next_page_token()

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

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_users()

bool google_identitytoolkit_api::DownloadAccountResponse::has_users ( ) const
inline

Determine if the 'users' attribute was set.

Returns
true if the 'users' attribute was set.

◆ mutable_users()

client::JsonCppArray<UserInfo > google_identitytoolkit_api::DownloadAccountResponse::mutable_users ( )

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

The user accounts data.

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

◆ New()

DownloadAccountResponse * google_identitytoolkit_api::DownloadAccountResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_identitytoolkit_api::DownloadAccountResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The fixed string "identitytoolkit#DownloadAccountResponse".

Parameters
[in]valueThe new value.

◆ set_next_page_token()

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

Change the 'nextPageToken' attribute.

The next page token. To be used in a subsequent request to return the next page of results.

Parameters
[in]valueThe new value.

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