Regen docs (#364)

diff --git a/docs/dyn/pubsub_v1beta1a.topics.html b/docs/dyn/pubsub_v1beta1a.topics.html
index a46385c..0fcb01e 100644
--- a/docs/dyn/pubsub_v1beta1a.topics.html
+++ b/docs/dyn/pubsub_v1beta1a.topics.html
@@ -193,14 +193,14 @@
   An object of the form:
 
     { # Response for the ListTopics method.
+    "nextPageToken": "A String", # If not empty, indicates that there are more topics that match the request,
+        # and this value should be passed to the next <code>ListTopicsRequest</code>
+        # to continue.
     "topic": [ # The resulting topics.
       { # A topic resource.
         "name": "A String", # Name of the topic.
       },
     ],
-    "nextPageToken": "A String", # If not empty, indicates that there are more topics that match the request,
-        # and this value should be passed to the next <code>ListTopicsRequest</code>
-        # to continue.
   }</pre>
 </div>