Skip to content

Commit f00c4b0

Browse files
feat: Automated regeneration of DriveLabels client (#13290)
Auto-created at 2025-04-03 13:17:08 +0000 using the toys pull request generator.
1 parent ae9cad9 commit f00c4b0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

clients/drive_labels/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_drive_labels, "~> 0.2"}]
14+
[{:google_api_drive_labels, "~> 0.3"}]
1515
end
1616
```
1717

1818
## For more information
1919

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

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

clients/drive_labels/lib/google_api/drive_labels/v2/metadata.ex

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

23-
@discovery_revision "20240307"
23+
@discovery_revision "20250331"
2424

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

clients/drive_labels/mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.DriveLabels.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.2.0"
21+
@version "0.3.0"
2222

2323
def project() do
2424
[
@@ -56,10 +56,10 @@ defmodule GoogleApi.DriveLabels.Mixfile do
5656
[
5757
files: ["lib", "mix.exs", "README*", "LICENSE"],
5858
maintainers: ["Jeff Ching", "Daniel Azuma"],
59-
licenses: ["Apache 2.0"],
59+
licenses: ["Apache-2.0"],
6060
links: %{
6161
"GitHub" => "https://github.com/googleapis/elixir-google-api/tree/master/clients/drive_labels",
62-
"Homepage" => "https://developers.google.com/drive/labels"
62+
"Homepage" => "https://developers.google.com/workspace/drive/labels"
6363
}
6464
]
6565
end

0 commit comments

Comments
 (0)