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

#include <get_account_info_response.h>

Inheritance diagram for google_identitytoolkit_api::GetAccountInfoResponse:

Public Member Functions

 GetAccountInfoResponse (const Json::Value &storage)
 
 GetAccountInfoResponse (Json::Value *storage)
 
virtual ~GetAccountInfoResponse ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (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 GetAccountInfoResponseNew ()
 

Detailed Description

Response of getting account information.

Constructor & Destructor Documentation

◆ GetAccountInfoResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ GetAccountInfoResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~GetAccountInfoResponse()

google_identitytoolkit_api::GetAccountInfoResponse::~GetAccountInfoResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_identitytoolkit_api::GetAccountInfoResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_users()

void google_identitytoolkit_api::GetAccountInfoResponse::clear_users ( )
inline

Clears the 'users' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_users()

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

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::GetAccountInfoResponse

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_users()

bool google_identitytoolkit_api::GetAccountInfoResponse::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::GetAccountInfoResponse::mutable_users ( )

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

The info of the users.

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

◆ New()

GetAccountInfoResponse * google_identitytoolkit_api::GetAccountInfoResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

The fixed string "identitytoolkit#GetAccountInfoResponse".

Parameters
[in]valueThe new value.

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