|
identitytoolkit
v3
|
#include <identitytoolkit_relyingparty_set_project_config_response.h>
Public Member Functions | |
| IdentitytoolkitRelyingpartySetProjectConfigResponse (const Json::Value &storage) | |
| IdentitytoolkitRelyingpartySetProjectConfigResponse (Json::Value *storage) | |
| virtual | ~IdentitytoolkitRelyingpartySetProjectConfigResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_project_id () const |
| void | clear_project_id () |
| const StringPiece | get_project_id () const |
| void | set_project_id (const StringPiece &value) |
Static Public Member Functions | |
| static IdentitytoolkitRelyingpartySetProjectConfigResponse * | New () |
Response of setting the project configuration.
|
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 'projectId' attribute.
|
inline |
Get the value of the 'projectId' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_identitytoolkit_api::IdentitytoolkitRelyingpartySetPro jectConfigResponse
|
inline |
Determine if the 'projectId' attribute was set.
projectId' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'projectId' attribute.
Project ID of the relying party.
| [in] | value | The new value. |