Lines Matching full:player
79 <p class="firstline">Retrieves the Player resource with the given ID. To retrieve the player for th…
89 …<pre>Retrieves the Player resource with the given ID. To retrieve the player for the currently aut…
92 …playerId: string, A player ID. A value of me may be used in place of the authenticated player's ID…
99 { # This is a JSON template for a Player resource.
100 …player ID that was used for this player the first time they signed into the game in question. This…
101 …"kind": "games#player", # Uniquely identifies the type of this resource. Value is always the fixed…
102 "displayName": "A String", # The name to display for the player.
103 …"name": { # An object representation of the individual components of the player's name. For some p…
104 …"givenName": "A String", # The given name of this player. In some places, this is known as the fir…
105 …"familyName": "A String", # The family name of this player. In some places, this is known as the l…
107 …player playing a game with the currently authenticated user. # Details about the last time this pl…
108 …"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.
122 …This is a JSON template for 1P/3P metadata about a user's level. # The current level of the player.
128 …emplate for 1P/3P metadata about a user's level. # The next level of the player. If the current le…
135 "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
136 "title": "A String", # The player's title rewarded for their game activities.
137 "avatarImageUrl": "A String", # The base URL for the image that represents the player.
154 … The maximum number of player resources to return in the response, used for paging. For any respon…
160 { # This is a JSON template for a third party player list response.
163 { # This is a JSON template for a Player resource.
164 …player ID that was used for this player the first time they signed into the game in question. This…
165 …"kind": "games#player", # Uniquely identifies the type of this resource. Value is always the fixed…
166 "displayName": "A String", # The name to display for the player.
167 …"name": { # An object representation of the individual components of the player's name. For some p…
168 …"givenName": "A String", # The given name of this player. In some places, this is known as the fir…
169 …"familyName": "A String", # The family name of this player. In some places, this is known as the l…
171 …player playing a game with the currently authenticated user. # Details about the last time this pl…
172 …"autoMatched": True or False, # True if the player was auto-matched with the currently authenticat…
174 …"timeMillis": "A String", # The last time the player played the game in milliseconds since the epo…
176 "playerId": "A String", # The ID of the player.
177 "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
178 …is a JSON template for profile settings # The player's profile settings. Controls whether or not t…
180 …"profileVisible": True or False, # The player's current profile visibility. This field is visible …
182 … for 1P/3P metadata about the player's experience. # An object to represent Play Game experience i…
183 …"lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in milli…
184 … "currentExperiencePoints": "A String", # The current number of experience points for the player.
186 …This is a JSON template for 1P/3P metadata about a user's level. # The current level of the player.
192 …emplate for 1P/3P metadata about a user's level. # The next level of the player. If the current le…
199 "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
200 "title": "A String", # The player's title rewarded for their game activities.
201 "avatarImageUrl": "A String", # The base URL for the image that represents the player.