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.messages.attachments.html b/docs/dyn/chat_v1.spaces.messages.attachments.html
index b723b60..306c6d8 100644
--- a/docs/dyn/chat_v1.spaces.messages.attachments.html
+++ b/docs/dyn/chat_v1.spaces.messages.attachments.html
@@ -101,17 +101,17 @@
   An object of the form:
 
     { # An attachment in Hangouts Chat.
-    "downloadUri": "A String", # Output only. The download URL which should be used to allow a human user to download the attachment. Bots should not use this URL to download attachment content.
+    "thumbnailUri": "A String", # Output only. The thumbnail URL which should be used to preview the attachment to a human user. Bots should not use this URL to download attachment content.
+    "attachmentDataRef": { # A reference to the data of an attachment. # A reference to the attachment data. This is used with the media API to download the attachment data.
+      "resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
+    },
+    "contentName": "A String", # The original file name for the content, not the full path.
     "driveDataRef": { # A reference to the data of a drive attachment. # A reference to the drive attachment. This is used with the Drive API.
       "driveFileId": "A String", # The id for the drive file, for use with the Drive API.
     },
     "contentType": "A String", # The content type (MIME type) of the file.
-    "thumbnailUri": "A String", # Output only. The thumbnail URL which should be used to preview the attachment to a human user. Bots should not use this URL to download attachment content.
-    "contentName": "A String", # The original file name for the content, not the full path.
+    "downloadUri": "A String", # Output only. The download URL which should be used to allow a human user to download the attachment. Bots should not use this URL to download attachment content.
     "name": "A String", # Resource name of the attachment, in the form "spaces/*/messages/*/attachments/*".
-    "attachmentDataRef": { # A reference to the data of an attachment. # A reference to the attachment data. This is used with the media API to download the attachment data.
-      "resourceName": "A String", # The resource name of the attachment data. This is used with the media API to download the attachment data.
-    },
     "source": "A String", # The source of the attachment.
   }</pre>
 </div>