| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
RoomP2PStatus |
RoomP2PStatus.clone() |
RoomP2PStatus |
RoomP2PStatus.set(java.lang.String fieldName,
java.lang.Object value) |
RoomP2PStatus |
RoomP2PStatus.setConnectionSetupLatencyMillis(java.lang.Integer connectionSetupLatencyMillis)
The amount of time in milliseconds it took to establish connections with this peer.
|
RoomP2PStatus |
RoomP2PStatus.setError(java.lang.String error)
The error code in event of a failure.
|
RoomP2PStatus |
RoomP2PStatus.setErrorReason(java.lang.String errorReason)
More detailed diagnostic message returned in event of a failure.
|
RoomP2PStatus |
RoomP2PStatus.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
RoomP2PStatus |
RoomP2PStatus.setParticipantId(java.lang.String participantId)
The ID of the participant.
|
RoomP2PStatus |
RoomP2PStatus.setStatus(java.lang.String status)
The status of the peer in the room.
|
RoomP2PStatus |
RoomP2PStatus.setUnreliableRoundtripLatencyMillis(java.lang.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 |
|---|---|
java.util.List<RoomP2PStatus> |
RoomP2PStatuses.getUpdates()
The updates for the peers.
|
| Modifier and Type | Method and Description |
|---|---|
RoomP2PStatuses |
RoomP2PStatuses.setUpdates(java.util.List<RoomP2PStatus> updates)
The updates for the peers.
|