Skip to content

Commit be9659b

Browse files
feat: Automated regeneration of tasks v1 client (#24893)
Auto-created at 2025-11-09 09:31:34 +0000 using the toys pull request generator.
1 parent c17b2c9 commit be9659b

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

generated/google-apis-tasks_v1/CHANGELOG.md

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

3+
### v0.31.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251102
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.30.0 (2025-05-21)
49

510
* Regenerated from discovery document revision 20250518

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,12 @@ class Task
135135
attr_accessor :deleted
136136
alias_method :deleted?, :deleted
137137

138-
# Due date of the task (as a RFC 3339 timestamp). Optional. The due date only
139-
# records date information; the time portion of the timestamp is discarded when
140-
# setting the due date. It isn't possible to read or write the time that a task
141-
# is due via the API.
138+
# Scheduled date for the task (as an RFC 3339 timestamp). Optional. This
139+
# represents the day that the task should be done, or that the task is visible
140+
# on the calendar grid. It doesn't represent the deadline of the task. Only date
141+
# information is recorded; the time portion of the timestamp is discarded when
142+
# setting this field. It isn't possible to read or write the time that a task is
143+
# scheduled for using the API.
142144
# Corresponds to the JSON property `due`
143145
# @return [String]
144146
attr_accessor :due

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module TasksV1
1818
# Version of the google-apis-tasks_v1 gem
19-
GEM_VERSION = "0.30.0"
19+
GEM_VERSION = "0.31.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

0 commit comments

Comments
 (0)