| 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(java.lang.String fieldName,
java.lang.Object value) |
Player |
Player.setAvatarImageUrl(java.lang.String avatarImageUrl)
The base URL for the image that represents the player.
|
Player |
Player.setBannerUrlLandscape(java.lang.String bannerUrlLandscape)
The url to the landscape mode player banner image.
|
Player |
Player.setBannerUrlPortrait(java.lang.String bannerUrlPortrait)
The url to the portrait mode player banner image.
|
Player |
Player.setDisplayName(java.lang.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(java.lang.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.setOriginalPlayerId(java.lang.String originalPlayerId)
The player ID that was used for this player the first time they signed into the game in
question.
|
Player |
Player.setPlayerId(java.lang.String playerId)
The ID of the player.
|
Player |
Player.setProfileSettings(ProfileSettings profileSettings)
The player's profile settings.
|
Player |
Player.setTitle(java.lang.String title)
The player's title rewarded for their game activities.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<Player> items)
The players.
|