diff --git a/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/api/projects.ex b/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/api/projects.ex index 655e4722f2..6f234dc383 100644 --- a/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/api/projects.ex +++ b/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/api/projects.ex @@ -631,7 +631,7 @@ defmodule GoogleApi.ContactCenterAIPlatform.V1alpha1.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/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/metadata.ex b/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/metadata.ex index c8dd39374d..6b064c047e 100644 --- a/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/metadata.ex +++ b/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.ContactCenterAIPlatform.V1alpha1 do API client metadata for GoogleApi.ContactCenterAIPlatform.V1alpha1. """ - @discovery_revision "20241009" + @discovery_revision "20241205" def discovery_revision(), do: @discovery_revision end diff --git a/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/model/google_cloud_common_operation_metadata.ex b/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/model/google_cloud_common_operation_metadata.ex index 7a746d1813..f8895d1b93 100644 --- a/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/model/google_cloud_common_operation_metadata.ex +++ b/clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/model/google_cloud_common_operation_metadata.ex @@ -22,7 +22,7 @@ defmodule GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.GoogleCloudCommonOper ## Attributes * `apiVersion` (*type:* `String.t`, *default:* `nil`) - Output only. API version used to start the operation. - * `cancelRequested` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. + * `cancelRequested` (*type:* `boolean()`, *default:* `nil`) - Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. * `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation was created. * `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation finished running. * `statusDetail` (*type:* `String.t`, *default:* `nil`) - Output only. Human-readable status of the operation, if any. diff --git a/clients/contact_center_ai_platform/mix.exs b/clients/contact_center_ai_platform/mix.exs index 7fa66d487b..b1df00c579 100644 --- a/clients/contact_center_ai_platform/mix.exs +++ b/clients/contact_center_ai_platform/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.ContactCenterAIPlatform.Mixfile do use Mix.Project - @version "0.5.2" + @version "0.5.3" def project() do [