From 03c2570e18500fcdf402acfea3e7014eca663472 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Tue, 19 Nov 2024 05:26:28 -0800 Subject: [PATCH] feat: Automated regeneration of Vision client (#12571) Auto-created at 2024-11-19 13:19:42 +0000 using the toys pull request generator. --- clients/vision/lib/google_api/vision/v1/api/operations.ex | 2 +- clients/vision/lib/google_api/vision/v1/metadata.ex | 2 +- clients/vision/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/vision/lib/google_api/vision/v1/api/operations.ex b/clients/vision/lib/google_api/vision/v1/api/operations.ex index 0b6b45defc..2ba9b33444 100644 --- a/clients/vision/lib/google_api/vision/v1/api/operations.ex +++ b/clients/vision/lib/google_api/vision/v1/api/operations.ex @@ -26,7 +26,7 @@ defmodule GoogleApi.Vision.V1.Api.Operations do @library_version Mix.Project.config() |> Keyword.get(:version, "") @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/vision/lib/google_api/vision/v1/metadata.ex b/clients/vision/lib/google_api/vision/v1/metadata.ex index d4307b7a4f..117e12103c 100644 --- a/clients/vision/lib/google_api/vision/v1/metadata.ex +++ b/clients/vision/lib/google_api/vision/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Vision.V1 do API client metadata for GoogleApi.Vision.V1. """ - @discovery_revision "20240823" + @discovery_revision "20241115" def discovery_revision(), do: @discovery_revision end diff --git a/clients/vision/mix.exs b/clients/vision/mix.exs index ecc13bf495..8c6d937260 100644 --- a/clients/vision/mix.exs +++ b/clients/vision/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Vision.Mixfile do use Mix.Project - @version "0.26.0" + @version "0.26.1" def project() do [