Skip to content

Commit cb8f364

Browse files
feat: Automated regeneration of TPU client (#12700)
Auto-created at 2024-12-13 13:14:00 +0000 using the toys pull request generator.
1 parent 420346d commit cb8f364

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

clients/tpu/lib/google_api/tpu/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ defmodule GoogleApi.TPU.V1.Api.Projects do
734734
end
735735

736736
@doc """
737-
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`.
737+
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`.
738738
739739
## Parameters
740740

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

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

23-
@discovery_revision "20240222"
23+
@discovery_revision "20241126"
2424

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

clients/tpu/lib/google_api/tpu/v2/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ defmodule GoogleApi.TPU.V2.Api.Projects do
882882
end
883883

884884
@doc """
885-
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`.
885+
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`.
886886
887887
## Parameters
888888

clients/tpu/lib/google_api/tpu/v2/metadata.ex

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

23-
@discovery_revision "20240530"
23+
@discovery_revision "20241126"
2424

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

clients/tpu/mix.exs

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

21-
@version "0.17.0"
21+
@version "0.17.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)