Skip to content

Commit 1d8f3fd

Browse files
fix(tasks): update the API
#### tasks:v1 The following keys were changed: - resources.tasks.methods.move.parameters.parent.description
1 parent 53e34e2 commit 1d8f3fd

File tree

3 files changed

+902
-12
lines changed

3 files changed

+902
-12
lines changed

discovery/tasks-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@
475475
"type": "string"
476476
},
477477
"parent": {
478-
"description": "Optional. New parent task identifier. If the task is moved to the top level, this parameter is omitted. The task set as parent must exist in the task list and can not be hidden. Exceptions: 1. Assigned tasks can not be set as parent task (have subtasks) or be moved under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the parent field must be empty.",
478+
"description": "Optional. New parent task identifier. If the task is moved to the top level, this parameter is omitted. The task set as parent must exist in the task list and can not be hidden. Exceptions: 1. Assigned and repeating tasks cannot be set as parent tasks (have subtasks), or be moved under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the parent field must be empty.",
479479
"location": "query",
480480
"type": "string"
481481
},
@@ -576,7 +576,7 @@
576576
}
577577
}
578578
},
579-
"revision": "20250415",
579+
"revision": "20250518",
580580
"rootUrl": "https://tasks.googleapis.com/",
581581
"schemas": {
582582
"AssignmentInfo": {

src/apis/tasks/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44

55
> The Google Tasks API lets you manage your tasks and task lists.
66
7-
## Support status
8-
**Note**: Google provides multiple libraries for this service. This library is in
9-
maintenance mode, and will continue to be made available for users who have
10-
existing applications. If you're building a new application, or modernizing a
11-
legacy application, please use [@google-cloud/tasks](https://www.npmjs.com/package/@google-cloud/tasks) instead.
12-
The [@google-cloud/tasks](https://www.npmjs.com/package/@google-cloud/tasks) library is faster, easier to use, and better maintained.
13-
14-
To learn more, see [Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained).
15-
167
## Installation
178

189
```sh

0 commit comments

Comments
 (0)