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
5 changes: 5 additions & 0 deletions generated/google-apis-tasks_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-tasks_v1

### v0.31.0 (2025-11-09)

* Regenerated from discovery document revision 20251102
* Regenerated using generator version 0.18.0

### v0.30.0 (2025-05-21)

* Regenerated from discovery document revision 20250518
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,12 @@ class Task
attr_accessor :deleted
alias_method :deleted?, :deleted

# Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
# records date information; the time portion of the timestamp is discarded when
# setting the due date. It isn't possible to read or write the time that a task
# is due via the API.
# Scheduled date for the task (as an RFC 3339 timestamp). Optional. This
# represents the day that the task should be done, or that the task is visible
# on the calendar grid. It doesn't represent the deadline of the task. Only date
# information is recorded; the time portion of the timestamp is discarded when
# setting this field. It isn't possible to read or write the time that a task is
# scheduled for using the API.
# Corresponds to the JSON property `due`
# @return [String]
attr_accessor :due
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module TasksV1
# Version of the google-apis-tasks_v1 gem
GEM_VERSION = "0.30.0"
GEM_VERSION = "0.31.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250518"
REVISION = "20251102"
end
end
end