docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/secretmanager_v1.projects.secrets.versions.html b/docs/dyn/secretmanager_v1.projects.secrets.versions.html
index b04007b..299a9d1 100644
--- a/docs/dyn/secretmanager_v1.projects.secrets.versions.html
+++ b/docs/dyn/secretmanager_v1.projects.secrets.versions.html
@@ -296,6 +296,9 @@
   An object of the form:
 
     { # Response message for SecretManagerService.ListSecretVersions.
+    "nextPageToken": "A String", # A token to retrieve the next page of results. Pass this value in
+        # ListSecretVersionsRequest.page_token to retrieve the next page.
+    "totalSize": 42, # The total number of SecretVersions.
     "versions": [ # The list of SecretVersions sorted in reverse by
         # create_time (newest first).
       { # A secret version resource in the Secret Manager API.
@@ -311,9 +314,6 @@
             # are incremented for each subsequent version of the secret.
       },
     ],
-    "nextPageToken": "A String", # A token to retrieve the next page of results. Pass this value in
-        # ListSecretVersionsRequest.page_token to retrieve the next page.
-    "totalSize": 42, # The total number of SecretVersions.
   }</pre>
 </div>