From 2952a9e1e51fe58cfafdce010a3aa3070775157b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 7 Jan 2025 13:10:46 +0000 Subject: [PATCH] feat: Automated regeneration of Tasks client --- clients/tasks/lib/google_api/tasks/v1/api/tasks.ex | 4 ++-- clients/tasks/lib/google_api/tasks/v1/metadata.ex | 2 +- clients/tasks/mix.exs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/tasks/lib/google_api/tasks/v1/api/tasks.ex b/clients/tasks/lib/google_api/tasks/v1/api/tasks.ex index b3c2bfe492..bc8d7b8ea9 100644 --- a/clients/tasks/lib/google_api/tasks/v1/api/tasks.ex +++ b/clients/tasks/lib/google_api/tasks/v1/api/tasks.ex @@ -372,8 +372,8 @@ defmodule GoogleApi.Tasks.V1.Api.Tasks do * `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart"). * `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart"). * `: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. - * `: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. - * `: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. + * `: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. + * `: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. * `opts` (*type:* `keyword()`) - Call options ## Returns diff --git a/clients/tasks/lib/google_api/tasks/v1/metadata.ex b/clients/tasks/lib/google_api/tasks/v1/metadata.ex index b44eb0a430..ce7451ba1b 100644 --- a/clients/tasks/lib/google_api/tasks/v1/metadata.ex +++ b/clients/tasks/lib/google_api/tasks/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Tasks.V1 do API client metadata for GoogleApi.Tasks.V1. """ - @discovery_revision "20240630" + @discovery_revision "20250105" def discovery_revision(), do: @discovery_revision end diff --git a/clients/tasks/mix.exs b/clients/tasks/mix.exs index 15c7e7c9da..92d7e65b4d 100644 --- a/clients/tasks/mix.exs +++ b/clients/tasks/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Tasks.Mixfile do use Mix.Project - @version "0.16.0" + @version "0.16.1" def project() do [