@@ -1917,19 +1917,27 @@ def list_space_message_reactions(parent, filter: nil, page_size: nil, page_token
19171917 # message but the message was later updated, the server returns the updated `
19181918 # Message` resource in the event payload. Note: The `permissionSettings` field
19191919 # is not returned in the Space object of the Space event data for this request.
1920- # Requires [user authentication](https://developers.google.com/workspace/chat /
1921- # authenticate-authorize-chat-user ) with an [authorization scope](https://
1920+ # Supports the following types of [ authentication](https://developers.google.com/
1921+ # workspace/chat/ authenticate-authorize) with an [authorization scope](https://
19221922 # developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes)
1923- # appropriate for reading the requested data: - `https://www.googleapis.com/auth/
1924- # chat.spaces.readonly` - `https://www.googleapis.com/auth/chat.spaces` - `https:
1925- # //www.googleapis.com/auth/chat.messages.readonly` - `https://www.googleapis.
1926- # com/auth/chat.messages` - `https://www.googleapis.com/auth/chat.messages.
1927- # reactions.readonly` - `https://www.googleapis.com/auth/chat.messages.reactions`
1928- # - `https://www.googleapis.com/auth/chat.memberships.readonly` - `https://www.
1929- # googleapis.com/auth/chat.memberships` To get an event, the authenticated user
1930- # must be a member of the space. For an example, see [Get details about an event
1931- # from a Google Chat space](https://developers.google.com/workspace/chat/get-
1932- # space-event).
1923+ # appropriate for reading the requested data: - [App authentication](https://
1924+ # developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [
1925+ # administrator approval](https://support.google.com/a?p=chat-app-auth) in [
1926+ # Developer Preview](https://developers.google.com/workspace/preview) with one
1927+ # of the following authorization scopes: - `https://www.googleapis.com/auth/chat.
1928+ # app.spaces` - `https://www.googleapis.com/auth/chat.app.messages.readonly` - `
1929+ # https://www.googleapis.com/auth/chat.app.memberships` - [User authentication](
1930+ # https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
1931+ # with one of the following authorization scopes: - `https://www.googleapis.com/
1932+ # auth/chat.spaces.readonly` - `https://www.googleapis.com/auth/chat.spaces` - `
1933+ # https://www.googleapis.com/auth/chat.messages.readonly` - `https://www.
1934+ # googleapis.com/auth/chat.messages` - `https://www.googleapis.com/auth/chat.
1935+ # messages.reactions.readonly` - `https://www.googleapis.com/auth/chat.messages.
1936+ # reactions` - `https://www.googleapis.com/auth/chat.memberships.readonly` - `
1937+ # https://www.googleapis.com/auth/chat.memberships` To get an event, the
1938+ # authenticated caller must be a member of the space. For an example, see [Get
1939+ # details about an event from a Google Chat space](https://developers.google.com/
1940+ # workspace/chat/get-space-event).
19331941 # @param [String] name
19341942 # Required. The resource name of the space event. Format: `spaces/`space`/
19351943 # spaceEvents/`spaceEvent``
@@ -1966,19 +1974,27 @@ def get_space_space_event(name, fields: nil, quota_user: nil, options: nil, &blo
19661974 # resource. For example, if you list events about new space members, the server
19671975 # returns `Membership` resources that contain the latest membership details. If
19681976 # new members were removed during the requested period, the event payload
1969- # contains an empty `Membership` resource. Requires [user authentication](https:/
1970- # /developers.google.com/workspace/chat/authenticate-authorize-chat-user) with
1971- # an [authorization scope](https://developers.google.com/workspace/chat/
1972- # authenticate-authorize#chat-api-scopes) appropriate for reading the requested
1973- # data: - `https://www.googleapis.com/auth/chat.spaces.readonly` - `https://www.
1974- # googleapis.com/auth/chat.spaces` - `https://www.googleapis.com/auth/chat.
1975- # messages.readonly` - `https://www.googleapis.com/auth/chat.messages` - `https:/
1976- # /www.googleapis.com/auth/chat.messages.reactions.readonly` - `https://www.
1977- # googleapis.com/auth/chat.messages.reactions` - `https://www.googleapis.com/
1978- # auth/chat.memberships.readonly` - `https://www.googleapis.com/auth/chat.
1979- # memberships` To list events, the authenticated user must be a member of the
1980- # space. For an example, see [List events from a Google Chat space](https://
1981- # developers.google.com/workspace/chat/list-space-events).
1977+ # contains an empty `Membership` resource. Supports the following types of [
1978+ # authentication](https://developers.google.com/workspace/chat/authenticate-
1979+ # authorize) with an [authorization scope](https://developers.google.com/
1980+ # workspace/chat/authenticate-authorize#chat-api-scopes) appropriate for reading
1981+ # the requested data: - [App authentication](https://developers.google.com/
1982+ # workspace/chat/authenticate-authorize-chat-app) with [administrator approval](
1983+ # https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://
1984+ # developers.google.com/workspace/preview) with one of the following
1985+ # authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces` - `
1986+ # https://www.googleapis.com/auth/chat.app.messages.readonly` - `https://www.
1987+ # googleapis.com/auth/chat.app.memberships` - [User authentication](https://
1988+ # developers.google.com/workspace/chat/authenticate-authorize-chat-user) with
1989+ # one of the following authorization scopes: - `https://www.googleapis.com/auth/
1990+ # chat.spaces.readonly` - `https://www.googleapis.com/auth/chat.spaces` - `https:
1991+ # //www.googleapis.com/auth/chat.messages.readonly` - `https://www.googleapis.
1992+ # com/auth/chat.messages` - `https://www.googleapis.com/auth/chat.messages.
1993+ # reactions.readonly` - `https://www.googleapis.com/auth/chat.messages.reactions`
1994+ # - `https://www.googleapis.com/auth/chat.memberships.readonly` - `https://www.
1995+ # googleapis.com/auth/chat.memberships` To list events, the authenticated caller
1996+ # must be a member of the space. For an example, see [List events from a Google
1997+ # Chat space](https://developers.google.com/workspace/chat/list-space-events).
19821998 # @param [String] parent
19831999 # Required. Resource name of the [Google Chat space](https://developers.google.
19842000 # com/workspace/chat/api/reference/rest/v1/spaces) where the events occurred.
0 commit comments