docs: update docs (#916)

* fix: re-run script

* test: fix noxfile
diff --git a/docs/dyn/pubsub_v1.projects.topics.snapshots.html b/docs/dyn/pubsub_v1.projects.topics.snapshots.html
index dc5b0bf..01059ed 100644
--- a/docs/dyn/pubsub_v1.projects.topics.snapshots.html
+++ b/docs/dyn/pubsub_v1.projects.topics.snapshots.html
@@ -106,12 +106,12 @@
   An object of the form:
 
     { # Response for the `ListTopicSnapshots` method.
-    "nextPageToken": "A String", # If not empty, indicates that there may be more snapshots that match
-        # the request; this value should be passed in a new
-        # `ListTopicSnapshotsRequest` to get more snapshots.
     "snapshots": [ # The names of the snapshots that match the request.
       "A String",
     ],
+    "nextPageToken": "A String", # If not empty, indicates that there may be more snapshots that match
+        # the request; this value should be passed in a new
+        # `ListTopicSnapshotsRequest` to get more snapshots.
   }</pre>
 </div>