chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/games_v1.players.html b/docs/dyn/games_v1.players.html
index 0b681b7..f401efe 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, language=None, maxResults=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.
- "avatarImageUrl": "A String", # The base URL for the image that represents the player.
- "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.
- "displayName": "A String", # The name to display for the player.
+ "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
"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.
},
- "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
"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.
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#player`
- "playerId": "A String", # The ID of the player.
+ "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
+ "displayName": "A String", # The name to display for the player.
+ "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.
+ "avatarImageUrl": "A String", # The base URL for the image that represents the player.
"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.
+ "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.
- "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.
"minExperiencePoints": "A String", # The minimum experience points for this level.
+ "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#playerLevel`.
+ "level": 42, # The level for the user.
},
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerExperienceInfo`.
- "lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in millis since Unix epoch UTC.
"currentLevel": { # 1P/3P metadata about a user's level. # The current level of the player.
- "level": 42, # The level for the user.
- "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.
"minExperiencePoints": "A String", # The minimum experience points for this level.
+ "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#playerLevel`.
+ "level": 42, # The level for the user.
},
- "currentExperiencePoints": "A String", # The current number of experience points for the player.
},
- "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
+ "playerId": "A String", # The ID of the player.
"name": { # A representation of the individual components of the name.
- "familyName": "A String", # The family name of this player. In some places, this is known as the last 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.
},
+ "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, language=None, maxResults=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,8 +156,8 @@
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.
- pageToken: string, The token returned by the previous request.
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`.
x__xgafv: string, V1 error format.
Allowed values
@@ -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.
- "avatarImageUrl": "A String", # The base URL for the image that represents the player.
- "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.
- "displayName": "A String", # The name to display for the player.
+ "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
"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.
},
- "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
"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.
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#player`
- "playerId": "A String", # The ID of the player.
+ "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
+ "displayName": "A String", # The name to display for the player.
+ "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.
+ "avatarImageUrl": "A String", # The base URL for the image that represents the player.
"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.
+ "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.
- "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.
"minExperiencePoints": "A String", # The minimum experience points for this level.
+ "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#playerLevel`.
+ "level": 42, # The level for the user.
},
"kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerExperienceInfo`.
- "lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in millis since Unix epoch UTC.
"currentLevel": { # 1P/3P metadata about a user's level. # The current level of the player.
- "level": 42, # The level for the user.
- "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.
"minExperiencePoints": "A String", # The minimum experience points for this level.
+ "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#playerLevel`.
+ "level": 42, # The level for the user.
},
- "currentExperiencePoints": "A String", # The current number of experience points for the player.
},
- "bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
+ "playerId": "A String", # The ID of the player.
"name": { # A representation of the individual components of the name.
- "familyName": "A String", # The family name of this player. In some places, this is known as the last 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.
},
+ "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>