| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
RoomP2PStatus |
RoomP2PStatus.clone() |
RoomP2PStatus |
RoomP2PStatus.set(String fieldName,
Object value) |
RoomP2PStatus |
RoomP2PStatus.setConnectionSetupLatencyMillis(Integer connectionSetupLatencyMillis)
The amount of time in milliseconds it took to establish connections with this peer.
|
RoomP2PStatus |
RoomP2PStatus.setError(String error)
The error code in event of a failure.
|
RoomP2PStatus |
RoomP2PStatus.setErrorReason(String errorReason)
More detailed diagnostic message returned in event of a failure.
|
RoomP2PStatus |
RoomP2PStatus.setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomP2PStatus |
RoomP2PStatus.setParticipantId(String participantId)
The ID of the participant.
|
RoomP2PStatus |
RoomP2PStatus.setStatus(String status)
The status of the peer in the room.
|
RoomP2PStatus |
RoomP2PStatus.setUnreliableRoundtripLatencyMillis(Integer unreliableRoundtripLatencyMillis)
The amount of time in milliseconds it took to send packets back and forth on the unreliable
channel with this peer.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoomP2PStatus> |
RoomP2PStatuses.getUpdates()
The updates for the peers.
|
| Modifier and Type | Method and Description |
|---|---|
RoomP2PStatuses |
RoomP2PStatuses.setUpdates(List<RoomP2PStatus> updates)
The updates for the peers.
|
Copyright © 2011–2020 Google. All rights reserved.