Skip to content

Commit 84a1304

Browse files
feat: Automated regeneration of Tasks client (googleapis#12772)
Auto-created at 2025-01-07 13:10:46 +0000 using the toys pull request generator.
1 parent ccef8ac commit 84a1304

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ defmodule GoogleApi.Tasks.V1.Api.Tasks do
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").
374374
* `: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. 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. 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.
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 "20240630"
23+
@discovery_revision "20250105"
2424

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

clients/tasks/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Tasks.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.16.0"
21+
@version "0.16.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)