| Package | Description |
|---|---|
| com.google.api.services.games.model |
| 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.setRequestId(Long requestId)
A randomly generated numeric ID.
|
RoomCreateRequest |
RoomCreateRequest.setVariant(Integer variant)
The variant / mode of the application to be played.
|
Copyright © 2011–2020 Google. All rights reserved.