diff --git a/clients/health_care/lib/google_api/health_care/v1/api/projects.ex b/clients/health_care/lib/google_api/health_care/v1/api/projects.ex index 9d7362efc1..cfa24428dc 100644 --- a/clients/health_care/lib/google_api/health_care/v1/api/projects.ex +++ b/clients/health_care/lib/google_api/health_care/v1/api/projects.ex @@ -10136,7 +10136,7 @@ defmodule GoogleApi.HealthCare.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/health_care/lib/google_api/health_care/v1/metadata.ex b/clients/health_care/lib/google_api/health_care/v1/metadata.ex index a93f8680b7..078415adb6 100644 --- a/clients/health_care/lib/google_api/health_care/v1/metadata.ex +++ b/clients/health_care/lib/google_api/health_care/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.HealthCare.V1 do API client metadata for GoogleApi.HealthCare.V1. """ - @discovery_revision "20241107" + @discovery_revision "20241115" def discovery_revision(), do: @discovery_revision end diff --git a/clients/health_care/lib/google_api/health_care/v1beta1/api/projects.ex b/clients/health_care/lib/google_api/health_care/v1beta1/api/projects.ex index fd7cfd5bcd..d5bfaa3210 100644 --- a/clients/health_care/lib/google_api/health_care/v1beta1/api/projects.ex +++ b/clients/health_care/lib/google_api/health_care/v1beta1/api/projects.ex @@ -12440,7 +12440,7 @@ defmodule GoogleApi.HealthCare.V1beta1.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/health_care/lib/google_api/health_care/v1beta1/metadata.ex b/clients/health_care/lib/google_api/health_care/v1beta1/metadata.ex index 8bbee2bfe7..2cc5b5c412 100644 --- a/clients/health_care/lib/google_api/health_care/v1beta1/metadata.ex +++ b/clients/health_care/lib/google_api/health_care/v1beta1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.HealthCare.V1beta1 do API client metadata for GoogleApi.HealthCare.V1beta1. """ - @discovery_revision "20241107" + @discovery_revision "20241115" def discovery_revision(), do: @discovery_revision end diff --git a/clients/health_care/mix.exs b/clients/health_care/mix.exs index 05c61d2ae3..39129aa9c1 100644 --- a/clients/health_care/mix.exs +++ b/clients/health_care/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.HealthCare.Mixfile do use Mix.Project - @version "0.56.4" + @version "0.56.5" def project() do [