Skip to content

Commit 7cc5bca

Browse files
feat: Automated regeneration of NetworkServices client (googleapis#12655)
Auto-created at 2024-12-07 13:11:54 +0000 using the toys pull request generator.
1 parent ea5b6f0 commit 7cc5bca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4050,7 +4050,7 @@ defmodule GoogleApi.NetworkServices.V1.Api.Projects do
40504050
end
40514051

40524052
@doc """
4053-
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`.
4053+
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`.
40544054
40554055
## Parameters
40564056

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

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

23-
@discovery_revision "20241109"
23+
@discovery_revision "20241118"
2424

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

clients/network_services/lib/google_api/network_services/v1/model/logging_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.NetworkServices.V1.Model.LoggingConfig do
1919
@moduledoc """
20-
The configuration for Platform Telemetry logging for Eventarc Avdvanced resources.
20+
The configuration for Platform Telemetry logging for Eventarc Advanced resources.
2121
2222
## Attributes
2323

clients/network_services/mix.exs

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

21-
@version "0.10.0"
21+
@version "0.10.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)