| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
RoomParticipant |
RoomParticipant.clone() |
RoomParticipant |
RoomParticipant.set(java.lang.String fieldName,
java.lang.Object value) |
RoomParticipant |
RoomParticipant.setAutoMatched(java.lang.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(java.util.List<java.lang.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(java.lang.Boolean connected)
True if this participant is in the fully connected set of peers in the room.
|
RoomParticipant |
RoomParticipant.setId(java.lang.String id)
An identifier for the participant in the scope of the room.
|
RoomParticipant |
RoomParticipant.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
RoomParticipant |
RoomParticipant.setLeaveReason(java.lang.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(java.lang.String status)
The status of the participant with respect to the room.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RoomParticipant> |
Room.getParticipants()
The participants involved in the room, along with their statuses.
|
java.util.List<RoomParticipant> |
RoomStatus.getParticipants()
The participants involved in the room, along with their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
Room |
Room.setParticipants(java.util.List<RoomParticipant> participants)
The participants involved in the room, along with their statuses.
|
RoomStatus |
RoomStatus.setParticipants(java.util.List<RoomParticipant> participants)
The participants involved in the room, along with their statuses.
|