| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
RoomStatus |
RoomStatus.clone() |
RoomStatus |
RoomStatus.set(String fieldName,
Object value) |
RoomStatus |
RoomStatus.setAutoMatchingStatus(RoomAutoMatchStatus autoMatchingStatus)
Auto-matching status for this room.
|
RoomStatus |
RoomStatus.setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomStatus |
RoomStatus.setParticipants(List<RoomParticipant> participants)
The participants involved in the room, along with their statuses.
|
RoomStatus |
RoomStatus.setRoomId(String roomId)
Globally unique ID for a room.
|
RoomStatus |
RoomStatus.setStatus(String status)
The status of the room.
|
RoomStatus |
RoomStatus.setStatusVersion(Integer statusVersion)
The version of the status for the room: an increasing counter, used by the client to ignore
out-of-order updates to room status.
|
Copyright © 2011–2020 Google. All rights reserved.