Skip to content

Commit 2ce8f16

Browse files
feat: Automated regeneration of chat v1 client (#24678)
Auto-created at 2025-10-19 10:12:02 +0000 using the toys pull request generator.
1 parent d564d1d commit 2ce8f16

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
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.135.0 (2025-10-19)
4+
5+
* Regenerated from discovery document revision 20251014
6+
37
### v0.134.0 (2025-10-12)
48

59
* Regenerated from discovery document revision 20251002

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

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

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`).
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`).
24752475
# Corresponds to the JSON property `valueMsEpoch`
24762476
# @return [Fixnum]
24772477
attr_accessor :value_ms_epoch
@@ -5095,9 +5095,10 @@ class Message
50955095
# `. * Custom hyperlinks using the format `<`url`|`rendered_text`>` where the
50965096
# first string is the URL and the second is the rendered text—for example, ``. *
50975097
# Custom emoji using the format `:`emoji_name`:`—for example, `:smile:`. This
5098-
# doesn't apply to Unicode emoji, such as `U+1F600` for a grinning face emoji.
5099-
# For more information, see [View text formatting sent in a message](https://
5100-
# developers.google.com/workspace/chat/format-messages#
5098+
# doesn't apply to Unicode emoji, such as `U+1F600` for a grinning face emoji. *
5099+
# Bullet list items using asterisks (`*`)—for example, `* item`. For more
5100+
# information, see [View text formatting sent in a message](https://developers.
5101+
# google.com/workspace/chat/format-messages#
51015102
# view_text_formatting_sent_in_a_message)
51025103
# Corresponds to the JSON property `formattedText`
51035104
# @return [String]

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.134.0"
19+
GEM_VERSION = "0.135.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 = "20251002"
25+
REVISION = "20251014"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)