| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
PeerChannelDiagnostics |
PeerChannelDiagnostics.clone() |
PeerChannelDiagnostics |
PeerSessionDiagnostics.getReliableChannel()
Reliable channel diagnostics.
|
PeerChannelDiagnostics |
PeerSessionDiagnostics.getUnreliableChannel()
Unreliable channel diagnostics.
|
PeerChannelDiagnostics |
PeerChannelDiagnostics.set(String fieldName,
Object value) |
PeerChannelDiagnostics |
PeerChannelDiagnostics.setBytesReceived(AggregateStats bytesReceived)
Number of bytes received.
|
PeerChannelDiagnostics |
PeerChannelDiagnostics.setBytesSent(AggregateStats bytesSent)
Number of bytes sent.
|
PeerChannelDiagnostics |
PeerChannelDiagnostics.setKind(String kind)
Uniquely identifies the type of this resource.
|
PeerChannelDiagnostics |
PeerChannelDiagnostics.setNumMessagesLost(Integer numMessagesLost)
Number of messages lost.
|
PeerChannelDiagnostics |
PeerChannelDiagnostics.setNumMessagesReceived(Integer numMessagesReceived)
Number of messages received.
|
PeerChannelDiagnostics |
PeerChannelDiagnostics.setNumMessagesSent(Integer numMessagesSent)
Number of messages sent.
|
PeerChannelDiagnostics |
PeerChannelDiagnostics.setNumSendFailures(Integer numSendFailures)
Number of send failures.
|
PeerChannelDiagnostics |
PeerChannelDiagnostics.setRoundtripLatencyMillis(AggregateStats roundtripLatencyMillis)
Roundtrip latency stats in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
PeerSessionDiagnostics |
PeerSessionDiagnostics.setReliableChannel(PeerChannelDiagnostics reliableChannel)
Reliable channel diagnostics.
|
PeerSessionDiagnostics |
PeerSessionDiagnostics.setUnreliableChannel(PeerChannelDiagnostics unreliableChannel)
Unreliable channel diagnostics.
|