| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Player |
Player.clone() |
Player |
RoomParticipant.getPlayer()
Information about the player.
|
Player |
LeaderboardEntry.getPlayer()
The player who holds this score.
|
Player |
PlayerLeaderboardScoreListResponse.getPlayer()
The Player resources for the owner of this score.
|
Player |
TurnBasedMatchParticipant.getPlayer()
Information about the player.
|
Player |
Player.set(String fieldName,
Object value) |
Player |
Player.setAvatarImageUrl(String avatarImageUrl)
The base URL for the image that represents the player.
|
Player |
Player.setDisplayName(String displayName)
The name to display for the player.
|
Player |
Player.setExperienceInfo(PlayerExperienceInfo experienceInfo)
An object to represent Play Game experience information for the player.
|
Player |
Player.setKind(String kind)
Uniquely identifies the type of this resource.
|
Player |
Player.setLastPlayedWith(Played lastPlayedWith)
Details about the last time this player played a multiplayer game with the currently
authenticated player.
|
Player |
Player.setName(Player.Name name)
An object representation of the individual components of the player's name.
|
Player |
Player.setPlayerId(String playerId)
The ID of the player.
|
Player |
Player.setTitle(String title)
The player's title rewarded for their game activities.
|
| Modifier and Type | Method and Description |
|---|---|
List<Player> |
PlayerListResponse.getItems()
The players.
|
| Modifier and Type | Method and Description |
|---|---|
RoomParticipant |
RoomParticipant.setPlayer(Player player)
Information about the player.
|
LeaderboardEntry |
LeaderboardEntry.setPlayer(Player player)
The player who holds this score.
|
PlayerLeaderboardScoreListResponse |
PlayerLeaderboardScoreListResponse.setPlayer(Player player)
The Player resources for the owner of this score.
|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setPlayer(Player player)
Information about the player.
|
| Modifier and Type | Method and Description |
|---|---|
PlayerListResponse |
PlayerListResponse.setItems(List<Player> items)
The players.
|