| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
RoomAutoMatchingCriteria |
RoomAutoMatchingCriteria.clone() |
RoomAutoMatchingCriteria |
RoomCreateRequest.getAutoMatchingCriteria()
Criteria for auto-matching players into this room.
|
RoomAutoMatchingCriteria |
Room.getAutoMatchingCriteria()
Criteria for auto-matching players into this room.
|
RoomAutoMatchingCriteria |
RoomAutoMatchingCriteria.set(String fieldName,
Object value) |
RoomAutoMatchingCriteria |
RoomAutoMatchingCriteria.setExclusiveBitmask(Long exclusiveBitmask)
A bitmask indicating when auto-matches are valid.
|
RoomAutoMatchingCriteria |
RoomAutoMatchingCriteria.setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomAutoMatchingCriteria |
RoomAutoMatchingCriteria.setMaxAutoMatchingPlayers(Integer maxAutoMatchingPlayers)
The maximum number of players that should be added to the room by auto-matching.
|
RoomAutoMatchingCriteria |
RoomAutoMatchingCriteria.setMinAutoMatchingPlayers(Integer minAutoMatchingPlayers)
The minimum number of players that should be added to the room by auto-matching.
|
| Modifier and Type | Method and Description |
|---|---|
RoomCreateRequest |
RoomCreateRequest.setAutoMatchingCriteria(RoomAutoMatchingCriteria autoMatchingCriteria)
Criteria for auto-matching players into this room.
|
Room |
Room.setAutoMatchingCriteria(RoomAutoMatchingCriteria autoMatchingCriteria)
Criteria for auto-matching players into this room.
|