Skip to content

Commit 66f9593

Browse files
feat: Automated regeneration of Tasks client (googleapis#13185)
Auto-created at 2025-03-19 13:19:29 +0000 using the toys pull request generator.
1 parent 03cb68c commit 66f9593

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

clients/tasks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_tasks, "~> 0.16"}]
14+
[{:google_api_tasks, "~> 0.17"}]
1515
end
1616
```
1717

1818
## For more information
1919

20-
Product documentation is available at [https://developers.google.com/tasks/](https://developers.google.com/tasks/).
20+
Product documentation is available at [https://developers.google.com/workspace/tasks/](https://developers.google.com/workspace/tasks/).
2121

2222
Library reference documentation is published on Hexdocs at
2323
[https://hexdocs.pm/google_api_tasks](https://hexdocs.pm/google_api_tasks).

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 "20250302"
23+
@discovery_revision "20250316"
2424

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

clients/tasks/lib/google_api/tasks/v1/model/task_links.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ defmodule GoogleApi.Tasks.V1.Model.TaskLinks do
2121
2222
## Attributes
2323
24-
* `description` (*type:* `String.t`, *default:* `nil`) - The description. In HTML speak: Everything between <a> and </a>.
24+
* `description` (*type:* `String.t`, *default:* `nil`) - The description (might be empty).
2525
* `link` (*type:* `String.t`, *default:* `nil`) - The URL.
26-
* `type` (*type:* `String.t`, *default:* `nil`) - Type of the link, e.g. "email".
26+
* `type` (*type:* `String.t`, *default:* `nil`) - Type of the link, e.g. "email", "generic", "chat_message", "keep_note".
2727
"""
2828

2929
use GoogleApi.Gax.ModelBase

clients/tasks/mix.exs

Lines changed: 2 additions & 2 deletions
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.1"
21+
@version "0.17.0"
2222

2323
def project() do
2424
[
@@ -59,7 +59,7 @@ defmodule GoogleApi.Tasks.Mixfile do
5959
licenses: ["Apache-2.0"],
6060
links: %{
6161
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/tasks",
62-
"Homepage" => "https://developers.google.com/tasks/"
62+
"Homepage" => "https://developers.google.com/workspace/tasks/"
6363
}
6464
]
6565
end

0 commit comments

Comments
 (0)