• Home
  • Raw
  • Download

Lines Matching full:player

91 … The maximum number of player resources to return in the response, used for paging. For any respon…
100 "player": { # This is a JSON template for a Player resource. # The player information.
101player ID that was used for this player the first time they signed into the game in question. This…
102 …": "gamesManagement#player", # Uniquely identifies the type of this resource. Value is always the …
103 "displayName": "A String", # The name to display for the player.
104 …"name": { # An object representation of the individual components of the player's name. For some p…
105 …"givenName": "A String", # The given name of this player. In some places, this is known as the fir…
106 …"familyName": "A String", # The family name of this player. In some places, this is known as the l…
108player playing a game with the currently authenticated user. # Details about the last time this pl…
109 …"autoMatched": True or False, # True if the player was auto-matched with the currently authenticat…
110 …"timeMillis": "A String", # The last time the player played the game in milliseconds since the epo…
112 "playerId": "A String", # The ID of the player.
113 "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
114 …is a JSON template for profile settings # The player's profile settings. Controls whether or not t…
116 …"profileVisible": True or False, # The player's current profile visibility. This field is visible …
118 … for 1P/3P metadata about the player's experience. # An object to represent Play Game experience i…
119 …"lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in milli…
120 … "currentExperiencePoints": "A String", # The current number of experience points for the player.
121 …emplate for 1P/3P metadata about a user's level. # The next level of the player. If the current le…
126 …This is a JSON template for 1P/3P metadata about a user's level. # The current level of the player.
132 "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
133 "title": "A String", # The player's title rewarded for their game activities.
134 "avatarImageUrl": "A String", # The base URL for the image that represents the player.
137 "hiddenTimeMillis": "A String", # The time this player was hidden.