#include <application_verify_response.h>
This is a JSON template for a third party application verification response resource.
◆ ApplicationVerifyResponse() [1/2]
google_games_api::ApplicationVerifyResponse::ApplicationVerifyResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ApplicationVerifyResponse() [2/2]
google_games_api::ApplicationVerifyResponse::ApplicationVerifyResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ApplicationVerifyResponse()
google_games_api::ApplicationVerifyResponse::~ApplicationVerifyResponse |
( |
| ) |
|
|
virtual |
◆ clear_alternate_player_id()
void google_games_api::ApplicationVerifyResponse::clear_alternate_player_id |
( |
| ) |
|
|
inline |
Clears the 'alternate_player_id
' attribute.
◆ clear_kind()
void google_games_api::ApplicationVerifyResponse::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_player_id()
void google_games_api::ApplicationVerifyResponse::clear_player_id |
( |
| ) |
|
|
inline |
Clears the 'player_id
' attribute.
◆ get_alternate_player_id()
const StringPiece google_games_api::ApplicationVerifyResponse::get_alternate_player_id |
( |
| ) |
const |
|
inline |
Get the value of the 'alternate_player_id
' attribute.
◆ get_kind()
const StringPiece google_games_api::ApplicationVerifyResponse::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_player_id()
const StringPiece google_games_api::ApplicationVerifyResponse::get_player_id |
( |
| ) |
const |
|
inline |
Get the value of the 'player_id
' attribute.
◆ GetTypeName()
const StringPiece google_games_api::ApplicationVerifyResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_alternate_player_id()
bool google_games_api::ApplicationVerifyResponse::has_alternate_player_id |
( |
| ) |
const |
|
inline |
Determine if the 'alternate_player_id
' attribute was set.
- Returns
- true if the '
alternate_player_id
' attribute was set.
◆ has_kind()
bool google_games_api::ApplicationVerifyResponse::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_player_id()
bool google_games_api::ApplicationVerifyResponse::has_player_id |
( |
| ) |
const |
|
inline |
Determine if the 'player_id
' attribute was set.
- Returns
- true if the '
player_id
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_alternate_player_id()
void google_games_api::ApplicationVerifyResponse::set_alternate_player_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'alternate_player_id
' attribute.
An alternate ID that was once used for the player that was issued the auth token used in this request. (This field is not normally populated.).
- Parameters
-
◆ set_kind()
void google_games_api::ApplicationVerifyResponse::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::applicationVerifyResponse.
- Parameters
-
◆ set_player_id()
void google_games_api::ApplicationVerifyResponse::set_player_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'player_id
' attribute.
The ID of the player that was issued the auth token used in this request.
- Parameters
-
The documentation for this class was generated from the following files: