diff --git a/clients/firestore/lib/google_api/firestore/v1/api/projects.ex b/clients/firestore/lib/google_api/firestore/v1/api/projects.ex index 1a48da6f62..7292c5a3bf 100644 --- a/clients/firestore/lib/google_api/firestore/v1/api/projects.ex +++ b/clients/firestore/lib/google_api/firestore/v1/api/projects.ex @@ -2808,7 +2808,7 @@ defmodule GoogleApi.Firestore.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/firestore/lib/google_api/firestore/v1/metadata.ex b/clients/firestore/lib/google_api/firestore/v1/metadata.ex index 8a71de3be2..8c5baac310 100644 --- a/clients/firestore/lib/google_api/firestore/v1/metadata.ex +++ b/clients/firestore/lib/google_api/firestore/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.Firestore.V1 do API client metadata for GoogleApi.Firestore.V1. """ - @discovery_revision "20241018" + @discovery_revision "20241204" def discovery_revision(), do: @discovery_revision end diff --git a/clients/firestore/mix.exs b/clients/firestore/mix.exs index 58aacaa372..7583ae6e3f 100644 --- a/clients/firestore/mix.exs +++ b/clients/firestore/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.Firestore.Mixfile do use Mix.Project - @version "0.32.1" + @version "0.32.2" def project() do [