From 8a69c0859fb2832407094db775c6263b47f403bf Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:00:32 -0700 Subject: [PATCH] feat: Automated regeneration of Tasks client (#10897) Auto-created at 2024-03-12 01:34:55 +0000 using the toys pull request generator. --- clients/tasks/README.md | 2 +- clients/tasks/lib/google_api/tasks/v1/api/tasks.ex | 2 +- clients/tasks/lib/google_api/tasks/v1/metadata.ex | 2 +- clients/tasks/mix.exs | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/tasks/README.md b/clients/tasks/README.md index 101d6e94d0..577fd5d7f4 100644 --- a/clients/tasks/README.md +++ b/clients/tasks/README.md @@ -1,6 +1,6 @@ # GoogleApi.Tasks -Tasks API client library. +Google Tasks API client library. The Google Tasks API lets you manage your tasks and task lists. 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 2c146b5b0a..aa7bab04c4 100644 --- a/clients/tasks/lib/google_api/tasks/v1/api/tasks.ex +++ b/clients/tasks/lib/google_api/tasks/v1/api/tasks.ex @@ -292,7 +292,7 @@ defmodule GoogleApi.Tasks.V1.Api.Tasks do * `:completedMin` (*type:* `String.t`) - Lower bound for a task's completion date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by completion date. * `:dueMax` (*type:* `String.t`) - Upper bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by due date. * `:dueMin` (*type:* `String.t`) - Lower bound for a task's due date (as a RFC 3339 timestamp) to filter by. Optional. The default is not to filter by due date. - * `:maxResults` (*type:* `integer()`) - Maximum number of task lists returned on one page. Optional. The default is 20 (max allowed: 100). + * `:maxResults` (*type:* `integer()`) - Maximum number of tasks returned on one page. Optional. The default is 20 (max allowed: 100). * `:pageToken` (*type:* `String.t`) - Token specifying the result page to return. Optional. * `:showCompleted` (*type:* `boolean()`) - Flag indicating whether completed tasks are returned in the result. Optional. The default is True. Note that showHidden must also be True to show tasks completed in first party clients, such as the web UI and Google's mobile apps. * `:showDeleted` (*type:* `boolean()`) - Flag indicating whether deleted tasks are returned in the result. Optional. The default is False. diff --git a/clients/tasks/lib/google_api/tasks/v1/metadata.ex b/clients/tasks/lib/google_api/tasks/v1/metadata.ex index 770f75ce33..88e68e47dc 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 "20210709" + @discovery_revision "20240310" def discovery_revision(), do: @discovery_revision end diff --git a/clients/tasks/mix.exs b/clients/tasks/mix.exs index 1ca2d10bc1..ee54f59dfc 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.13.0" + @version "0.13.1" def project() do [ @@ -48,7 +48,7 @@ defmodule GoogleApi.Tasks.Mixfile do defp description() do """ - Tasks API client library. The Google Tasks API lets you manage your tasks and task lists. + Google Tasks API client library. The Google Tasks API lets you manage your tasks and task lists. """ end