#include <room_client_address.h>
This is a JSON template for the client address when setting up a room.
◆ RoomClientAddress() [1/2]
google_games_api::RoomClientAddress::RoomClientAddress |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ RoomClientAddress() [2/2]
google_games_api::RoomClientAddress::RoomClientAddress |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~RoomClientAddress()
google_games_api::RoomClientAddress::~RoomClientAddress |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_games_api::RoomClientAddress::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_xmpp_address()
void google_games_api::RoomClientAddress::clear_xmpp_address |
( |
| ) |
|
|
inline |
Clears the 'xmppAddress
' attribute.
◆ get_kind()
const StringPiece google_games_api::RoomClientAddress::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_xmpp_address()
const StringPiece google_games_api::RoomClientAddress::get_xmpp_address |
( |
| ) |
const |
|
inline |
Get the value of the 'xmppAddress
' attribute.
◆ GetTypeName()
const StringPiece google_games_api::RoomClientAddress::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_games_api::RoomClientAddress::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_xmpp_address()
bool google_games_api::RoomClientAddress::has_xmpp_address |
( |
| ) |
const |
|
inline |
Determine if the 'xmppAddress
' attribute was set.
- Returns
- true if the '
xmppAddress
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_games_api::RoomClientAddress::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::roomClientAddress.
- Parameters
-
◆ set_xmpp_address()
void google_games_api::RoomClientAddress::set_xmpp_address |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'xmppAddress
' attribute.
The XMPP address of the client on the Google Games XMPP network.
- Parameters
-
The documentation for this class was generated from the following files: