Skip to content

Commit 02ff30e

Browse files
feat: Automated regeneration of GKEOnPrem client (#13068)
Auto-created at 2025-03-02 13:12:26 +0000 using the toys pull request generator.
1 parent bd0b168 commit 02ff30e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/gke_on_prem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GoogleApi.GKEOnPrem
22

3-
GDC Virtual API client library.
3+
GKE On-Prem API client library.
44

55

66

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

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

23-
@discovery_revision "20241204"
23+
@discovery_revision "20250224"
2424

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

clients/gke_on_prem/mix.exs

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

21-
@version "0.6.1"
21+
@version "0.6.2"
2222

2323
def project() do
2424
[
@@ -48,7 +48,7 @@ defmodule GoogleApi.GKEOnPrem.Mixfile do
4848

4949
defp description() do
5050
"""
51-
GDC Virtual API client library.
51+
GKE On-Prem API client library.
5252
"""
5353
end
5454

0 commit comments

Comments
 (0)