Update docs
diff --git a/docs/dyn/games_v1.players.html b/docs/dyn/games_v1.players.html
index 38a5681..39e147c 100644
--- a/docs/dyn/games_v1.players.html
+++ b/docs/dyn/games_v1.players.html
@@ -110,7 +110,10 @@
     },
     "playerId": "A String", # The ID of the player.
     "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
-    "title": "A String", # The player's title rewarded for their game activities.
+    "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.
+      "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.
+    },
     "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.
       "currentExperiencePoints": "A String", # The current number of experience points for the player.
@@ -129,6 +132,7 @@
       },
     },
     "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.
   }</pre>
 </div>
@@ -169,7 +173,10 @@
         },
         "playerId": "A String", # The ID of the player.
         "bannerUrlPortrait": "A String", # The url to the portrait mode player banner image.
-        "title": "A String", # The player's title rewarded for their game activities.
+        "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.
+          "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.
+        },
         "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.
           "currentExperiencePoints": "A String", # The current number of experience points for the player.
@@ -188,6 +195,7 @@
           },
         },
         "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.
       },
     ],