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…
98 { # This is a JSON template for a Player resource.
99 …player ID that was used for this player the first time they signed into the game in question. This…
100 …"kind": "games#player", # Uniquely identifies the type of this resource. Value is always the fixed…
101 "displayName": "A String", # The name to display for the player.
102 …"name": { # An object representation of the individual components of the player's name. For some p…
103 …"givenName": "A String", # The given name of this player. In some places, this is known as the fir…
104 …"familyName": "A String", # The family name of this player. In some places, this is known as the l…
106 …player playing a game with the currently authenticated user. # Details about the last time this pl…
107 …"autoMatched": True or False, # True if the player was auto-matched with the currently authenticat…
109 …"timeMillis": "A String", # The last time the player played the game in milliseconds since the epo…
111 "playerId": "A String", # The ID of the player.
112 "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
113 …is a JSON template for profile settings # The player's profile settings. Controls whether or not t…
115 …"profileVisible": True or False, # The player's current profile visibility. This field is visible …
117 … for 1P/3P metadata about the player's experience. # An object to represent Play Game experience i…
118 …"lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in milli…
119 … "currentExperiencePoints": "A String", # The current number of experience points for the player.
121 …This is a JSON template for 1P/3P metadata about a user's level. # The current level of the player.
127 …emplate for 1P/3P metadata about a user's level. # The next level of the player. If the current le…
134 "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
135 "title": "A String", # The player's title rewarded for their game activities.
136 "avatarImageUrl": "A String", # The base URL for the image that represents the player.
153 … The maximum number of player resources to return in the response, used for paging. For any respon…
158 { # This is a JSON template for a third party player list response.
161 { # This is a JSON template for a Player resource.
162 …player ID that was used for this player the first time they signed into the game in question. This…
163 …"kind": "games#player", # Uniquely identifies the type of this resource. Value is always the fixed…
164 "displayName": "A String", # The name to display for the player.
165 …"name": { # An object representation of the individual components of the player's name. For some p…
166 …"givenName": "A String", # The given name of this player. In some places, this is known as the fir…
167 …"familyName": "A String", # The family name of this player. In some places, this is known as the l…
169 …player playing a game with the currently authenticated user. # Details about the last time this pl…
170 …"autoMatched": True or False, # True if the player was auto-matched with the currently authenticat…
172 …"timeMillis": "A String", # The last time the player played the game in milliseconds since the epo…
174 "playerId": "A String", # The ID of the player.
175 "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
176 …is a JSON template for profile settings # The player's profile settings. Controls whether or not t…
178 …"profileVisible": True or False, # The player's current profile visibility. This field is visible …
180 … for 1P/3P metadata about the player's experience. # An object to represent Play Game experience i…
181 …"lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in milli…
182 … "currentExperiencePoints": "A String", # The current number of experience points for the player.
184 …This is a JSON template for 1P/3P metadata about a user's level. # The current level of the player.
190 …emplate for 1P/3P metadata about a user's level. # The next level of the player. If the current le…
197 "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
198 "title": "A String", # The player's title rewarded for their game activities.
199 "avatarImageUrl": "A String", # The base URL for the image that represents the player.