| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
RoomClientAddress |
RoomClientAddress.clone() |
RoomClientAddress |
RoomCreateRequest.getClientAddress()
Client address for the player creating the room.
|
RoomClientAddress |
RoomJoinRequest.getClientAddress()
Client address for the player joining the room.
|
RoomClientAddress |
RoomParticipant.getClientAddress()
Client address for the participant.
|
RoomClientAddress |
RoomClientAddress.set(String fieldName,
Object value) |
RoomClientAddress |
RoomClientAddress.setKind(String kind)
Uniquely identifies the type of this resource.
|
RoomClientAddress |
RoomClientAddress.setXmppAddress(String xmppAddress)
The XMPP address of the client on the Google Games XMPP network.
|
| Modifier and Type | Method and Description |
|---|---|
RoomCreateRequest |
RoomCreateRequest.setClientAddress(RoomClientAddress clientAddress)
Client address for the player creating the room.
|
RoomJoinRequest |
RoomJoinRequest.setClientAddress(RoomClientAddress clientAddress)
Client address for the player joining the room.
|
RoomParticipant |
RoomParticipant.setClientAddress(RoomClientAddress clientAddress)
Client address for the participant.
|
Copyright © 2011–2020 Google. All rights reserved.