Skip to content

Commit 18de338

Browse files
feat: Automated regeneration of tasks v1 client (googleapis#23201)
Auto-created at 2025-05-21 20:58:40 +0000 using the toys pull request generator.
1 parent dca7a87 commit 18de338

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

generated/google-apis-tasks_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-tasks_v1
22

3+
### v0.30.0 (2025-05-21)
4+
5+
* Regenerated from discovery document revision 20250518
6+
37
### v0.29.0 (2025-05-04)
48

59
* Regenerated using generator version 0.17.0

generated/google-apis-tasks_v1/lib/google/apis/tasks_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 TasksV1
1818
# Version of the google-apis-tasks_v1 gem
19-
GEM_VERSION = "0.29.0"
19+
GEM_VERSION = "0.30.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.17.0"
2323

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,10 @@ def list_tasks(tasklist, completed_max: nil, completed_min: nil, due_max: nil, d
479479
# @param [String] parent
480480
# Optional. New parent task identifier. If the task is moved to the top level,
481481
# this parameter is omitted. The task set as parent must exist in the task list
482-
# and can not be hidden. Exceptions: 1. Assigned tasks can not be set as parent
483-
# task (have subtasks) or be moved under a parent task (become subtasks). 2.
484-
# Tasks that are both completed and hidden cannot be nested, so the parent field
485-
# must be empty.
482+
# and can not be hidden. Exceptions: 1. Assigned and repeating tasks cannot be
483+
# set as parent tasks (have subtasks), or be moved under a parent task (become
484+
# subtasks). 2. Tasks that are both completed and hidden cannot be nested, so
485+
# the parent field must be empty.
486486
# @param [String] previous
487487
# Optional. New previous sibling task identifier. If the task is moved to the
488488
# first position among its siblings, this parameter is omitted. The task set as

0 commit comments

Comments
 (0)