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

#include <turn_based_match_data_request.h>

Inheritance diagram for google_games_api::TurnBasedMatchDataRequest:

Public Member Functions

 TurnBasedMatchDataRequest (const Json::Value &storage)
 
 TurnBasedMatchDataRequest (Json::Value *storage)
 
virtual ~TurnBasedMatchDataRequest ()
 
const StringPiece GetTypeName () const
 
bool has_data () const
 
void clear_data ()
 
const StringPiece get_data () const
 
void set_data (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static TurnBasedMatchDataRequestNew ()
 

Detailed Description

This is a JSON template for sending a turn-based match data object.

Constructor & Destructor Documentation

◆ TurnBasedMatchDataRequest() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ TurnBasedMatchDataRequest() [2/2]

google_games_api::TurnBasedMatchDataRequest::TurnBasedMatchDataRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~TurnBasedMatchDataRequest()

google_games_api::TurnBasedMatchDataRequest::~TurnBasedMatchDataRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_data()

void google_games_api::TurnBasedMatchDataRequest::clear_data ( )
inline

Clears the 'data' attribute.

◆ clear_kind()

void google_games_api::TurnBasedMatchDataRequest::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_data()

const StringPiece google_games_api::TurnBasedMatchDataRequest::get_data ( ) const
inline

Get the value of the 'data' attribute.

◆ get_kind()

const StringPiece google_games_api::TurnBasedMatchDataRequest::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ GetTypeName()

const StringPiece google_games_api::TurnBasedMatchDataRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_games_api::TurnBasedMatchDataRequest

◆ has_data()

bool google_games_api::TurnBasedMatchDataRequest::has_data ( ) const
inline

Determine if the 'data' attribute was set.

Returns
true if the 'data' attribute was set.

◆ has_kind()

bool google_games_api::TurnBasedMatchDataRequest::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ New()

TurnBasedMatchDataRequest * google_games_api::TurnBasedMatchDataRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_data()

void google_games_api::TurnBasedMatchDataRequest::set_data ( const StringPiece &  value)
inline

Change the 'data' attribute.

The byte representation of the data (limited to 128 kB), as a Base64-encoded string with the URL_SAFE encoding option.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_games_api::TurnBasedMatchDataRequest::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Uniquely identifies the type of this resource. Value is always the fixed string games::turnBasedMatchDataRequest.

Parameters
[in]valueThe new value.

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