diff --git a/clients/data_catalog/lib/google_api/data_catalog/v1/api/projects.ex b/clients/data_catalog/lib/google_api/data_catalog/v1/api/projects.ex index e430dea5e5..1a8025e15b 100644 --- a/clients/data_catalog/lib/google_api/data_catalog/v1/api/projects.ex +++ b/clients/data_catalog/lib/google_api/data_catalog/v1/api/projects.ex @@ -2322,7 +2322,7 @@ defmodule GoogleApi.DataCatalog.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/data_catalog/lib/google_api/data_catalog/v1/metadata.ex b/clients/data_catalog/lib/google_api/data_catalog/v1/metadata.ex index 8399184d31..78ab8d27a0 100644 --- a/clients/data_catalog/lib/google_api/data_catalog/v1/metadata.ex +++ b/clients/data_catalog/lib/google_api/data_catalog/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.DataCatalog.V1 do API client metadata for GoogleApi.DataCatalog.V1. """ - @discovery_revision "20241021" + @discovery_revision "20241202" def discovery_revision(), do: @discovery_revision end diff --git a/clients/data_catalog/mix.exs b/clients/data_catalog/mix.exs index 58a5f79b72..bd96280e17 100644 --- a/clients/data_catalog/mix.exs +++ b/clients/data_catalog/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.DataCatalog.Mixfile do use Mix.Project - @version "0.32.0" + @version "0.32.1" def project() do [