build: run docs regen in synth.py (#1059)
diff --git a/docs/dyn/games_v1.players.html b/docs/dyn/games_v1.players.html
index 7c849e1..8be4442 100644
--- a/docs/dyn/games_v1.players.html
+++ b/docs/dyn/games_v1.players.html
@@ -81,7 +81,7 @@
<code><a href="#get">get(playerId, language=None, x__xgafv=None)</a></code></p>
<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>
<p class="toc_element">
- <code><a href="#list">list(collection, pageToken=None, maxResults=None, language=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(collection, language=None, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
<p class="firstline">Get the collection of players for the currently authenticated user.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -108,46 +108,46 @@
An object of the form:
{ # A Player resource.
- "title": "A String", # The player's title rewarded for their game activities.
- "originalPlayerId": "A String", # The player ID that was used for this player the first time they signed into the game in question. This is only populated for calls to player.get for the requesting player, only if the player ID has subsequently changed, and only to clients that support remapping player IDs.
- "playerId": "A String", # The ID of the player.
- "avatarImageUrl": "A String", # The base URL for the image that represents the player.
+ "displayName": "A String", # The name to display for the player.
"profileSettings": { # Profile settings # The player's profile settings. Controls whether or not the player's profile is visible to other players.
+ "friendsListVisibility": "A String",
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#profileSettings`.
"profileVisible": True or False, # Whether the player's profile is visible to the currently signed in player.
- "friendsListVisibility": "A String",
},
- "friendStatus": "A String", # The friend status of the given player, relative to the requester. This is unset if the player is not sharing their friends list with the game.
"bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
"name": { # A representation of the individual components of the name.
"givenName": "A String", # The given name of this player. In some places, this is known as the first name.
"familyName": "A String", # The family name of this player. In some places, this is known as the last name.
},
+ "friendStatus": "A String", # The friend status of the given player, relative to the requester. This is unset if the player is not sharing their friends list with the game.
+ "originalPlayerId": "A String", # The player ID that was used for this player the first time they signed into the game in question. This is only populated for calls to player.get for the requesting player, only if the player ID has subsequently changed, and only to clients that support remapping player IDs.
+ "playerId": "A String", # The ID of the player.
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#player`
- "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
"experienceInfo": { # 1P/3P metadata about the player's experience. # An object to represent Play Game experience information for the player.
- "currentExperiencePoints": "A String", # The current number of experience points for the player.
- "nextLevel": { # 1P/3P metadata about a user's level. # The next level of the player. If the current level is the maximum level, this should be same as the current level.
- "level": 42, # The level for the user.
- "maxExperiencePoints": "A String", # The maximum experience points for this level.
- "minExperiencePoints": "A String", # The minimum experience points for this level.
- "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerLevel`.
- },
+ "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerExperienceInfo`.
"currentLevel": { # 1P/3P metadata about a user's level. # The current level of the player.
"level": 42, # The level for the user.
- "maxExperiencePoints": "A String", # The maximum experience points for this level.
"minExperiencePoints": "A String", # The minimum experience points for this level.
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerLevel`.
+ "maxExperiencePoints": "A String", # The maximum experience points for this level.
},
- "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerExperienceInfo`.
+ "currentExperiencePoints": "A String", # The current number of experience points for the player.
"lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in millis since Unix epoch UTC.
+ "nextLevel": { # 1P/3P metadata about a user's level. # The next level of the player. If the current level is the maximum level, this should be same as the current level.
+ "level": 42, # The level for the user.
+ "minExperiencePoints": "A String", # The minimum experience points for this level.
+ "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerLevel`.
+ "maxExperiencePoints": "A String", # The maximum experience points for this level.
+ },
},
- "displayName": "A String", # The name to display for the player.
+ "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
+ "avatarImageUrl": "A String", # The base URL for the image that represents the player.
+ "title": "A String", # The player's title rewarded for their game activities.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(collection, pageToken=None, maxResults=None, language=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(collection, language=None, pageToken=None, maxResults=None, x__xgafv=None)</code>
<pre>Get the collection of players for the currently authenticated user.
Args:
@@ -156,9 +156,9 @@
CONNECTED - Retrieve a list of players that are also playing this game in reverse chronological order.
VISIBLE - Retrieve a list of players in the user's social graph that are visible to this game.
FRIENDS_ALL - Retrieve a list of players who are friends of the user in alphabetical order.
+ language: string, The preferred language to use for strings returned by this method.
pageToken: string, The token returned by the previous request.
maxResults: integer, The maximum number of player resources to return in the response, used for paging. For any response, the actual number of player resources returned may be less than the specified `maxResults`.
- language: string, The preferred language to use for strings returned by this method.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -169,46 +169,46 @@
{ # A third party player list response.
"nextPageToken": "A String", # Token corresponding to the next page of results.
- "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerListResponse`.
"items": [ # The players.
{ # A Player resource.
- "title": "A String", # The player's title rewarded for their game activities.
- "originalPlayerId": "A String", # The player ID that was used for this player the first time they signed into the game in question. This is only populated for calls to player.get for the requesting player, only if the player ID has subsequently changed, and only to clients that support remapping player IDs.
- "playerId": "A String", # The ID of the player.
- "avatarImageUrl": "A String", # The base URL for the image that represents the player.
+ "displayName": "A String", # The name to display for the player.
"profileSettings": { # Profile settings # The player's profile settings. Controls whether or not the player's profile is visible to other players.
+ "friendsListVisibility": "A String",
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#profileSettings`.
"profileVisible": True or False, # Whether the player's profile is visible to the currently signed in player.
- "friendsListVisibility": "A String",
},
- "friendStatus": "A String", # The friend status of the given player, relative to the requester. This is unset if the player is not sharing their friends list with the game.
"bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
"name": { # A representation of the individual components of the name.
"givenName": "A String", # The given name of this player. In some places, this is known as the first name.
"familyName": "A String", # The family name of this player. In some places, this is known as the last name.
},
+ "friendStatus": "A String", # The friend status of the given player, relative to the requester. This is unset if the player is not sharing their friends list with the game.
+ "originalPlayerId": "A String", # The player ID that was used for this player the first time they signed into the game in question. This is only populated for calls to player.get for the requesting player, only if the player ID has subsequently changed, and only to clients that support remapping player IDs.
+ "playerId": "A String", # The ID of the player.
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#player`
- "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
"experienceInfo": { # 1P/3P metadata about the player's experience. # An object to represent Play Game experience information for the player.
- "currentExperiencePoints": "A String", # The current number of experience points for the player.
- "nextLevel": { # 1P/3P metadata about a user's level. # The next level of the player. If the current level is the maximum level, this should be same as the current level.
- "level": 42, # The level for the user.
- "maxExperiencePoints": "A String", # The maximum experience points for this level.
- "minExperiencePoints": "A String", # The minimum experience points for this level.
- "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerLevel`.
- },
+ "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerExperienceInfo`.
"currentLevel": { # 1P/3P metadata about a user's level. # The current level of the player.
"level": 42, # The level for the user.
- "maxExperiencePoints": "A String", # The maximum experience points for this level.
"minExperiencePoints": "A String", # The minimum experience points for this level.
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerLevel`.
+ "maxExperiencePoints": "A String", # The maximum experience points for this level.
},
- "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerExperienceInfo`.
+ "currentExperiencePoints": "A String", # The current number of experience points for the player.
"lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in millis since Unix epoch UTC.
+ "nextLevel": { # 1P/3P metadata about a user's level. # The next level of the player. If the current level is the maximum level, this should be same as the current level.
+ "level": 42, # The level for the user.
+ "minExperiencePoints": "A String", # The minimum experience points for this level.
+ "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerLevel`.
+ "maxExperiencePoints": "A String", # The maximum experience points for this level.
+ },
},
- "displayName": "A String", # The name to display for the player.
+ "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
+ "avatarImageUrl": "A String", # The base URL for the image that represents the player.
+ "title": "A String", # The player's title rewarded for their game activities.
},
],
+ "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerListResponse`.
}</pre>
</div>