From eb532dde92e237d46662e1bd60574fe1efeeeec6 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sat, 14 Dec 2024 13:16:25 +0000 Subject: [PATCH] feat: Automated regeneration of GKEOnPrem client --- .../gke_on_prem/lib/google_api/gke_on_prem/v1/api/projects.ex | 2 +- clients/gke_on_prem/lib/google_api/gke_on_prem/v1/metadata.ex | 2 +- clients/gke_on_prem/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/gke_on_prem/lib/google_api/gke_on_prem/v1/api/projects.ex b/clients/gke_on_prem/lib/google_api/gke_on_prem/v1/api/projects.ex index 08cacee3af..b3bd73c782 100644 --- a/clients/gke_on_prem/lib/google_api/gke_on_prem/v1/api/projects.ex +++ b/clients/gke_on_prem/lib/google_api/gke_on_prem/v1/api/projects.ex @@ -2926,7 +2926,7 @@ defmodule GoogleApi.GKEOnPrem.V1.Api.Projects do end @doc """ - Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. + Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. ## Parameters diff --git a/clients/gke_on_prem/lib/google_api/gke_on_prem/v1/metadata.ex b/clients/gke_on_prem/lib/google_api/gke_on_prem/v1/metadata.ex index 22862b0feb..13a220d047 100644 --- a/clients/gke_on_prem/lib/google_api/gke_on_prem/v1/metadata.ex +++ b/clients/gke_on_prem/lib/google_api/gke_on_prem/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.GKEOnPrem.V1 do API client metadata for GoogleApi.GKEOnPrem.V1. """ - @discovery_revision "20241110" + @discovery_revision "20241204" def discovery_revision(), do: @discovery_revision end diff --git a/clients/gke_on_prem/mix.exs b/clients/gke_on_prem/mix.exs index 87355a88b2..300b155bb7 100644 --- a/clients/gke_on_prem/mix.exs +++ b/clients/gke_on_prem/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.GKEOnPrem.Mixfile do use Mix.Project - @version "0.6.0" + @version "0.6.1" def project() do [