games
v1
|
#include <room_join_request.h>
Public Member Functions | |
RoomJoinRequest (const Json::Value &storage) | |
RoomJoinRequest (Json::Value *storage) | |
virtual | ~RoomJoinRequest () |
const StringPiece | GetTypeName () const |
bool | has_capabilities () const |
void | clear_capabilities () |
const client::JsonCppArray< string > | get_capabilities () const |
client::JsonCppArray< string > | mutable_capabilities () |
bool | has_client_address () const |
void | clear_client_address () |
const RoomClientAddress | get_client_address () const |
RoomClientAddress | mutable_clientAddress () |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_network_diagnostics () const |
void | clear_network_diagnostics () |
const NetworkDiagnostics | get_network_diagnostics () const |
NetworkDiagnostics | mutable_networkDiagnostics () |
Static Public Member Functions | |
static RoomJoinRequest * | New () |
This is a JSON template for a join room request.
|
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 'capabilities
' attribute.
|
inline |
Clears the 'clientAddress
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'networkDiagnostics
' attribute.
|
inline |
Get a reference to the value of the 'capabilities
' attribute.
const RoomClientAddress google_games_api::RoomJoinRequest::get_client_address | ( | ) | const |
Get a reference to the value of the 'clientAddress
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
const NetworkDiagnostics google_games_api::RoomJoinRequest::get_network_diagnostics | ( | ) | const |
Get a reference to the value of the 'networkDiagnostics
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'capabilities
' attribute was set.
capabilities
' attribute was set.
|
inline |
Determine if the 'clientAddress
' attribute was set.
clientAddress
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'networkDiagnostics
' attribute was set.
networkDiagnostics
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'capabilities
' property.
The capabilities that this client supports for realtime communication.
RoomClientAddress google_games_api::RoomJoinRequest::mutable_clientAddress | ( | ) |
Gets a reference to a mutable value of the 'clientAddress
' property.
Client address for the player joining the room.
NetworkDiagnostics google_games_api::RoomJoinRequest::mutable_networkDiagnostics | ( | ) |
Gets a reference to a mutable value of the 'networkDiagnostics
' property.
Network diagnostics for the client joining the room.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::roomJoinRequest.
[in] | value | The new value. |