Skip to content

Commit 9ba6dc2

Browse files
feat: Automated regeneration of Language client (#13129)
Auto-created at 2025-03-11 13:12:05 +0000 using the toys pull request generator.
1 parent 8e29498 commit 9ba6dc2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

clients/language/lib/google_api/language/v1/metadata.ex

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

23-
@discovery_revision "20241103"
23+
@discovery_revision "20250309"
2424

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

clients/language/lib/google_api/language/v1/model/infra_usage.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Language.V1.Model.InfraUsage do
1919
@moduledoc """
20-
Infra Usage of billing metrics.
20+
LINT: LEGACY_NAMES Infra Usage of billing metrics.
2121
2222
## Attributes
2323

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

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

23-
@discovery_revision "20241110"
23+
@discovery_revision "20250309"
2424

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

clients/language/lib/google_api/language/v2/model/infra_usage.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Language.V2.Model.InfraUsage do
1919
@moduledoc """
20-
Infra Usage of billing metrics.
20+
LINT: LEGACY_NAMES Infra Usage of billing metrics.
2121
2222
## Attributes
2323

clients/language/mix.exs

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

21-
@version "0.16.2"
21+
@version "0.16.3"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)