Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-chat_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-chat_v1

### v0.133.0 (2025-09-28)

* Regenerated from discovery document revision 20250923

### v0.132.0 (2025-09-21)

* Regenerated from discovery document revision 20250916
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module ChatV1
# Version of the google-apis-chat_v1 gem
GEM_VERSION = "0.132.0"
GEM_VERSION = "0.133.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20250916"
REVISION = "20250923"
end
end
end
66 changes: 41 additions & 25 deletions generated/google-apis-chat_v1/lib/google/apis/chat_v1/service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1917,19 +1917,27 @@ def list_space_message_reactions(parent, filter: nil, page_size: nil, page_token
# message but the message was later updated, the server returns the updated `
# Message` resource in the event payload. Note: The `permissionSettings` field
# is not returned in the Space object of the Space event data for this request.
# Requires [user authentication](https://developers.google.com/workspace/chat/
# authenticate-authorize-chat-user) with an [authorization scope](https://
# Supports the following types of [authentication](https://developers.google.com/
# workspace/chat/authenticate-authorize) with an [authorization scope](https://
# developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes)
# appropriate for reading the requested data: - `https://www.googleapis.com/auth/
# chat.spaces.readonly` - `https://www.googleapis.com/auth/chat.spaces` - `https:
# //www.googleapis.com/auth/chat.messages.readonly` - `https://www.googleapis.
# com/auth/chat.messages` - `https://www.googleapis.com/auth/chat.messages.
# reactions.readonly` - `https://www.googleapis.com/auth/chat.messages.reactions`
# - `https://www.googleapis.com/auth/chat.memberships.readonly` - `https://www.
# googleapis.com/auth/chat.memberships` To get an event, the authenticated user
# must be a member of the space. For an example, see [Get details about an event
# from a Google Chat space](https://developers.google.com/workspace/chat/get-
# space-event).
# appropriate for reading the requested data: - [App authentication](https://
# developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [
# administrator approval](https://support.google.com/a?p=chat-app-auth) in [
# Developer Preview](https://developers.google.com/workspace/preview) with one
# of the following authorization scopes: - `https://www.googleapis.com/auth/chat.
# app.spaces` - `https://www.googleapis.com/auth/chat.app.messages.readonly` - `
# https://www.googleapis.com/auth/chat.app.memberships` - [User authentication](
# https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
# with one of the following authorization scopes: - `https://www.googleapis.com/
# auth/chat.spaces.readonly` - `https://www.googleapis.com/auth/chat.spaces` - `
# https://www.googleapis.com/auth/chat.messages.readonly` - `https://www.
# googleapis.com/auth/chat.messages` - `https://www.googleapis.com/auth/chat.
# messages.reactions.readonly` - `https://www.googleapis.com/auth/chat.messages.
# reactions` - `https://www.googleapis.com/auth/chat.memberships.readonly` - `
# https://www.googleapis.com/auth/chat.memberships` To get an event, the
# authenticated caller must be a member of the space. For an example, see [Get
# details about an event from a Google Chat space](https://developers.google.com/
# workspace/chat/get-space-event).
# @param [String] name
# Required. The resource name of the space event. Format: `spaces/`space`/
# spaceEvents/`spaceEvent``
Expand Down Expand Up @@ -1966,19 +1974,27 @@ def get_space_space_event(name, fields: nil, quota_user: nil, options: nil, &blo
# resource. For example, if you list events about new space members, the server
# returns `Membership` resources that contain the latest membership details. If
# new members were removed during the requested period, the event payload
# contains an empty `Membership` resource. Requires [user authentication](https:/
# /developers.google.com/workspace/chat/authenticate-authorize-chat-user) with
# an [authorization scope](https://developers.google.com/workspace/chat/
# authenticate-authorize#chat-api-scopes) appropriate for reading the requested
# data: - `https://www.googleapis.com/auth/chat.spaces.readonly` - `https://www.
# googleapis.com/auth/chat.spaces` - `https://www.googleapis.com/auth/chat.
# messages.readonly` - `https://www.googleapis.com/auth/chat.messages` - `https:/
# /www.googleapis.com/auth/chat.messages.reactions.readonly` - `https://www.
# googleapis.com/auth/chat.messages.reactions` - `https://www.googleapis.com/
# auth/chat.memberships.readonly` - `https://www.googleapis.com/auth/chat.
# memberships` To list events, the authenticated user must be a member of the
# space. For an example, see [List events from a Google Chat space](https://
# developers.google.com/workspace/chat/list-space-events).
# contains an empty `Membership` resource. Supports the following types of [
# authentication](https://developers.google.com/workspace/chat/authenticate-
# authorize) with an [authorization scope](https://developers.google.com/
# workspace/chat/authenticate-authorize#chat-api-scopes) appropriate for reading
# the requested data: - [App authentication](https://developers.google.com/
# workspace/chat/authenticate-authorize-chat-app) with [administrator approval](
# https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://
# developers.google.com/workspace/preview) with one of the following
# authorization scopes: - `https://www.googleapis.com/auth/chat.app.spaces` - `
# https://www.googleapis.com/auth/chat.app.messages.readonly` - `https://www.
# googleapis.com/auth/chat.app.memberships` - [User authentication](https://
# developers.google.com/workspace/chat/authenticate-authorize-chat-user) with
# one of the following authorization scopes: - `https://www.googleapis.com/auth/
# chat.spaces.readonly` - `https://www.googleapis.com/auth/chat.spaces` - `https:
# //www.googleapis.com/auth/chat.messages.readonly` - `https://www.googleapis.
# com/auth/chat.messages` - `https://www.googleapis.com/auth/chat.messages.
# reactions.readonly` - `https://www.googleapis.com/auth/chat.messages.reactions`
# - `https://www.googleapis.com/auth/chat.memberships.readonly` - `https://www.
# googleapis.com/auth/chat.memberships` To list events, the authenticated caller
# must be a member of the space. For an example, see [List events from a Google
# Chat space](https://developers.google.com/workspace/chat/list-space-events).
# @param [String] parent
# Required. Resource name of the [Google Chat space](https://developers.google.
# com/workspace/chat/api/reference/rest/v1/spaces) where the events occurred.
Expand Down
Loading