@@ -1443,13 +1443,20 @@ def delete_space_message(name, force: nil, fields: nil, quota_user: nil, options
14431443 # message](https://developers.google.com/workspace/chat/get-messages). Supports
14441444 # the following types of [authentication](https://developers.google.com/
14451445 # workspace/chat/authenticate-authorize): - [App authentication](https://
1446- # developers.google.com/workspace/chat/authenticate-authorize-chat-app) with the
1447- # authorization scope: - `https://www.googleapis.com/auth/chat.bot` - [User
1448- # authentication](https://developers.google.com/workspace/chat/authenticate-
1449- # authorize-chat-user) with one of the following authorization scopes: - `https:/
1450- # /www.googleapis.com/auth/chat.messages.readonly` - `https://www.googleapis.com/
1451- # auth/chat.messages` Note: Might return a message from a blocked member or
1452- # space.
1446+ # developers.google.com/workspace/chat/authenticate-authorize-chat-app) with one
1447+ # of the following authorization scopes: - `https://www.googleapis.com/auth/chat.
1448+ # bot`: When using this authorization scope, this method returns details about a
1449+ # message the Chat app has access to, like direct messages and [slash commands](
1450+ # https://developers.google.com/workspace/chat/slash-commands) that invoke the
1451+ # Chat app. - `https://www.googleapis.com/auth/chat.app.messages.readonly` with [
1452+ # administrator approval](https://support.google.com/a?p=chat-app-auth) (
1453+ # available in [Developer Preview](https://developers.google.com/workspace/
1454+ # preview)). When using this authentication scope, this method returns details
1455+ # about a public message in a space. - [User authentication](https://developers.
1456+ # google.com/workspace/chat/authenticate-authorize-chat-user) with one of the
1457+ # following authorization scopes: - `https://www.googleapis.com/auth/chat.
1458+ # messages.readonly` - `https://www.googleapis.com/auth/chat.messages` Note:
1459+ # Might return a message from a blocked member or space.
14531460 # @param [String] name
14541461 # Required. Resource name of the message. Format: `spaces/`space`/messages/`
14551462 # message`` If you've set a custom ID for your message, you can use the value
@@ -1484,16 +1491,24 @@ def get_space_message(name, fields: nil, quota_user: nil, options: nil, &block)
14841491 end
14851492
14861493 # Lists messages in a space that the caller is a member of, including messages
1487- # from blocked members and spaces. If you list messages from a space with no
1494+ # from blocked members and spaces. System messages, like those announcing new
1495+ # space members, aren't included. If you list messages from a space with no
14881496 # messages, the response is an empty object. When using a REST/HTTP interface,
14891497 # the response contains an empty JSON object, ````. For an example, see [List
14901498 # messages](https://developers.google.com/workspace/chat/api/guides/v1/messages/
1491- # list). Requires [user authentication](https://developers.google.com/workspace/
1492- # chat/authenticate-authorize-chat-user) with one of the following [
1493- # authorization scopes](https://developers.google.com/workspace/chat/
1494- # authenticate-authorize#chat-api-scopes): - `https://www.googleapis.com/auth/
1495- # chat.messages.readonly` - `https://www.googleapis.com/auth/chat.messages` - `
1496- # https://www.googleapis.com/auth/chat.import` (import mode spaces only)
1499+ # list). Supports the following types of [authentication](https://developers.
1500+ # google.com/workspace/chat/authenticate-authorize): - [App authentication](
1501+ # https://developers.google.com/workspace/chat/authenticate-authorize-chat-app)
1502+ # with [administrator approval](https://support.google.com/a?p=chat-app-auth) in
1503+ # [Developer Preview](https://developers.google.com/workspace/preview) with the
1504+ # authorization scope: - `https://www.googleapis.com/auth/chat.app.messages.
1505+ # readonly`. When using this authentication scope, this method only returns
1506+ # public messages in a space. It doesn't include private messages. - [User
1507+ # authentication](https://developers.google.com/workspace/chat/authenticate-
1508+ # authorize-chat-user) with one of the following authorization scopes: - `https:/
1509+ # /www.googleapis.com/auth/chat.messages.readonly` - `https://www.googleapis.com/
1510+ # auth/chat.messages` - `https://www.googleapis.com/auth/chat.import` (import
1511+ # mode spaces only)
14971512 # @param [String] parent
14981513 # Required. The resource name of the space to list messages from. Format: `
14991514 # spaces/`space``
@@ -1602,7 +1617,8 @@ def list_space_messages(parent, filter: nil, order_by: nil, page_size: nil, page
16021617 # `attachment` - `cards` (Requires [app authentication](/chat/api/guides/auth/
16031618 # service-accounts).) - `cards_v2` (Requires [app authentication](/chat/api/
16041619 # guides/auth/service-accounts).) - `accessory_widgets` (Requires [app
1605- # authentication](/chat/api/guides/auth/service-accounts).)
1620+ # authentication](/chat/api/guides/auth/service-accounts).) - `
1621+ # quoted_message_metadata` (Only allows removal of the quoted message.)
16061622 # @param [String] fields
16071623 # Selector specifying which fields to include in a partial response.
16081624 # @param [String] quota_user
@@ -1669,7 +1685,8 @@ def patch_space_message(name, message_object = nil, allow_missing: nil, update_m
16691685 # `attachment` - `cards` (Requires [app authentication](/chat/api/guides/auth/
16701686 # service-accounts).) - `cards_v2` (Requires [app authentication](/chat/api/
16711687 # guides/auth/service-accounts).) - `accessory_widgets` (Requires [app
1672- # authentication](/chat/api/guides/auth/service-accounts).)
1688+ # authentication](/chat/api/guides/auth/service-accounts).) - `
1689+ # quoted_message_metadata` (Only allows removal of the quoted message.)
16731690 # @param [String] fields
16741691 # Selector specifying which fields to include in a partial response.
16751692 # @param [String] quota_user
0 commit comments