chore: regens API reference docs (#889)
diff --git a/docs/dyn/games_v1.players.html b/docs/dyn/games_v1.players.html
index 39e147c..95b2014 100644
--- a/docs/dyn/games_v1.players.html
+++ b/docs/dyn/games_v1.players.html
@@ -111,8 +111,9 @@
"playerId": "A String", # The ID of the player.
"bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
"profileSettings": { # This is a JSON template for profile settings # The player's profile settings. Controls whether or not the player's profile is visible to other players.
+ "friendsListVisibility": "A String", # Whether the player's friends list is visible to the game.
"kind": "games#profileSettings", # Uniquely identifies the type of this resource. Value is always the fixed string games#profileSettings.
- "profileVisible": True or False, # The player's current profile visibility. This field is visible to both 1P and 3P APIs.
+ "profileVisible": True or False,
},
"experienceInfo": { # This is a JSON template for 1P/3P metadata about the player's experience. # An object to represent Play Game experience information for the player.
"lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in millis since Unix epoch UTC.
@@ -131,6 +132,7 @@
"level": 42, # The level for the user.
},
},
+ "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.
"bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
"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.
@@ -144,10 +146,11 @@
Args:
collection: string, Collection of players being retrieved (required)
Allowed values
- connected - Retrieve a list of players that are also playing this game in reverse chronological order.
- playedWith - (DEPRECATED: please use played_with!) Retrieve a list of players you have played a multiplayer game (realtime or turn-based) with recently.
- played_with - Retrieve a list of players you have played a multiplayer game (realtime or turn-based) with recently.
- visible - Retrieve a list of players in the user's social graph that are visible to this game.
+ connected - (DEPRECATED) Retrieve a list of players that are also playing this game in reverse chronological order.
+ friends_all - Retrieve a list of players who are friends of the user in alphabetical order.
+ playedWith - (DEPRECATED) Retrieve a list of players you have played a multiplayer game (realtime or turn-based) with recently.
+ played_with - (DEPRECATED) Retrieve a list of players you have played a multiplayer game (realtime or turn-based) with recently.
+ visible - (DEPRECATED: please use FRIENDS_ALL) Retrieve a list of players in the user's social graph that are visible to this game.
pageToken: string, The token returned by the previous request.
language: string, The preferred language to use for strings returned by this method.
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.
@@ -174,8 +177,9 @@
"playerId": "A String", # The ID of the player.
"bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
"profileSettings": { # This is a JSON template for profile settings # The player's profile settings. Controls whether or not the player's profile is visible to other players.
+ "friendsListVisibility": "A String", # Whether the player's friends list is visible to the game.
"kind": "games#profileSettings", # Uniquely identifies the type of this resource. Value is always the fixed string games#profileSettings.
- "profileVisible": True or False, # The player's current profile visibility. This field is visible to both 1P and 3P APIs.
+ "profileVisible": True or False,
},
"experienceInfo": { # This is a JSON template for 1P/3P metadata about the player's experience. # An object to represent Play Game experience information for the player.
"lastLevelUpTimestampMillis": "A String", # The timestamp when the player was leveled up, in millis since Unix epoch UTC.
@@ -194,6 +198,7 @@
"level": 42, # The level for the user.
},
},
+ "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.
"bannerUrlLandscape": "A String", # The url to the landscape mode player banner image.
"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.