Skip to content

Commit 9cc4e66

Browse files
feat: Automated regeneration of Tasks client (googleapis#13082)
Auto-created at 2025-03-04 13:18:24 +0000 using the toys pull request generator.
1 parent 274e65e commit 9cc4e66

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

clients/tasks/lib/google_api/tasks/v1/api/tasklists.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ defmodule GoogleApi.Tasks.V1.Api.Tasklists do
219219
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
220220
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
221221
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
222-
* `:maxResults` (*type:* `integer()`) - Maximum number of task lists returned on one page. Optional. The default is 20 (max allowed: 100).
222+
* `:maxResults` (*type:* `integer()`) - Maximum number of task lists returned on one page. Optional. The default is 1000 (max allowed: 1000).
223223
* `:pageToken` (*type:* `String.t`) - Token specifying the result page to return. Optional.
224224
* `opts` (*type:* `keyword()`) - Call options
225225

clients/tasks/lib/google_api/tasks/v1/api/tasks.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,9 +371,9 @@ defmodule GoogleApi.Tasks.V1.Api.Tasks do
371371
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
372372
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
373373
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
374-
* `:destinationTasklist` (*type:* `String.t`) - Optional. Destination task list identifier. If set, the task is moved from tasklist to the destinationTasklist list. Otherwise the task is moved within its current list. Recurrent tasks cannot currently be moved between lists. Optional.
375-
* `:parent` (*type:* `String.t`) - 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. Assigned tasks can not be set as parent task (have subtasks) or be moved under a parent task (become subtasks). Optional.
376-
* `:previous` (*type:* `String.t`) - New previous sibling task identifier. If the task is moved to the first position among its siblings, this parameter is omitted. The task set as previous must exist in the task list and can not be hidden. Optional.
374+
* `:destinationTasklist` (*type:* `String.t`) - Optional. Destination task list identifier. If set, the task is moved from tasklist to the destinationTasklist list. Otherwise the task is moved within its current list. Recurrent tasks cannot currently be moved between lists.
375+
* `:parent` (*type:* `String.t`) - 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.
376+
* `:previous` (*type:* `String.t`) - Optional. New previous sibling task identifier. If the task is moved to the first position among its siblings, this parameter is omitted. The task set as previous must exist in the task list and can not be hidden. Exceptions: 1. Tasks that are both completed and hidden can only be moved to position 0, so the previous field must be empty.
377377
* `opts` (*type:* `keyword()`) - Call options
378378
379379
## Returns

clients/tasks/lib/google_api/tasks/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Tasks.V1 do
2020
API client metadata for GoogleApi.Tasks.V1.
2121
"""
2222

23-
@discovery_revision "20250105"
23+
@discovery_revision "20250302"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

0 commit comments

Comments
 (0)