chore: Update discovery artifacts (#1269)
* chore(accessapproval): update the api
* chore(accesscontextmanager): update the api
* chore(apigateway): update the api
* chore(area120tables): update the api
* chore(bigquerydatatransfer): update the api
* chore(billingbudgets): update the api
* chore(calendar): update the api
* chore(chat): update the api
* chore(cloudbilling): update the api
* chore(cloudfunctions): update the api
* chore(cloudkms): update the api
* chore(cloudprofiler): update the api
* chore(cloudscheduler): update the api
* chore(cloudshell): update the api
* chore(cloudtasks): update the api
* chore(composer): update the api
* chore(datalabeling): update the api
* chore(datamigration): update the api
* chore(deploymentmanager): update the api
* chore(dlp): update the api
* chore(doubleclickbidmanager): update the api
* chore(drive): update the api
* chore(driveactivity): update the api
* chore(eventarc): update the api
* chore(fcm): update the api
* chore(firebaseml): update the api
* chore(firestore): update the api
* chore(gameservices): update the api
* chore(genomics): update the api
* chore(groupsmigration): update the api
* chore(iam): update the api
* chore(language): update the api
* chore(libraryagent): update the api
* chore(lifesciences): update the api
* chore(logging): update the api
* chore(monitoring): update the api
* chore(policytroubleshooter): update the api
* chore(recommendationengine): update the api
* chore(recommender): update the api
* chore(redis): update the api
* chore(runtimeconfig): update the api
* chore(script): update the api
* chore(serviceconsumermanagement): update the api
* chore(servicedirectory): update the api
* chore(servicenetworking): update the api
* chore(serviceusage): update the api
* chore(sheets): update the api
* chore(texttospeech): update the api
* chore(toolresults): update the api
* chore(transcoder): update the api
* chore(translate): update the api
* chore(vision): update the api
* chore(workflows): update the api
Co-authored-by: Yoshi Automation <yoshi-automation@google.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
diff --git a/docs/dyn/chat_v1.spaces.messages.html b/docs/dyn/chat_v1.spaces.messages.html
index 82bde62..bd701f5 100644
--- a/docs/dyn/chat_v1.spaces.messages.html
+++ b/docs/dyn/chat_v1.spaces.messages.html
@@ -118,10 +118,10 @@
{ # Annotations associated with the plain-text body of the message. Example plain-text message body: ``` Hello @FooBot how are you!" ``` The corresponding annotations metadata: ``` "annotations":[{ "type":"USER_MENTION", "startIndex":6, "length":7, "userMention": { "user": { "name":"users/107946847022116401880", "displayName":"FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" }, "type":"MENTION" } }] ```
"length": 42, # Length of the substring in the plain-text message body this annotation corresponds to.
"slashCommand": { # Annotation metadata for slash commands (/). # The metadata for a slash command.
- "bot": { # A user in Hangouts Chat. # The bot whose command was invoked.
+ "bot": { # A user in Google Chat. # The bot whose command was invoked.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
@@ -134,10 +134,10 @@
"type": "A String", # The type of this annotation.
"userMention": { # Annotation metadata for user mentions (@). # The metadata of user mention.
"type": "A String", # The type of user mention.
- "user": { # A user in Hangouts Chat. # The user mentioned.
+ "user": { # A user in Google Chat. # The user mentioned.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
@@ -323,16 +323,16 @@
],
"createTime": "A String", # Output only. The time at which the message was created in Hangouts 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).
- "name": "A String", # Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4
+ "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 Hangouts Chat. # The user who created the message.
+ "sender": { # A user in Google Chat. # The user who created the message.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
- "slashCommand": { # A Slash Command in Hangouts Chat. # Slash command information, if applicable.
+ "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.
@@ -366,10 +366,10 @@
{ # Annotations associated with the plain-text body of the message. Example plain-text message body: ``` Hello @FooBot how are you!" ``` The corresponding annotations metadata: ``` "annotations":[{ "type":"USER_MENTION", "startIndex":6, "length":7, "userMention": { "user": { "name":"users/107946847022116401880", "displayName":"FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" }, "type":"MENTION" } }] ```
"length": 42, # Length of the substring in the plain-text message body this annotation corresponds to.
"slashCommand": { # Annotation metadata for slash commands (/). # The metadata for a slash command.
- "bot": { # A user in Hangouts Chat. # The bot whose command was invoked.
+ "bot": { # A user in Google Chat. # The bot whose command was invoked.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
@@ -382,10 +382,10 @@
"type": "A String", # The type of this annotation.
"userMention": { # Annotation metadata for user mentions (@). # The metadata of user mention.
"type": "A String", # The type of user mention.
- "user": { # A user in Hangouts Chat. # The user mentioned.
+ "user": { # A user in Google Chat. # The user mentioned.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
@@ -571,16 +571,16 @@
],
"createTime": "A String", # Output only. The time at which the message was created in Hangouts 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).
- "name": "A String", # Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4
+ "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 Hangouts Chat. # The user who created the message.
+ "sender": { # A user in Google Chat. # The user who created the message.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
- "slashCommand": { # A Slash Command in Hangouts Chat. # Slash command information, if applicable.
+ "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.
@@ -638,10 +638,10 @@
{ # Annotations associated with the plain-text body of the message. Example plain-text message body: ``` Hello @FooBot how are you!" ``` The corresponding annotations metadata: ``` "annotations":[{ "type":"USER_MENTION", "startIndex":6, "length":7, "userMention": { "user": { "name":"users/107946847022116401880", "displayName":"FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" }, "type":"MENTION" } }] ```
"length": 42, # Length of the substring in the plain-text message body this annotation corresponds to.
"slashCommand": { # Annotation metadata for slash commands (/). # The metadata for a slash command.
- "bot": { # A user in Hangouts Chat. # The bot whose command was invoked.
+ "bot": { # A user in Google Chat. # The bot whose command was invoked.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
@@ -654,10 +654,10 @@
"type": "A String", # The type of this annotation.
"userMention": { # Annotation metadata for user mentions (@). # The metadata of user mention.
"type": "A String", # The type of user mention.
- "user": { # A user in Hangouts Chat. # The user mentioned.
+ "user": { # A user in Google Chat. # The user mentioned.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
@@ -843,16 +843,16 @@
],
"createTime": "A String", # Output only. The time at which the message was created in Hangouts 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).
- "name": "A String", # Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4
+ "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 Hangouts Chat. # The user who created the message.
+ "sender": { # A user in Google Chat. # The user who created the message.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
- "slashCommand": { # A Slash Command in Hangouts Chat. # Slash command information, if applicable.
+ "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.
@@ -874,7 +874,7 @@
<pre>Updates a message.
Args:
- name: string, Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4 (required)
+ name: string, A parameter (required)
body: object, The request body.
The object takes the form of:
@@ -887,10 +887,10 @@
{ # Annotations associated with the plain-text body of the message. Example plain-text message body: ``` Hello @FooBot how are you!" ``` The corresponding annotations metadata: ``` "annotations":[{ "type":"USER_MENTION", "startIndex":6, "length":7, "userMention": { "user": { "name":"users/107946847022116401880", "displayName":"FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" }, "type":"MENTION" } }] ```
"length": 42, # Length of the substring in the plain-text message body this annotation corresponds to.
"slashCommand": { # Annotation metadata for slash commands (/). # The metadata for a slash command.
- "bot": { # A user in Hangouts Chat. # The bot whose command was invoked.
+ "bot": { # A user in Google Chat. # The bot whose command was invoked.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
@@ -903,10 +903,10 @@
"type": "A String", # The type of this annotation.
"userMention": { # Annotation metadata for user mentions (@). # The metadata of user mention.
"type": "A String", # The type of user mention.
- "user": { # A user in Hangouts Chat. # The user mentioned.
+ "user": { # A user in Google Chat. # The user mentioned.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
@@ -1092,16 +1092,16 @@
],
"createTime": "A String", # Output only. The time at which the message was created in Hangouts 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).
- "name": "A String", # Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4
+ "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 Hangouts Chat. # The user who created the message.
+ "sender": { # A user in Google Chat. # The user who created the message.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
- "slashCommand": { # A Slash Command in Hangouts Chat. # Slash command information, if applicable.
+ "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.
@@ -1135,10 +1135,10 @@
{ # Annotations associated with the plain-text body of the message. Example plain-text message body: ``` Hello @FooBot how are you!" ``` The corresponding annotations metadata: ``` "annotations":[{ "type":"USER_MENTION", "startIndex":6, "length":7, "userMention": { "user": { "name":"users/107946847022116401880", "displayName":"FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" }, "type":"MENTION" } }] ```
"length": 42, # Length of the substring in the plain-text message body this annotation corresponds to.
"slashCommand": { # Annotation metadata for slash commands (/). # The metadata for a slash command.
- "bot": { # A user in Hangouts Chat. # The bot whose command was invoked.
+ "bot": { # A user in Google Chat. # The bot whose command was invoked.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
@@ -1151,10 +1151,10 @@
"type": "A String", # The type of this annotation.
"userMention": { # Annotation metadata for user mentions (@). # The metadata of user mention.
"type": "A String", # The type of user mention.
- "user": { # A user in Hangouts Chat. # The user mentioned.
+ "user": { # A user in Google Chat. # The user mentioned.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
@@ -1340,16 +1340,16 @@
],
"createTime": "A String", # Output only. The time at which the message was created in Hangouts 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).
- "name": "A String", # Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/messages/UMxbHmzDlr4.UMxbHmzDlr4
+ "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 Hangouts Chat. # The user who created the message.
+ "sender": { # A user in Google Chat. # The user who created the message.
"displayName": "A String", # The user's display name.
"domainId": "A String", # Obfuscated domain information.
- "isAnonymous": True or False, # True when the user is deleted or the user's proifle is not visible.
+ "isAnonymous": True or False, # True when the user is deleted or the user's profile is not visible.
"name": "A String", # Resource name, in the format "users/*".
"type": "A String", # User type.
},
- "slashCommand": { # A Slash Command in Hangouts Chat. # Slash command information, if applicable.
+ "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.