games
v1
|
#include <peer_session_diagnostics.h>
Static Public Member Functions | |
static PeerSessionDiagnostics * | New () |
This is a JSON template for peer session diagnostics.
|
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 'connectedTimestampMillis
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'participantId
' attribute.
|
inline |
Clears the 'reliableChannel
' attribute.
|
inline |
Clears the 'unreliableChannel
' attribute.
|
inline |
Get the value of the 'connectedTimestampMillis
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'participantId
' attribute.
const PeerChannelDiagnostics google_games_api::PeerSessionDiagnostics::get_reliable_channel | ( | ) | const |
Get a reference to the value of the 'reliableChannel
' attribute.
const PeerChannelDiagnostics google_games_api::PeerSessionDiagnostics::get_unreliable_channel | ( | ) | const |
Get a reference to the value of the 'unreliableChannel
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'connectedTimestampMillis
' attribute was set.
connectedTimestampMillis
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'participantId
' attribute was set.
participantId
' attribute was set.
|
inline |
Determine if the 'reliableChannel
' attribute was set.
reliableChannel
' attribute was set.
|
inline |
Determine if the 'unreliableChannel
' attribute was set.
unreliableChannel
' attribute was set. PeerChannelDiagnostics google_games_api::PeerSessionDiagnostics::mutable_reliableChannel | ( | ) |
Gets a reference to a mutable value of the 'reliableChannel
' property.
Reliable channel diagnostics.
PeerChannelDiagnostics google_games_api::PeerSessionDiagnostics::mutable_unreliableChannel | ( | ) |
Gets a reference to a mutable value of the 'unreliableChannel
' property.
Unreliable channel diagnostics.
|
static |
Creates a new default instance.
|
inline |
Change the 'connectedTimestampMillis
' attribute.
Connected time in milliseconds.
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::peerSessionDiagnostics.
[in] | value | The new value. |
|
inline |
Change the 'participantId
' attribute.
The participant ID of the peer.
[in] | value | The new value. |