Skip to content

Commit

Permalink
feat: Automated regeneration of NetworkServices client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 7, 2024
1 parent f864fd8 commit 3f9e379
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4050,7 +4050,7 @@ defmodule GoogleApi.NetworkServices.V1.Api.Projects do
end

@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
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.NetworkServices.V1 do
API client metadata for GoogleApi.NetworkServices.V1.
"""

@discovery_revision "20241109"
@discovery_revision "20241118"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.NetworkServices.V1.Model.LoggingConfig do
@moduledoc """
The configuration for Platform Telemetry logging for Eventarc Avdvanced resources.
The configuration for Platform Telemetry logging for Eventarc Advanced resources.
## Attributes
Expand Down
2 changes: 1 addition & 1 deletion clients/network_services/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.NetworkServices.Mixfile do
use Mix.Project

@version "0.10.0"
@version "0.10.1"

def project() do
[
Expand Down

0 comments on commit 3f9e379

Please sign in to comment.