| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
RoomParticipant |
RoomParticipant.clone() |
RoomParticipant |
RoomParticipant.set(String fieldName,
Object value) |
RoomParticipant |
RoomParticipant.setAutoMatched(Boolean autoMatched)
True if this participant was auto-matched with the requesting player.
|
RoomParticipant |
RoomParticipant.setAutoMatchedPlayer(AnonymousPlayer autoMatchedPlayer)
Information about a player that has been anonymously auto-matched against the requesting
player.
|
RoomParticipant |
RoomParticipant.setCapabilities(List<String> capabilities)
The capabilities which can be used when communicating with this participant.
|
RoomParticipant |
RoomParticipant.setClientAddress(RoomClientAddress clientAddress)
Client address for the participant.
|
RoomParticipant |
RoomParticipant.setConnected(Boolean connected)
True if this participant is in the fully connected set of peers in the room.
|
RoomParticipant |
RoomParticipant.setId(String id)
An identifier for the participant in the scope of the room.
|
RoomParticipant |
RoomParticipant.setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomParticipant |
RoomParticipant.setLeaveReason(String leaveReason)
The reason the participant left the room; populated if the participant status is
PARTICIPANT_LEFT.
|
RoomParticipant |
RoomParticipant.setPlayer(Player player)
Information about the player.
|
RoomParticipant |
RoomParticipant.setStatus(String status)
The status of the participant with respect to the room.
|
| Modifier and Type | Method and Description |
|---|---|
List<RoomParticipant> |
Room.getParticipants()
The participants involved in the room, along with their statuses.
|
List<RoomParticipant> |
RoomStatus.getParticipants()
The participants involved in the room, along with their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
Room |
Room.setParticipants(List<RoomParticipant> participants)
The participants involved in the room, along with their statuses.
|
RoomStatus |
RoomStatus.setParticipants(List<RoomParticipant> participants)
The participants involved in the room, along with their statuses.
|