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.137.0 (2025-11-02)

* Regenerated from discovery document revision 20251029

### v0.136.0 (2025-10-26)

* Regenerated from discovery document revision 20251016
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2464,14 +2464,14 @@ class GoogleAppsCardV1DateTimePicker
# @return [String]
attr_accessor :type

# Optional. The default value displayed in the widget, in milliseconds since [
# Unix epoch time](https://en.wikipedia.org/wiki/Unix_time). Specify the value
# based on the type of picker (`DateTimePickerType`): * `DATE_AND_TIME`: a
# calendar date and time in UTC. For example, to represent January 1, 2023 at 12:
# 00 PM UTC, use `1672574400000`. * `DATE_ONLY`: a calendar date at 00:00:00 UTC.
# For example, to represent January 1, 2023, use `1672531200000`. * `TIME_ONLY`:
# a time in UTC. For example, to represent 12:00 PM, use `43200000` (or `12 *
# 60 * 60 * 1000`).
# The default value displayed in the widget, in milliseconds since [Unix epoch
# time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the
# type of picker (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and
# time in UTC. For example, to represent January 1, 2023 at 12:00 PM UTC, use `
# 1672574400000`. * `DATE_ONLY`: a calendar date at 00:00:00 UTC. For example,
# to represent January 1, 2023, use `1672531200000`. * `TIME_ONLY`: a time in
# UTC. For example, to represent 12:00 PM, use `43200000` (or `12 * 60 * 60 *
# 1000`).
# Corresponds to the JSON property `valueMsEpoch`
# @return [Fixnum]
attr_accessor :value_ms_epoch
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.136.0"
GEM_VERSION = "0.137.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 = "20251016"
REVISION = "20251029"
end
end
end