games  v1
Public Member Functions | Static Public Member Functions | List of all members
google_games_api::ApplicationVerifyResponse Class Reference

#include <application_verify_response.h>

Inheritance diagram for google_games_api::ApplicationVerifyResponse:

Public Member Functions

 ApplicationVerifyResponse (const Json::Value &storage)
 
 ApplicationVerifyResponse (Json::Value *storage)
 
virtual ~ApplicationVerifyResponse ()
 
const StringPiece GetTypeName () const
 
bool has_alternate_player_id () const
 
void clear_alternate_player_id ()
 
const StringPiece get_alternate_player_id () const
 
void set_alternate_player_id (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_player_id () const
 
void clear_player_id ()
 
const StringPiece get_player_id () const
 
void set_player_id (const StringPiece &value)
 

Static Public Member Functions

static ApplicationVerifyResponseNew ()
 

Detailed Description

This is a JSON template for a third party application verification response resource.

Constructor & Destructor Documentation

◆ ApplicationVerifyResponse() [1/2]

google_games_api::ApplicationVerifyResponse::ApplicationVerifyResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~ApplicationVerifyResponse()

google_games_api::ApplicationVerifyResponse::~ApplicationVerifyResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_games_api::ApplicationVerifyResponse

◆ 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()

ApplicationVerifyResponse * google_games_api::ApplicationVerifyResponse::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

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