You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Retrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set `playerId` to `me`.</p>
<pre>Retrieves scoped player identifiers for currently authenticated user.
157
+
158
+
Args:
159
+
x__xgafv: string, V1 error format.
160
+
Allowed values
161
+
1 - v1 error format
162
+
2 - v2 error format
163
+
164
+
Returns:
165
+
An object of the form:
166
+
167
+
{ # Scoped player identifiers.
168
+
"developerPlayerKey": "A String", # Identifier of the player across all games of the given developer. Every player has the same developer_player_key in all games of one developer. Developer player key changes for the game if the game is transferred to another developer. Note that game_player_id will stay unchanged.
169
+
"gamePlayerId": "A String", # Game-scoped player identifier. This is the same id that is returned in GetPlayer game_player_id field.
"description": "Identifier of the player across all games of the given developer. Every player has the same developer_player_key in all games of one developer. Developer player key changes for the game if the game is transferred to another developer. Note that game_player_id will stay unchanged.",
2967
+
"type": "string"
2968
+
},
2969
+
"gamePlayerId": {
2970
+
"description": "Game-scoped player identifier. This is the same id that is returned in GetPlayer game_player_id field.",
2971
+
"type": "string"
2972
+
}
2973
+
},
2974
+
"type": "object"
2975
+
},
2946
2976
"ScoreSubmission": {
2947
2977
"description": "A request to submit a score to leaderboards.",
0 commit comments