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