| Package | Description |
|---|---|
| com.google.api.services.games | |
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Games.Rooms.ReportStatus |
Games.Rooms.reportStatus(java.lang.String roomId,
RoomP2PStatuses content)
Updates sent by a client reporting the status of peers in a room.
|
| Constructor and Description |
|---|
Games.Rooms.ReportStatus(java.lang.String roomId,
RoomP2PStatuses content)
Updates sent by a client reporting the status of peers in a room.
|
| Modifier and Type | Method and Description |
|---|---|
RoomP2PStatuses |
RoomP2PStatuses.clone() |
RoomP2PStatuses |
RoomP2PStatuses.set(java.lang.String fieldName,
java.lang.Object value) |
RoomP2PStatuses |
RoomP2PStatuses.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
RoomP2PStatuses |
RoomP2PStatuses.setUpdates(java.util.List<RoomP2PStatus> updates)
The updates for the peers.
|