|
identitytoolkit
v3
|
#include <upload_account_response.h>
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< UploadAccountResponseError > | get_error () const |
| client::JsonCppArray< UploadAccountResponseError > | mutable_error () |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
Static Public Member Functions | |
| static UploadAccountResponse * | New () |
Respone of uploading accounts in batch.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'error' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Get a reference to the value of the 'error' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'error' attribute was set.
error' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'error' property.
The error encountered while processing the account info.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind' attribute.
The fixed string "identitytoolkit#UploadAccountResponse".
| [in] | value | The new value. |