Skip to content

Commit 258cd7a

Browse files
feat: Automated regeneration of TextToSpeech client (googleapis#12551)
Auto-created at 2024-11-17 13:10:13 +0000 using the toys pull request generator.
1 parent e71eb38 commit 258cd7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/text_to_speech/lib/google_api/text_to_speech/v1/api/operations.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.TextToSpeech.V1.Api.Operations do
2626
@library_version Mix.Project.config() |> Keyword.get(:version, "")
2727

2828
@doc """
29-
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`.
29+
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`.
3030
3131
## Parameters
3232

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

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

23-
@discovery_revision "20241026"
23+
@discovery_revision "20241116"
2424

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

clients/text_to_speech/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.TextToSpeech.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.20.0"
21+
@version "0.20.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)