From 258cd7a58962f70625f74f7048e9d6673a85197b Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:36:22 -0800 Subject: [PATCH] feat: Automated regeneration of TextToSpeech client (#12551) Auto-created at 2024-11-17 13:10:13 +0000 using the toys pull request generator. --- .../lib/google_api/text_to_speech/v1/api/operations.ex | 2 +- .../text_to_speech/lib/google_api/text_to_speech/v1/metadata.ex | 2 +- clients/text_to_speech/mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/text_to_speech/lib/google_api/text_to_speech/v1/api/operations.ex b/clients/text_to_speech/lib/google_api/text_to_speech/v1/api/operations.ex index 2635c2f24f..d2c0b2a494 100644 --- a/clients/text_to_speech/lib/google_api/text_to_speech/v1/api/operations.ex +++ b/clients/text_to_speech/lib/google_api/text_to_speech/v1/api/operations.ex @@ -26,7 +26,7 @@ defmodule GoogleApi.TextToSpeech.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/text_to_speech/lib/google_api/text_to_speech/v1/metadata.ex b/clients/text_to_speech/lib/google_api/text_to_speech/v1/metadata.ex index 9a5301378c..e50c6b6066 100644 --- a/clients/text_to_speech/lib/google_api/text_to_speech/v1/metadata.ex +++ b/clients/text_to_speech/lib/google_api/text_to_speech/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.TextToSpeech.V1 do API client metadata for GoogleApi.TextToSpeech.V1. """ - @discovery_revision "20241026" + @discovery_revision "20241116" def discovery_revision(), do: @discovery_revision end diff --git a/clients/text_to_speech/mix.exs b/clients/text_to_speech/mix.exs index a9e5ca898e..d7ab7157ea 100644 --- a/clients/text_to_speech/mix.exs +++ b/clients/text_to_speech/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.TextToSpeech.Mixfile do use Mix.Project - @version "0.20.0" + @version "0.20.1" def project() do [