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

diff --git a/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html b/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html
index 16672e2..98d0ed8 100644
--- a/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html
+++ b/docs/dyn/secretmanager_v1beta1.projects.secrets.versions.html
@@ -114,10 +114,10 @@
   An object of the form:
 
     { # Response message for SecretManagerService.AccessSecretVersion.
-    "name": "A String", # The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`.
     "payload": { # A secret payload resource in the Secret Manager API. This contains the sensitive secret data that is associated with a SecretVersion. # Secret payload
       "data": "A String", # The secret data. Must be no larger than 64KiB.
     },
+    "name": "A String", # The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`.
   }</pre>
 </div>
 
@@ -148,9 +148,9 @@
 
     { # A secret version resource in the Secret Manager API.
     &quot;destroyTime&quot;: &quot;A String&quot;, # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
-    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the SecretVersion was created.
-    &quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SecretVersion.
     &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
+    &quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SecretVersion.
+    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the SecretVersion was created.
   }</pre>
 </div>
 
@@ -176,9 +176,9 @@
 
     { # A secret version resource in the Secret Manager API.
     &quot;destroyTime&quot;: &quot;A String&quot;, # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
-    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the SecretVersion was created.
-    &quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SecretVersion.
     &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
+    &quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SecretVersion.
+    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the SecretVersion was created.
   }</pre>
 </div>
 
@@ -204,9 +204,9 @@
 
     { # A secret version resource in the Secret Manager API.
     &quot;destroyTime&quot;: &quot;A String&quot;, # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
-    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the SecretVersion was created.
-    &quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SecretVersion.
     &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
+    &quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SecretVersion.
+    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the SecretVersion was created.
   }</pre>
 </div>
 
@@ -226,9 +226,9 @@
 
     { # A secret version resource in the Secret Manager API.
     &quot;destroyTime&quot;: &quot;A String&quot;, # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
-    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the SecretVersion was created.
-    &quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SecretVersion.
     &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
+    &quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SecretVersion.
+    &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the SecretVersion was created.
   }</pre>
 </div>
 
@@ -250,15 +250,15 @@
 
     { # Response message for SecretManagerService.ListSecretVersions.
     &quot;totalSize&quot;: 42, # The total number of SecretVersions.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Pass this value in ListSecretVersionsRequest.page_token to retrieve the next page.
     &quot;versions&quot;: [ # The list of SecretVersions sorted in reverse by create_time (newest first).
       { # A secret version resource in the Secret Manager API.
         &quot;destroyTime&quot;: &quot;A String&quot;, # Output only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
-        &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the SecretVersion was created.
-        &quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SecretVersion.
         &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
+        &quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the SecretVersion.
+        &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the SecretVersion was created.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Pass this value in ListSecretVersionsRequest.page_token to retrieve the next page.
   }</pre>
 </div>