chore: update docs/dyn (#1162)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets

- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/pubsublite_v1.topicStats.projects.locations.topics.html b/docs/dyn/pubsublite_v1.topicStats.projects.locations.topics.html
index e65d804..50c6025 100644
--- a/docs/dyn/pubsublite_v1.topicStats.projects.locations.topics.html
+++ b/docs/dyn/pubsublite_v1.topicStats.projects.locations.topics.html
@@ -96,14 +96,14 @@
     The object takes the form of:
 
 { # Compute statistics about a range of messages in a given topic and partition.
-    "partition": "A String", # Required. The partition for which we should compute message stats.
-    "endCursor": { # A cursor that describes the position of a message within a topic partition. # The exclusive end of the range. The range is empty if end_cursor <= start_cursor. Specifying a start_cursor before the first message and an end_cursor after the last message will retrieve all messages.
-      "offset": "A String", # The offset of a message within a topic partition. Must be greater than or equal 0.
-    },
-    "startCursor": { # A cursor that describes the position of a message within a topic partition. # The inclusive start of the range.
-      "offset": "A String", # The offset of a message within a topic partition. Must be greater than or equal 0.
-    },
-  }
+  "endCursor": { # A cursor that describes the position of a message within a topic partition. # The exclusive end of the range. The range is empty if end_cursor <= start_cursor. Specifying a start_cursor before the first message and an end_cursor after the last message will retrieve all messages.
+    "offset": "A String", # The offset of a message within a topic partition. Must be greater than or equal 0.
+  },
+  "partition": "A String", # Required. The partition for which we should compute message stats.
+  "startCursor": { # A cursor that describes the position of a message within a topic partition. # The inclusive start of the range.
+    "offset": "A String", # The offset of a message within a topic partition. Must be greater than or equal 0.
+  },
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -114,11 +114,11 @@
   An object of the form:
 
     { # Response containing stats for messages in the requested topic and partition.
-    "minimumPublishTime": "A String", # The minimum publish timestamp across these messages. Note that publish timestamps within a partition are not guaranteed to be non-decreasing. The timestamp will be unset if there are no messages.
-    "minimumEventTime": "A String", # The minimum event timestamp across these messages. For the purposes of this computation, if a message does not have an event time, we use the publish time. The timestamp will be unset if there are no messages.
-    "messageBytes": "A String", # The number of quota bytes accounted to these messages.
-    "messageCount": "A String", # The count of messages.
-  }</pre>
+  &quot;messageBytes&quot;: &quot;A String&quot;, # The number of quota bytes accounted to these messages.
+  &quot;messageCount&quot;: &quot;A String&quot;, # The count of messages.
+  &quot;minimumEventTime&quot;: &quot;A String&quot;, # The minimum event timestamp across these messages. For the purposes of this computation, if a message does not have an event time, we use the publish time. The timestamp will be unset if there are no messages.
+  &quot;minimumPublishTime&quot;: &quot;A String&quot;, # The minimum publish timestamp across these messages. Note that publish timestamps within a partition are not guaranteed to be non-decreasing. The timestamp will be unset if there are no messages.
+}</pre>
 </div>
 
 </body></html>
\ No newline at end of file