chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

- [x] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/chat_v1.spaces.html b/docs/dyn/chat_v1.spaces.html
index d50b586..a279263 100644
--- a/docs/dyn/chat_v1.spaces.html
+++ b/docs/dyn/chat_v1.spaces.html
@@ -118,10 +118,10 @@
 
     { # A room or DM in Hangouts Chat.
     "singleUserBotDm": True or False, # Whether the space is a DM between a bot and a single human.
-    "displayName": "A String", # Output only. The display name (only if the space is a room). Please note that this field might not be populated in direct messages between humans.
-    "type": "A String", # Output only. The type of a space. This is deprecated. Use `single_user_bot_dm` instead.
     "threaded": True or False, # Whether the messages are threaded in this space.
+    "type": "A String", # Output only. The type of a space. This is deprecated. Use `single_user_bot_dm` instead.
     "name": "A String", # Resource name of the space, in the form "spaces/*". Example: spaces/AAAAMpdlehYs
+    "displayName": "A String", # Output only. The display name (only if the space is a room). Please note that this field might not be populated in direct messages between humans.
   }</pre>
 </div>
 
@@ -144,10 +144,10 @@
     &quot;spaces&quot;: [ # List of spaces in the requested (or first) page.
       { # A room or DM in Hangouts Chat.
         &quot;singleUserBotDm&quot;: True or False, # Whether the space is a DM between a bot and a single human.
-        &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name (only if the space is a room). Please note that this field might not be populated in direct messages between humans.
-        &quot;type&quot;: &quot;A String&quot;, # Output only. The type of a space. This is deprecated. Use `single_user_bot_dm` instead.
         &quot;threaded&quot;: True or False, # Whether the messages are threaded in this space.
+        &quot;type&quot;: &quot;A String&quot;, # Output only. The type of a space. This is deprecated. Use `single_user_bot_dm` instead.
         &quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAMpdlehYs
+        &quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name (only if the space is a room). Please note that this field might not be populated in direct messages between humans.
       },
     ],
     &quot;nextPageToken&quot;: &quot;A String&quot;, # Continuation token to retrieve the next page of results. It will be empty for the last page of results. Tokens expire in an hour. An error is thrown if an expired token is passed.