chore: Update discovery artifacts (#1618)

## Deleted keys were detected in the following stable discovery artifacts:
compute v1 https://github.com/googleapis/google-api-python-client/commit/834349f1c54a0be33fb55e3328f88f25fa6a9419

## Deleted keys were detected in the following pre-stable discovery artifacts:
compute alpha https://github.com/googleapis/google-api-python-client/commit/834349f1c54a0be33fb55e3328f88f25fa6a9419
compute beta https://github.com/googleapis/google-api-python-client/commit/834349f1c54a0be33fb55e3328f88f25fa6a9419

## Discovery Artifact Change Summary:
feat(analyticsadmin): update the api https://github.com/googleapis/google-api-python-client/commit/835ba4092c656966ec26ec08f6be20d5d1abcf43
feat(bigquery): update the api https://github.com/googleapis/google-api-python-client/commit/6abccd47e1e537bbc46447acf1495a610c3dae31
feat(chat): update the api https://github.com/googleapis/google-api-python-client/commit/f5a2e18eebb360f0b416765166303d362944130f
feat(cloudasset): update the api https://github.com/googleapis/google-api-python-client/commit/d3602dbfbb01eda58b5930bf17f8fbdfaad1e6cf
feat(cloudkms): update the api https://github.com/googleapis/google-api-python-client/commit/a3343e30f99a8250ac4dffc401e3106b21e59c13
feat(composer): update the api https://github.com/googleapis/google-api-python-client/commit/614167472dc908fa47eec9a0921b9538ba068066
feat(compute): update the api https://github.com/googleapis/google-api-python-client/commit/834349f1c54a0be33fb55e3328f88f25fa6a9419
feat(contactcenterinsights): update the api https://github.com/googleapis/google-api-python-client/commit/5482a0bade7167307dbbd81455c023a685318227
feat(dialogflow): update the api https://github.com/googleapis/google-api-python-client/commit/361134dcbcca446cb9e2b004006f3feb1920fd93
feat(displayvideo): update the api https://github.com/googleapis/google-api-python-client/commit/4d43cceda82a1df22fad872e85e1b7236e239ae8
feat(orgpolicy): update the api https://github.com/googleapis/google-api-python-client/commit/ce6c8aad2d1e8f7d6325c2642f61c07e22fddb5c
feat(prod_tt_sasportal): update the api https://github.com/googleapis/google-api-python-client/commit/dbbe2a7c7d9d43564d4032d109dc5e83d4864e84
feat(retail): update the api https://github.com/googleapis/google-api-python-client/commit/4e21ee29bc68bb989519460ede52c04cc66f203e
feat(vmmigration): update the api https://github.com/googleapis/google-api-python-client/commit/8898d540b6ac5801da6854209ff3dee1af7dc176
feat(websecurityscanner): update the api https://github.com/googleapis/google-api-python-client/commit/bb0332e672950a3fbdfe0d383d948a4925bd433f
diff --git a/docs/dyn/chat_v1.spaces.html b/docs/dyn/chat_v1.spaces.html
index 61dda70..cad4fd1 100644
--- a/docs/dyn/chat_v1.spaces.html
+++ b/docs/dyn/chat_v1.spaces.html
@@ -120,11 +120,11 @@
   An object of the form:
 
     { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat bot.
-  "displayName": "A String", # The display name (only if the space is of type `ROOM`). Please note that this field might not be populated in direct messages between humans.
+  "displayName": "A String", # The space's display name. For direct messages between humans, this field might be empty.
   "name": "A String", # Resource name of the space, in the form "spaces/*". Example: spaces/AAAAAAAAAAAA
-  "singleUserBotDm": True or False, # Whether the space is a DM between a bot and a single human.
-  "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.
+  "singleUserBotDm": True or False, # Output only. Whether the space is a DM between a bot and a single human.
+  "threaded": True or False, # Output only. Whether the messages are threaded in this space.
+  "type": "A String", # Deprecated. Use `single_user_bot_dm` instead. Output only. The type of a space.
 }</pre>
 </div>
 
@@ -147,11 +147,11 @@
   &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.
   &quot;spaces&quot;: [ # List of spaces in the requested (or first) page.
     { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat bot.
-      &quot;displayName&quot;: &quot;A String&quot;, # The display name (only if the space is of type `ROOM`). Please note that this field might not be populated in direct messages between humans.
+      &quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
       &quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
-      &quot;singleUserBotDm&quot;: True or False, # Whether the space is a DM between a bot and a single human.
-      &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;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a bot and a single human.
+      &quot;threaded&quot;: True or False, # Output only. Whether the messages are threaded in this space.
+      &quot;type&quot;: &quot;A String&quot;, # Deprecated. Use `single_user_bot_dm` instead. Output only. The type of a space.
     },
   ],
 }</pre>
