#include <identitytoolkit_relyingparty_download_account_request.h>
Request to download user account in batch.
◆ IdentitytoolkitRelyingpartyDownloadAccountRequest() [1/2]
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::IdentitytoolkitRelyingpartyDownloadAccountRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ IdentitytoolkitRelyingpartyDownloadAccountRequest() [2/2]
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::IdentitytoolkitRelyingpartyDownloadAccountRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~IdentitytoolkitRelyingpartyDownloadAccountRequest()
| google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::~IdentitytoolkitRelyingpartyDownloadAccountRequest |
( |
| ) |
|
|
virtual |
◆ clear_delegated_project_number()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::clear_delegated_project_number |
( |
| ) |
|
|
inline |
Clears the 'delegatedProjectNumber' attribute.
◆ clear_max_results()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::clear_max_results |
( |
| ) |
|
|
inline |
Clears the 'maxResults' attribute.
◆ clear_next_page_token()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::clear_next_page_token |
( |
| ) |
|
|
inline |
Clears the 'nextPageToken' attribute.
◆ clear_target_project_id()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::clear_target_project_id |
( |
| ) |
|
|
inline |
Clears the 'targetProjectId' attribute.
◆ get_delegated_project_number()
| int64 google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::get_delegated_project_number |
( |
| ) |
const |
|
inline |
Get the value of the 'delegatedProjectNumber' attribute.
◆ get_max_results()
| uint32 google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::get_max_results |
( |
| ) |
const |
|
inline |
Get the value of the 'maxResults' attribute.
◆ get_next_page_token()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::get_next_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'nextPageToken' attribute.
◆ get_target_project_id()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::get_target_project_id |
( |
| ) |
const |
|
inline |
Get the value of the 'targetProjectId' attribute.
◆ GetTypeName()
| const StringPiece google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownlo adAccountRequest
◆ has_delegated_project_number()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::has_delegated_project_number |
( |
| ) |
const |
|
inline |
Determine if the 'delegatedProjectNumber' attribute was set.
- Returns
- true if the '
delegatedProjectNumber' attribute was set.
◆ has_max_results()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::has_max_results |
( |
| ) |
const |
|
inline |
Determine if the 'maxResults' attribute was set.
- Returns
- true if the '
maxResults' attribute was set.
◆ has_next_page_token()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::has_next_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'nextPageToken' attribute was set.
- Returns
- true if the '
nextPageToken' attribute was set.
◆ has_target_project_id()
| bool google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::has_target_project_id |
( |
| ) |
const |
|
inline |
Determine if the 'targetProjectId' attribute was set.
- Returns
- true if the '
targetProjectId' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_delegated_project_number()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::set_delegated_project_number |
( |
int64 |
value | ) |
|
|
inline |
Change the 'delegatedProjectNumber' attribute.
GCP project number of the requesting delegated app. Currently only intended for Firebase V1 migration.
- Parameters
-
◆ set_max_results()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::set_max_results |
( |
uint32 |
value | ) |
|
|
inline |
Change the 'maxResults' attribute.
The max number of results to return in the response.
- Parameters
-
◆ set_next_page_token()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::set_next_page_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'nextPageToken' attribute.
The token for the next page. This should be taken from the previous response.
- Parameters
-
◆ set_target_project_id()
| void google_identitytoolkit_api::IdentitytoolkitRelyingpartyDownloadAccountRequest::set_target_project_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'targetProjectId' attribute.
Specify which project (field value is actually project id) to operate. Only used when provided credential.
- Parameters
-
The documentation for this class was generated from the following files: