chore: Update discovery artifacts (#1531)
## Deleted keys were detected in the following stable discovery artifacts:
storage v1 https://github.com/googleapis/google-api-python-client/commit/6117646c93e672eb34816b6db4d2b84c3c046071
## Discovery Artifact Change Summary:
feat(androidmanagement): update the api https://github.com/googleapis/google-api-python-client/commit/493de7636af575bec7e3d646c77d81a4278891e7
feat(composer): update the api https://github.com/googleapis/google-api-python-client/commit/827a98a27eb06dee06080e01edc1b9d1304bae67
feat(compute): update the api https://github.com/googleapis/google-api-python-client/commit/967d539cb9dcccfe2eea8fd81e05989f1bd92975
feat(contactcenterinsights): update the api https://github.com/googleapis/google-api-python-client/commit/fd55971dcc7913faa7c90614e1b44122da9f3c1d
feat(containeranalysis): update the api https://github.com/googleapis/google-api-python-client/commit/be52e3f77f0900ea3369a3f1145702832ea2167a
feat(content): update the api https://github.com/googleapis/google-api-python-client/commit/c422dda8dc607554e34899c964c36b32c554bb61
feat(dataflow): update the api https://github.com/googleapis/google-api-python-client/commit/9357bc2b4b507ba98fd17988eb93e0c08da00bc3
feat(datastore): update the api https://github.com/googleapis/google-api-python-client/commit/ee1091a834aaf37e6b2a279f901543d43152da74
feat(documentai): update the api https://github.com/googleapis/google-api-python-client/commit/02e062eb95ebadf2f8002c34424a7442d327c765
feat(healthcare): update the api https://github.com/googleapis/google-api-python-client/commit/29bd379b11ee39b49d7452f0e9d7aada1536a22f
feat(notebooks): update the api https://github.com/googleapis/google-api-python-client/commit/438b148616d638783b17bf7fe060cdb57a8bc473
feat(ondemandscanning): update the api https://github.com/googleapis/google-api-python-client/commit/8f732ecf65df8e7aa8ad58258ed5d5a0dfed62ea
feat(osconfig): update the api https://github.com/googleapis/google-api-python-client/commit/655a50711fb06b94a3b33a173611cc39cfb2553f
feat(pubsublite): update the api https://github.com/googleapis/google-api-python-client/commit/fc27fe7319f659032e2c3e9fe7be24224dca9fb6
feat(run): update the api https://github.com/googleapis/google-api-python-client/commit/de851d225affb67ba9819e9d4c81dc14bc95dcd1
feat(sasportal): update the api https://github.com/googleapis/google-api-python-client/commit/9e472d5f1b8f31708fd535a3a8575f0510dad5a7
feat(storage): update the api https://github.com/googleapis/google-api-python-client/commit/6117646c93e672eb34816b6db4d2b84c3c046071
feat(sts): update the api https://github.com/googleapis/google-api-python-client/commit/9e0f476952df90e2fb9b6df287c2ceb2a5417c84
feat(youtube): update the api https://github.com/googleapis/google-api-python-client/commit/2624f80fe82466181d853c35138e04064b1edcef
diff --git a/docs/dyn/chat_v1.spaces.messages.html b/docs/dyn/chat_v1.spaces.messages.html
index 84273d9..911c994 100644
--- a/docs/dyn/chat_v1.spaces.messages.html
+++ b/docs/dyn/chat_v1.spaces.messages.html
@@ -109,7 +109,7 @@
body: object, The request body.
The object takes the form of:
-{ # A message in Hangouts Chat.
+{ # A message in Google Chat.
"actionResponse": { # Parameters that a bot can use to configure how it's response is posted. # Input only. Parameters that a bot can use to configure how its response is posted.
"dialogAction": { # Contains dialog if present as well as the ActionStatus for the request sent from user. # This response is for Dialog related events and must be accompanied by ResponseType.Dialog
"actionStatus": { # ActionStatus represents status of a request from the bot developer's side. In specific, for each request a bot gets, the bot developer will set both fields below in relation to what the response status and message related to status should be. # Status for either invoke dialog or submit dialog requests. This will be used to display a status and message to user if needed. For example in case of an error or success.
@@ -671,7 +671,7 @@
],
"argumentText": "A String", # Plain-text body of the message with all bot mentions stripped out.
"attachment": [ # User uploaded attachment.
- { # An attachment in Hangouts Chat.
+ { # An attachment in Google Chat.
"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.
},
@@ -846,9 +846,9 @@
],
},
],
- "createTime": "A String", # Output only. The time at which the message was created in Hangouts Chat server.
+ "createTime": "A String", # Output only. The time at which the message was created in Google Chat server.
"fallbackText": "A String", # A plain-text description of the message's cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
- "lastUpdateTime": "A String", # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
+ "lastUpdateTime": "A String", # 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.
"name": "A String",
"previewText": "A String", # 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.
"sender": { # A user in Google Chat. # The user who created the message.
@@ -861,20 +861,20 @@
"slashCommand": { # A Slash Command in Chat. # Slash command information, if applicable.
"commandId": "A String", # The id of the slash command invoked.
},
- "space": { # A room or DM in Hangouts Chat. # The space the message belongs to.
- "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.
+ "space": { # 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.
+ "displayName": "A String", # Output only. 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.
"name": "A String", # Resource name of the space, in the form "spaces/*". Example: spaces/AAAAMpdlehYs
"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.
},
"text": "A String", # Plain-text body of the message.
- "thread": { # A thread in Hangouts Chat. # The thread the message belongs to.
+ "thread": { # A thread in Google Chat. # The thread the message belongs to.
"name": "A String", # Resource name, in the form "spaces/*/threads/*". Example: spaces/AAAAMpdlehY/threads/UMxbHmzDlr4
},
}
- threadKey: string, Optional. Opaque thread identifier string that can be specified to group messages into a single thread. If this is the first message with a given thread identifier, a new thread is created. Subsequent messages with the same thread identifier will be posted into the same thread. This relieves bots and webhooks from having to store the Hangouts Chat thread ID of a thread (created earlier by them) to post further updates to it. Has no effect if thread field, corresponding to an existing thread, is set in message.
+ threadKey: string, Optional. Opaque thread identifier string that can be specified to group messages into a single thread. If this is the first message with a given thread identifier, a new thread is created. Subsequent messages with the same thread identifier will be posted into the same thread. This relieves bots and webhooks from having to store the Google Chat thread ID of a thread (created earlier by them) to post further updates to it. Has no effect if thread field, corresponding to an existing thread, is set in message.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -883,7 +883,7 @@
Returns:
An object of the form:
- { # A message in Hangouts Chat.
+ { # A message in Google Chat.
"actionResponse": { # Parameters that a bot can use to configure how it's response is posted. # Input only. Parameters that a bot can use to configure how its response is posted.
"dialogAction": { # Contains dialog if present as well as the ActionStatus for the request sent from user. # This response is for Dialog related events and must be accompanied by ResponseType.Dialog
"actionStatus": { # ActionStatus represents status of a request from the bot developer's side. In specific, for each request a bot gets, the bot developer will set both fields below in relation to what the response status and message related to status should be. # Status for either invoke dialog or submit dialog requests. This will be used to display a status and message to user if needed. For example in case of an error or success.
@@ -1445,7 +1445,7 @@
],
"argumentText": "A String", # Plain-text body of the message with all bot mentions stripped out.
"attachment": [ # User uploaded attachment.
- { # An attachment in Hangouts Chat.
+ { # An attachment in Google Chat.
"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.
},
@@ -1620,9 +1620,9 @@
],
},
],
- "createTime": "A String", # Output only. The time at which the message was created in Hangouts Chat server.
+ "createTime": "A String", # Output only. The time at which the message was created in Google Chat server.
"fallbackText": "A String", # A plain-text description of the message's cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
- "lastUpdateTime": "A String", # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
+ "lastUpdateTime": "A String", # 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.
"name": "A String",
"previewText": "A String", # 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.
"sender": { # A user in Google Chat. # The user who created the message.
@@ -1635,15 +1635,15 @@
"slashCommand": { # A Slash Command in Chat. # Slash command information, if applicable.
"commandId": "A String", # The id of the slash command invoked.
},
- "space": { # A room or DM in Hangouts Chat. # The space the message belongs to.
- "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.
+ "space": { # 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.
+ "displayName": "A String", # Output only. 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.
"name": "A String", # Resource name of the space, in the form "spaces/*". Example: spaces/AAAAMpdlehYs
"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.
},
"text": "A String", # Plain-text body of the message.
- "thread": { # A thread in Hangouts Chat. # The thread the message belongs to.
+ "thread": { # A thread in Google Chat. # The thread the message belongs to.
"name": "A String", # Resource name, in the form "spaces/*/threads/*". Example: spaces/AAAAMpdlehY/threads/UMxbHmzDlr4
},
}</pre>
@@ -1681,7 +1681,7 @@
Returns:
An object of the form:
- { # A message in Hangouts Chat.
+ { # A message in Google Chat.
"actionResponse": { # Parameters that a bot can use to configure how it's response is posted. # Input only. Parameters that a bot can use to configure how its response is posted.
"dialogAction": { # Contains dialog if present as well as the ActionStatus for the request sent from user. # This response is for Dialog related events and must be accompanied by ResponseType.Dialog
"actionStatus": { # ActionStatus represents status of a request from the bot developer's side. In specific, for each request a bot gets, the bot developer will set both fields below in relation to what the response status and message related to status should be. # Status for either invoke dialog or submit dialog requests. This will be used to display a status and message to user if needed. For example in case of an error or success.
@@ -2243,7 +2243,7 @@
],
"argumentText": "A String", # Plain-text body of the message with all bot mentions stripped out.
"attachment": [ # User uploaded attachment.
- { # An attachment in Hangouts Chat.
+ { # An attachment in Google Chat.
"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.
},
@@ -2418,9 +2418,9 @@
],
},
],
- "createTime": "A String", # Output only. The time at which the message was created in Hangouts Chat server.
+ "createTime": "A String", # Output only. The time at which the message was created in Google Chat server.
"fallbackText": "A String", # A plain-text description of the message's cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
- "lastUpdateTime": "A String", # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
+ "lastUpdateTime": "A String", # 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.
"name": "A String",
"previewText": "A String", # 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.
"sender": { # A user in Google Chat. # The user who created the message.
@@ -2433,15 +2433,15 @@
"slashCommand": { # A Slash Command in Chat. # Slash command information, if applicable.
"commandId": "A String", # The id of the slash command invoked.
},
- "space": { # A room or DM in Hangouts Chat. # The space the message belongs to.
- "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.
+ "space": { # 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.
+ "displayName": "A String", # Output only. 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.
"name": "A String", # Resource name of the space, in the form "spaces/*". Example: spaces/AAAAMpdlehYs
"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.
},
"text": "A String", # Plain-text body of the message.
- "thread": { # A thread in Hangouts Chat. # The thread the message belongs to.
+ "thread": { # A thread in Google Chat. # The thread the message belongs to.
"name": "A String", # Resource name, in the form "spaces/*/threads/*". Example: spaces/AAAAMpdlehY/threads/UMxbHmzDlr4
},
}</pre>
@@ -2456,7 +2456,7 @@
body: object, The request body.
The object takes the form of:
-{ # A message in Hangouts Chat.
+{ # A message in Google Chat.
"actionResponse": { # Parameters that a bot can use to configure how it's response is posted. # Input only. Parameters that a bot can use to configure how its response is posted.
"dialogAction": { # Contains dialog if present as well as the ActionStatus for the request sent from user. # This response is for Dialog related events and must be accompanied by ResponseType.Dialog
"actionStatus": { # ActionStatus represents status of a request from the bot developer's side. In specific, for each request a bot gets, the bot developer will set both fields below in relation to what the response status and message related to status should be. # Status for either invoke dialog or submit dialog requests. This will be used to display a status and message to user if needed. For example in case of an error or success.
@@ -3018,7 +3018,7 @@
],
"argumentText": "A String", # Plain-text body of the message with all bot mentions stripped out.
"attachment": [ # User uploaded attachment.
- { # An attachment in Hangouts Chat.
+ { # An attachment in Google Chat.
"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.
},
@@ -3193,9 +3193,9 @@
],
},
],
- "createTime": "A String", # Output only. The time at which the message was created in Hangouts Chat server.
+ "createTime": "A String", # Output only. The time at which the message was created in Google Chat server.
"fallbackText": "A String", # A plain-text description of the message's cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
- "lastUpdateTime": "A String", # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
+ "lastUpdateTime": "A String", # 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.
"name": "A String",
"previewText": "A String", # 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.
"sender": { # A user in Google Chat. # The user who created the message.
@@ -3208,15 +3208,15 @@
"slashCommand": { # A Slash Command in Chat. # Slash command information, if applicable.
"commandId": "A String", # The id of the slash command invoked.
},
- "space": { # A room or DM in Hangouts Chat. # The space the message belongs to.
- "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.
+ "space": { # 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.
+ "displayName": "A String", # Output only. 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.
"name": "A String", # Resource name of the space, in the form "spaces/*". Example: spaces/AAAAMpdlehYs
"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.
},
"text": "A String", # Plain-text body of the message.
- "thread": { # A thread in Hangouts Chat. # The thread the message belongs to.
+ "thread": { # A thread in Google Chat. # The thread the message belongs to.
"name": "A String", # Resource name, in the form "spaces/*/threads/*". Example: spaces/AAAAMpdlehY/threads/UMxbHmzDlr4
},
}
@@ -3230,7 +3230,7 @@
Returns:
An object of the form:
- { # A message in Hangouts Chat.
+ { # A message in Google Chat.
"actionResponse": { # Parameters that a bot can use to configure how it's response is posted. # Input only. Parameters that a bot can use to configure how its response is posted.
"dialogAction": { # Contains dialog if present as well as the ActionStatus for the request sent from user. # This response is for Dialog related events and must be accompanied by ResponseType.Dialog
"actionStatus": { # ActionStatus represents status of a request from the bot developer's side. In specific, for each request a bot gets, the bot developer will set both fields below in relation to what the response status and message related to status should be. # Status for either invoke dialog or submit dialog requests. This will be used to display a status and message to user if needed. For example in case of an error or success.
@@ -3792,7 +3792,7 @@
],
"argumentText": "A String", # Plain-text body of the message with all bot mentions stripped out.
"attachment": [ # User uploaded attachment.
- { # An attachment in Hangouts Chat.
+ { # An attachment in Google Chat.
"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.
},
@@ -3967,9 +3967,9 @@
],
},
],
- "createTime": "A String", # Output only. The time at which the message was created in Hangouts Chat server.
+ "createTime": "A String", # Output only. The time at which the message was created in Google Chat server.
"fallbackText": "A String", # A plain-text description of the message's cards, used when the actual cards cannot be displayed (e.g. mobile notifications).
- "lastUpdateTime": "A String", # Output only. The time at which the message was last updated in Hangouts Chat server. If the message was never updated, this field will be same as create_time.
+ "lastUpdateTime": "A String", # 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.
"name": "A String",
"previewText": "A String", # 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.
"sender": { # A user in Google Chat. # The user who created the message.
@@ -3982,15 +3982,15 @@
"slashCommand": { # A Slash Command in Chat. # Slash command information, if applicable.
"commandId": "A String", # The id of the slash command invoked.
},
- "space": { # A room or DM in Hangouts Chat. # The space the message belongs to.
- "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.
+ "space": { # 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.
+ "displayName": "A String", # Output only. 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.
"name": "A String", # Resource name of the space, in the form "spaces/*". Example: spaces/AAAAMpdlehYs
"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.
},
"text": "A String", # Plain-text body of the message.
- "thread": { # A thread in Hangouts Chat. # The thread the message belongs to.
+ "thread": { # A thread in Google Chat. # The thread the message belongs to.
"name": "A String", # Resource name, in the form "spaces/*/threads/*". Example: spaces/AAAAMpdlehY/threads/UMxbHmzDlr4
},
}</pre>