Skip to content

Commit 4aa50f5

Browse files
Regenerate tasks client (googleapis#6532)
Co-authored-by: Brent Shaffer <betterbrent@google.com>
1 parent 6cf13fe commit 4aa50f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Tasks/Resource/Tasks.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ public function insert($tasklist, Task $postBody, $optParams = [])
105105
return $this->call('insert', [$params], Task::class);
106106
}
107107
/**
108-
* Returns all tasks in the specified task list. Does not return assigned tasks
109-
* be default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden
108+
* Returns all tasks in the specified task list. Doesn't return assigned tasks
109+
* by default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden
110110
* tasks per list and up to 100,000 tasks in total at a time. (tasks.listTasks)
111111
*
112112
* @param string $tasklist Task list identifier.
@@ -167,9 +167,9 @@ public function listTasks($tasklist, $optParams = [])
167167
* @opt_param string parent Optional. New parent task identifier. If the task is
168168
* moved to the top level, this parameter is omitted. The task set as parent
169169
* must exist in the task list and can not be hidden. Exceptions: 1. Assigned
170-
* tasks can not be set as parent task (have subtasks) or be moved under a
171-
* parent task (become subtasks). 2. Tasks that are both completed and hidden
172-
* cannot be nested, so the parent field must be empty.
170+
* and repeating tasks cannot be set as parent tasks (have subtasks), or be
171+
* moved under a parent task (become subtasks). 2. Tasks that are both completed
172+
* and hidden cannot be nested, so the parent field must be empty.
173173
* @opt_param string previous Optional. New previous sibling task identifier. If
174174
* the task is moved to the first position among its siblings, this parameter is
175175
* omitted. The task set as previous must exist in the task list and can not be

0 commit comments

Comments
 (0)