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

#include <upload_account_response.h>

Inheritance diagram for google_identitytoolkit_api::UploadAccountResponse:

Classes

class  UploadAccountResponseError
 

Public Member Functions

 UploadAccountResponse (const Json::Value &storage)
 
 UploadAccountResponse (Json::Value *storage)
 
virtual ~UploadAccountResponse ()
 
const StringPiece GetTypeName () const
 
bool has_error () const
 
void clear_error ()
 
const client::JsonCppArray< UploadAccountResponseErrorget_error () const
 
client::JsonCppArray< UploadAccountResponseErrormutable_error ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static UploadAccountResponseNew ()
 

Detailed Description

Respone of uploading accounts in batch.

Constructor & Destructor Documentation

◆ UploadAccountResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ UploadAccountResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~UploadAccountResponse()

google_identitytoolkit_api::UploadAccountResponse::~UploadAccountResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_error()

void google_identitytoolkit_api::UploadAccountResponse::clear_error ( )
inline

Clears the 'error' attribute.

◆ clear_kind()

void google_identitytoolkit_api::UploadAccountResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_error()

const client::JsonCppArray<UploadAccountResponseError > google_identitytoolkit_api::UploadAccountResponse::get_error ( ) const
inline

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_identitytoolkit_api::UploadAccountResponse

◆ has_error()

bool google_identitytoolkit_api::UploadAccountResponse::has_error ( ) const
inline

Determine if the 'error' attribute was set.

Returns
true if the 'error' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_error()

client::JsonCppArray<UploadAccountResponseError > google_identitytoolkit_api::UploadAccountResponse::mutable_error ( )
inline

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

The error encountered while processing the account info.

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

◆ New()

UploadAccountResponse * google_identitytoolkit_api::UploadAccountResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

The fixed string "identitytoolkit#UploadAccountResponse".

Parameters
[in]valueThe new value.

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