Skip to content

Commit 0885600

Browse files
feat: Automated regeneration of chat v1 client (#24803)
Auto-created at 2025-11-02 09:45:50 +0000 using the toys pull request generator.
1 parent d64c404 commit 0885600

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
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.137.0 (2025-11-02)
4+
5+
* Regenerated from discovery document revision 20251029
6+
37
### v0.136.0 (2025-10-26)
48

59
* Regenerated from discovery document revision 20251016

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2464,14 +2464,14 @@ class GoogleAppsCardV1DateTimePicker
24642464
# @return [String]
24652465
attr_accessor :type
24662466

2467-
# Optional. The default value displayed in the widget, in milliseconds since [
2468-
# Unix epoch time](https://en.wikipedia.org/wiki/Unix_time). Specify the value
2469-
# based on the type of picker (`DateTimePickerType`): * `DATE_AND_TIME`: a
2470-
# calendar date and time in UTC. For example, to represent January 1, 2023 at 12:
2471-
# 00 PM UTC, use `1672574400000`. * `DATE_ONLY`: a calendar date at 00:00:00 UTC.
2472-
# For example, to represent January 1, 2023, use `1672531200000`. * `TIME_ONLY`:
2473-
# a time in UTC. For example, to represent 12:00 PM, use `43200000` (or `12 *
2474-
# 60 * 60 * 1000`).
2467+
# The default value displayed in the widget, in milliseconds since [Unix epoch
2468+
# time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the
2469+
# type of picker (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and
2470+
# time in UTC. For example, to represent January 1, 2023 at 12:00 PM UTC, use `
2471+
# 1672574400000`. * `DATE_ONLY`: a calendar date at 00:00:00 UTC. For example,
2472+
# to represent January 1, 2023, use `1672531200000`. * `TIME_ONLY`: a time in
2473+
# UTC. For example, to represent 12:00 PM, use `43200000` (or `12 * 60 * 60 *
2474+
# 1000`).
24752475
# Corresponds to the JSON property `valueMsEpoch`
24762476
# @return [Fixnum]
24772477
attr_accessor :value_ms_epoch

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.136.0"
19+
GEM_VERSION = "0.137.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 = "20251016"
25+
REVISION = "20251029"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)