Skip to content

Commit

Permalink
feat: Automated regeneration of Vision client (#12571)
Browse files Browse the repository at this point in the history
Auto-created at 2024-11-19 13:19:42 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Nov 19, 2024
1 parent 4507ca7 commit 03c2570
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/vision/lib/google_api/vision/v1/api/operations.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion clients/vision/lib/google_api/vision/v1/metadata.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion clients/vision/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Vision.Mixfile do
use Mix.Project

@version "0.26.0"
@version "0.26.1"

def project() do
[
Expand Down

0 comments on commit 03c2570

Please sign in to comment.