Skip to content

Commit b8e15af

Browse files
feat(games): update the api
#### games:v1 The following keys were added: - resources.players.methods.get.parameters.playerIdConsistencyToken (Total Keys: 2)
1 parent 72d910c commit b8e15af

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/dyn/games_v1.players.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#get">get(playerId, language=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#get">get(playerId, language=None, playerIdConsistencyToken=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Retrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set `playerId` to `me`.</p>
8383
<p class="toc_element">
8484
<code><a href="#list">list(collection, language=None, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
@@ -93,12 +93,13 @@ <h3>Method Details</h3>
9393
</div>
9494

9595
<div class="method">
96-
<code class="details" id="get">get(playerId, language=None, x__xgafv=None)</code>
96+
<code class="details" id="get">get(playerId, language=None, playerIdConsistencyToken=None, x__xgafv=None)</code>
9797
<pre>Retrieves the Player resource with the given ID. To retrieve the player for the currently authenticated user, set `playerId` to `me`.
9898

9999
Args:
100100
playerId: string, A player ID. A value of `me` may be used in place of the authenticated player&#x27;s ID. (required)
101101
language: string, The preferred language to use for strings returned by this method.
102+
playerIdConsistencyToken: string, Consistency token of the player id. The call returns a &#x27;not found&#x27; result when the token is present and invalid. Empty value is ignored. See also GlobalPlayerIdConsistencyTokenProto
102103
x__xgafv: string, V1 error format.
103104
Allowed values
104105
1 - v1 error format

googleapiclient/discovery_cache/documents/games.v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,11 @@
714714
"location": "path",
715715
"required": true,
716716
"type": "string"
717+
},
718+
"playerIdConsistencyToken": {
719+
"description": "Consistency token of the player id. The call returns a 'not found' result when the token is present and invalid. Empty value is ignored. See also GlobalPlayerIdConsistencyTokenProto",
720+
"location": "query",
721+
"type": "string"
717722
}
718723
},
719724
"path": "games/v1/players/{playerId}",
@@ -1224,7 +1229,7 @@
12241229
}
12251230
}
12261231
},
1227-
"revision": "20220310",
1232+
"revision": "20220324",
12281233
"rootUrl": "https://games.googleapis.com/",
12291234
"schemas": {
12301235
"AchievementDefinition": {

0 commit comments

Comments
 (0)