diff --git a/clients/network_services/lib/google_api/network_services/v1/api/projects.ex b/clients/network_services/lib/google_api/network_services/v1/api/projects.ex index 5fcdc76fe9..8698a793f7 100644 --- a/clients/network_services/lib/google_api/network_services/v1/api/projects.ex +++ b/clients/network_services/lib/google_api/network_services/v1/api/projects.ex @@ -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 diff --git a/clients/network_services/lib/google_api/network_services/v1/metadata.ex b/clients/network_services/lib/google_api/network_services/v1/metadata.ex index 362c5d70fa..310d7336f3 100644 --- a/clients/network_services/lib/google_api/network_services/v1/metadata.ex +++ b/clients/network_services/lib/google_api/network_services/v1/metadata.ex @@ -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 diff --git a/clients/network_services/lib/google_api/network_services/v1/model/logging_config.ex b/clients/network_services/lib/google_api/network_services/v1/model/logging_config.ex index f93e94df7c..ad6df1b4e0 100644 --- a/clients/network_services/lib/google_api/network_services/v1/model/logging_config.ex +++ b/clients/network_services/lib/google_api/network_services/v1/model/logging_config.ex @@ -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 diff --git a/clients/network_services/mix.exs b/clients/network_services/mix.exs index 5da6817dcb..54cad955ca 100644 --- a/clients/network_services/mix.exs +++ b/clients/network_services/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.NetworkServices.Mixfile do use Mix.Project - @version "0.10.0" + @version "0.10.1" def project() do [