build: run docs regen in synth.py (#1059)

diff --git a/docs/dyn/games_v1.achievements.html b/docs/dyn/games_v1.achievements.html
index 9702aa0..528ab9a 100644
--- a/docs/dyn/games_v1.achievements.html
+++ b/docs/dyn/games_v1.achievements.html
@@ -81,7 +81,7 @@
   <code><a href="#increment">increment(achievementId, stepsToIncrement, requestId=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Increments the steps of the achievement with the given ID for the currently authenticated player.</p>
 <p class="toc_element">
-  <code><a href="#list">list(playerId, pageToken=None, state=None, language=None, maxResults=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(playerId, maxResults=None, pageToken=None, state=None, language=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists the progress for all your application's achievements for the currently authenticated player.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -121,18 +121,19 @@
   An object of the form:
 
     { # An achievement increment response
+    &quot;newlyUnlocked&quot;: True or False, # Whether the current steps for the achievement has reached the number of steps required to unlock.
     &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementIncrementResponse`.
     &quot;currentSteps&quot;: 42, # The current steps recorded for this incremental achievement.
-    &quot;newlyUnlocked&quot;: True or False, # Whether the current steps for the achievement has reached the number of steps required to unlock.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(playerId, pageToken=None, state=None, language=None, maxResults=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(playerId, maxResults=None, pageToken=None, state=None, language=None, x__xgafv=None)</code>
   <pre>Lists the progress for all your application&#x27;s achievements for the currently authenticated player.
 
 Args:
   playerId: string, A player ID. A value of `me` may be used in place of the authenticated player&#x27;s ID. (required)
+  maxResults: integer, The maximum number of achievement resources to return in the response, used for paging. For any response, the actual number of achievement resources returned may be less than the specified `maxResults`.
   pageToken: string, The token returned by the previous request.
   state: string, Tells the server to return only achievements with the specified state. If this parameter isn&#x27;t specified, all achievements are returned.
     Allowed values
@@ -141,7 +142,6 @@
       REVEALED - List only revealed achievements.
       UNLOCKED - List only unlocked achievements.
   language: string, The preferred language to use for strings returned by this method.
-  maxResults: integer, The maximum number of achievement resources to return in the response, used for paging. For any response, the actual number of achievement resources returned may be less than the specified `maxResults`.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -151,19 +151,19 @@
   An object of the form:
 
     { # A list of achievement objects.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token corresponding to the next page of results.
-    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerAchievementListResponse`.
     &quot;items&quot;: [ # The achievements.
       { # An achievement object.
-        &quot;currentSteps&quot;: 42, # The current steps for an incremental achievement.
-        &quot;achievementState&quot;: &quot;A String&quot;, # The state of the achievement.
-        &quot;experiencePoints&quot;: &quot;A String&quot;, # Experience points earned for the achievement. This field is absent for achievements that have not yet been unlocked and 0 for achievements that have been unlocked by testers but that are unpublished.
         &quot;lastUpdatedTimestamp&quot;: &quot;A String&quot;, # The timestamp of the last modification to this achievement&#x27;s state.
         &quot;formattedCurrentStepsString&quot;: &quot;A String&quot;, # The current steps for an incremental achievement as a string.
+        &quot;experiencePoints&quot;: &quot;A String&quot;, # Experience points earned for the achievement. This field is absent for achievements that have not yet been unlocked and 0 for achievements that have been unlocked by testers but that are unpublished.
         &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerAchievement`.
+        &quot;currentSteps&quot;: 42, # The current steps for an incremental achievement.
         &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
+        &quot;achievementState&quot;: &quot;A String&quot;, # The state of the achievement.
       },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token corresponding to the next page of results.
+    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#playerAchievementListResponse`.
   }</pre>
 </div>
 
@@ -196,8 +196,8 @@
   An object of the form:
 
     { # An achievement reveal response
-    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementRevealResponse`.
     &quot;currentState&quot;: &quot;A String&quot;, # The current state of the achievement for which a reveal was attempted. This might be `UNLOCKED` if the achievement was already unlocked.
+    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementRevealResponse`.
   }</pre>
 </div>
 
@@ -217,8 +217,8 @@
   An object of the form:
 
     { # An achievement set steps at least response.
-    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementSetStepsAtLeastResponse`.
     &quot;newlyUnlocked&quot;: True or False, # Whether the current steps for the achievement has reached the number of steps required to unlock.
+    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementSetStepsAtLeastResponse`.
     &quot;currentSteps&quot;: 42, # The current steps recorded for this incremental achievement.
   }</pre>
 </div>
@@ -238,8 +238,8 @@
   An object of the form:
 
     { # An achievement unlock response
-    &quot;newlyUnlocked&quot;: True or False, # Whether this achievement was newly unlocked (that is, whether the unlock request for the achievement was the first for the player).
     &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementUnlockResponse`.
+    &quot;newlyUnlocked&quot;: True or False, # Whether this achievement was newly unlocked (that is, whether the unlock request for the achievement was the first for the player).
   }</pre>
 </div>
 
@@ -252,23 +252,23 @@
     The object takes the form of:
 
 { # A list of achievement update requests.
-    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementUpdateMultipleRequest`.
     &quot;updates&quot;: [ # The individual achievement update requests.
       { # A request to update an achievement.
-        &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementUpdateRequest`.
-        &quot;incrementPayload&quot;: { # The payload to request to increment an achievement. # The payload if an update of type `INCREMENT` was requested for the achievement.
-          &quot;requestId&quot;: &quot;A String&quot;, # The requestId associated with an increment to an achievement.
-          &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#GamesAchievementIncrement`.
-          &quot;steps&quot;: 42, # The number of steps to be incremented.
-        },
         &quot;updateType&quot;: &quot;A String&quot;, # The type of update being applied.
         &quot;achievementId&quot;: &quot;A String&quot;, # The achievement this update is being applied to.
+        &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementUpdateRequest`.
+        &quot;incrementPayload&quot;: { # The payload to request to increment an achievement. # The payload if an update of type `INCREMENT` was requested for the achievement.
+          &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#GamesAchievementIncrement`.
+          &quot;requestId&quot;: &quot;A String&quot;, # The requestId associated with an increment to an achievement.
+          &quot;steps&quot;: 42, # The number of steps to be incremented.
+        },
         &quot;setStepsAtLeastPayload&quot;: { # The payload to request to increment an achievement. # The payload if an update of type `SET_STEPS_AT_LEAST` was requested for the achievement.
-          &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#GamesAchievementSetStepsAtLeast`.
           &quot;steps&quot;: 42, # The minimum number of steps for the achievement to be set to.
+          &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#GamesAchievementSetStepsAtLeast`.
         },
       },
     ],
+    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementUpdateMultipleRequest`.
   }
 
   x__xgafv: string, V1 error format.
@@ -280,17 +280,17 @@
   An object of the form:
 
     { # Response message for UpdateMultipleAchievements rpc.
+    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementUpdateMultipleResponse`.
     &quot;updatedAchievements&quot;: [ # The updated state of the achievements.
       { # An updated achievement.
-        &quot;updateOccurred&quot;: True or False, # Whether the requested updates actually affected the achievement.
-        &quot;newlyUnlocked&quot;: True or False, # Whether this achievement was newly unlocked (that is, whether the unlock request for the achievement was the first for the player).
-        &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementUpdateResponse`.
+        &quot;achievementId&quot;: &quot;A String&quot;, # The achievement this update is was applied to.
         &quot;currentState&quot;: &quot;A String&quot;, # The current state of the achievement.
         &quot;currentSteps&quot;: 42, # The current steps recorded for this achievement if it is incremental.
-        &quot;achievementId&quot;: &quot;A String&quot;, # The achievement this update is was applied to.
+        &quot;newlyUnlocked&quot;: True or False, # Whether this achievement was newly unlocked (that is, whether the unlock request for the achievement was the first for the player).
+        &quot;updateOccurred&quot;: True or False, # Whether the requested updates actually affected the achievement.
+        &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementUpdateResponse`.
       },
     ],
-    &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `games#achievementUpdateMultipleResponse`.
   }</pre>
 </div>