| Package | Description |
|---|---|
| com.google.api.services.games | |
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Games.Rooms.Create |
Games.Rooms.create(RoomCreateRequest content)
Create a room.
|
| Constructor and Description |
|---|
Games.Rooms.Create(RoomCreateRequest content)
Create a room.
|
| Modifier and Type | Method and Description |
|---|---|
RoomCreateRequest |
RoomCreateRequest.clone() |
RoomCreateRequest |
RoomCreateRequest.set(String fieldName,
Object value) |
RoomCreateRequest |
RoomCreateRequest.setAutoMatchingCriteria(RoomAutoMatchingCriteria autoMatchingCriteria)
Criteria for auto-matching players into this room.
|
RoomCreateRequest |
RoomCreateRequest.setCapabilities(List<String> capabilities)
The capabilities that this client supports for realtime communication.
|
RoomCreateRequest |
RoomCreateRequest.setClientAddress(RoomClientAddress clientAddress)
Client address for the player creating the room.
|
RoomCreateRequest |
RoomCreateRequest.setInvitedPlayerIds(List<String> invitedPlayerIds)
The player IDs to invite to the room.
|
RoomCreateRequest |
RoomCreateRequest.setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomCreateRequest |
RoomCreateRequest.setNetworkDiagnostics(NetworkDiagnostics networkDiagnostics)
Network diagnostics for the client creating the room.
|
RoomCreateRequest |
RoomCreateRequest.setVariant(Integer variant)
The variant / mode of the application to be played.
|