@@ -176,7 +176,7 @@
   <pre>Legacy path for creating message. Calling these will result in a BadRequest response.
 
 Args:
-  parent: string, Required. Space resource name, in the form &quot;spaces/*&quot;. Example: spaces/AAAAMpdlehY (required)
+  parent: string, Required. Space resource name, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAA (required)
   body: object, The request body.
     The object takes the form of:
 
@@ -920,7 +920,7 @@
   &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Google Chat server.
   &quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
   &quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Google Chat server. If the message was never updated, this field will be same as create_time.
-  &quot;name&quot;: &quot;A String&quot;, # Resource name in the form `spaces/*/messages/*`. Example: `spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4`
+  &quot;name&quot;: &quot;A String&quot;, # Resource name in the form `spaces/*/messages/*`. Example: `spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB`
   &quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
   &quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
     &quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
@@ -933,15 +933,15 @@
     &quot;commandId&quot;: &quot;A String&quot;, # The id of the slash command invoked.
   },
   &quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat bot. # The space the message belongs to.
-    &quot;displayName&quot;: &quot;A String&quot;, # The display name (only if the space is of type `ROOM`). Please note that this field might not be populated in direct messages between humans.
+    &quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
     &quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
-    &quot;singleUserBotDm&quot;: True or False, # Whether the space is a DM between a bot and a single human.
-    &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;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a bot and a single human.
+    &quot;threaded&quot;: True or False, # Output only. Whether the messages are threaded in this space.
+    &quot;type&quot;: &quot;A String&quot;, # Deprecated. Use `single_user_bot_dm` instead. Output only. The type of a space.
   },
   &quot;text&quot;: &quot;A String&quot;, # Plain-text body of the message.
   &quot;thread&quot;: { # A thread in Google Chat. # The thread the message belongs to.
-    &quot;name&quot;: &quot;A String&quot;, # Resource name, in the form &quot;spaces/*/threads/*&quot;. Example: spaces/AAAAMpdlehY/threads/UMxbHmzDlr4
+    &quot;name&quot;: &quot;A String&quot;, # Resource name, in the form &quot;spaces/*/threads/*&quot;. Example: spaces/AAAAAAAAAAA/threads/TTTTTTTTTTT
   },
 }
 
@@ -1695,7 +1695,7 @@
   &quot;createTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was created in Google Chat server.
   &quot;fallbackText&quot;: &quot;A String&quot;, # A plain-text description of the message&#x27;s cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
   &quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. The time at which the message was last updated in Google Chat server. If the message was never updated, this field will be same as create_time.
-  &quot;name&quot;: &quot;A String&quot;, # Resource name in the form `spaces/*/messages/*`. Example: `spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4`
+  &quot;name&quot;: &quot;A String&quot;, # Resource name in the form `spaces/*/messages/*`. Example: `spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB`
   &quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
   &quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
     &quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
@@ -1708,15 +1708,15 @@
     &quot;commandId&quot;: &quot;A String&quot;, # The id of the slash command invoked.
   },
   &quot;space&quot;: { # A space in Google Chat. Spaces are conversations between two or more users or 1:1 messages between a user and a Chat bot. # The space the message belongs to.
-    &quot;displayName&quot;: &quot;A String&quot;, # The display name (only if the space is of type `ROOM`). Please note that this field might not be populated in direct messages between humans.
+    &quot;displayName&quot;: &quot;A String&quot;, # The space&#x27;s display name. For direct messages between humans, this field might be empty.
     &quot;name&quot;: &quot;A String&quot;, # Resource name of the space, in the form &quot;spaces/*&quot;. Example: spaces/AAAAAAAAAAAA
-    &quot;singleUserBotDm&quot;: True or False, # Whether the space is a DM between a bot and a single human.
-    &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;singleUserBotDm&quot;: True or False, # Output only. Whether the space is a DM between a bot and a single human.
+    &quot;threaded&quot;: True or False, # Output only. Whether the messages are threaded in this space.
+    &quot;type&quot;: &quot;A String&quot;, # Deprecated. Use `single_user_bot_dm` instead. Output only. The type of a space.
   },
   &quot;text&quot;: &quot;A String&quot;, # Plain-text body of the message.
   &quot;thread&quot;: { # A thread in Google Chat. # The thread the message belongs to.
-    &quot;name&quot;: &quot;A String&quot;, # Resource name, in the form &quot;spaces/*/threads/*&quot;. Example: spaces/AAAAMpdlehY/threads/UMxbHmzDlr4
+    &quot;name&quot;: &quot;A String&quot;, # Resource name, in the form &quot;spaces/*/threads/*&quot;. Example: spaces/AAAAAAAAAAA/threads/TTTTTTTTTTT
   },
 }</pre>
 </div>