| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
AggregateStats |
AggregateStats.clone() |
AggregateStats |
PeerChannelDiagnostics.getBytesReceived()
Number of bytes received.
|
AggregateStats |
PeerChannelDiagnostics.getBytesSent()
Number of bytes sent.
|
AggregateStats |
PeerChannelDiagnostics.getRoundtripLatencyMillis()
Roundtrip latency stats in milliseconds.
|
AggregateStats |
AggregateStats.set(String fieldName,
Object value) |
AggregateStats |
AggregateStats.setCount(Long count)
The number of messages sent between a pair of peers.
|
AggregateStats |
AggregateStats.setKind(String kind)
Uniquely identifies the type of this resource.
|
AggregateStats |
AggregateStats.setMax(Long max)
The maximum amount.
|
AggregateStats |
AggregateStats.setMin(Long min)
The minimum amount.
|
AggregateStats |
AggregateStats.setSum(Long sum)
The total number of bytes sent for messages between a pair of peers.
|
| Modifier and Type | Method and Description |
|---|---|
PeerChannelDiagnostics |
PeerChannelDiagnostics.setBytesReceived(AggregateStats bytesReceived)
Number of bytes received.
|
PeerChannelDiagnostics |
PeerChannelDiagnostics.setBytesSent(AggregateStats bytesSent)
Number of bytes sent.
|
PeerChannelDiagnostics |
PeerChannelDiagnostics.setRoundtripLatencyMillis(AggregateStats roundtripLatencyMillis)
Roundtrip latency stats in milliseconds.
|
Copyright © 2011–2020 Google. All rights reserved.