From 27d98c762d069e71540089d8df1bf48d8bc681b3 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sat, 16 Nov 2024 13:14:59 +0000 Subject: [PATCH] feat: Automated regeneration of Checks client --- clients/checks/lib/google_api/checks/v1alpha/api/accounts.ex | 2 +- clients/checks/lib/google_api/checks/v1alpha/metadata.ex | 2 +- clients/checks/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/checks/lib/google_api/checks/v1alpha/api/accounts.ex b/clients/checks/lib/google_api/checks/v1alpha/api/accounts.ex index 5b9ed963e2..fd740bd1f3 100644 --- a/clients/checks/lib/google_api/checks/v1alpha/api/accounts.ex +++ b/clients/checks/lib/google_api/checks/v1alpha/api/accounts.ex @@ -155,7 +155,7 @@ defmodule GoogleApi.Checks.V1alpha.Api.Accounts 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/checks/lib/google_api/checks/v1alpha/metadata.ex b/clients/checks/lib/google_api/checks/v1alpha/metadata.ex index bd36132a45..922fa28114 100644 --- a/clients/checks/lib/google_api/checks/v1alpha/metadata.ex +++ b/clients/checks/lib/google_api/checks/v1alpha/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Checks.V1alpha do API client metadata for GoogleApi.Checks.V1alpha. """ - @discovery_revision "20241029" + @discovery_revision "20241114" def discovery_revision(), do: @discovery_revision end diff --git a/clients/checks/mix.exs b/clients/checks/mix.exs index 70eaad45d7..0d548a442f 100644 --- a/clients/checks/mix.exs +++ b/clients/checks/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Checks.Mixfile do use Mix.Project - @version "0.5.0" + @version "0.5.1" def project() do [