Skip to content

Commit 9f3493f

Browse files
feat: Automated regeneration of chat v1 client (#25374)
Auto-created at 2026-01-18 09:37:22 +0000 using the toys pull request generator.
1 parent 61816ea commit 9f3493f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

generated/google-apis-chat_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-chat_v1
22

3+
### v0.141.0 (2026-01-18)
4+
5+
* Regenerated from discovery document revision 20260108
6+
37
### v0.140.0 (2025-12-14)
48

59
* Regenerated from discovery document revision 20251207

generated/google-apis-chat_v1/lib/google/apis/chat_v1/classes.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2381,8 +2381,8 @@ def update!(**args)
23812381
end
23822382

23832383
# A configuration object that helps configure the data sources for a widget.
2384-
# Available for Google Workspace add-ons that extend Google Workspace Studio.
2385-
# Unavailable for Google Chat apps.
2384+
# Available for Google Chat apps and Google Workspace add-ons that extend Google
2385+
# Workspace Studio.
23862386
class GoogleAppsCardV1DataSourceConfig
23872387
include Google::Apis::Core::Hashable
23882388

@@ -3465,7 +3465,7 @@ class GoogleAppsCardV1SelectionInput
34653465
# multi_select_max_selected_items` field, `multi_select_min_query_length` field,
34663466
# `external_data_source` field and `platform_data_source` field are ignored.
34673467
# Available for Google Workspace add-ons that extend Google Workspace Studio.
3468-
# Available for the `Dropdown widget` widget in Google Chat apps as part of the [
3468+
# Available for the `Dropdown widget` in Google Chat apps as part of the [
34693469
# Developer Preview Program](https://developers.google.com/workspace/preview).
34703470
# For the `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is
34713471
# supported. If multiple `DataSourceConfig`s are set, only the first one is used.

generated/google-apis-chat_v1/lib/google/apis/chat_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ChatV1
1818
# Version of the google-apis-chat_v1 gem
19-
GEM_VERSION = "0.140.0"
19+
GEM_VERSION = "0.141.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251207"
25+
REVISION = "20260108"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)