| 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(String roomId,
RoomP2PStatuses content)
Updates sent by a client reporting the status of peers in a room.
|
| Constructor and Description |
|---|
Games.Rooms.ReportStatus(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(String fieldName,
Object value) |
RoomP2PStatuses |
RoomP2PStatuses.setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomP2PStatuses |
RoomP2PStatuses.setUpdates(List<RoomP2PStatus> updates)
The updates for the peers.
|