Skip to content

Commit 0663be1

Browse files
feat: Automated regeneration of ContactCenterAIPlatform client (googleapis#12673)
Auto-created at 2024-12-10 13:17:50 +0000 using the toys pull request generator.
1 parent db23cdb commit 0663be1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ defmodule GoogleApi.ContactCenterAIPlatform.V1alpha1.Api.Projects do
631631
end
632632

633633
@doc """
634-
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`.
634+
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`.
635635
636636
## Parameters
637637

clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.ContactCenterAIPlatform.V1alpha1 do
2020
API client metadata for GoogleApi.ContactCenterAIPlatform.V1alpha1.
2121
"""
2222

23-
@discovery_revision "20241009"
23+
@discovery_revision "20241205"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/contact_center_ai_platform/lib/google_api/contact_center_ai_platform/v1alpha1/model/google_cloud_common_operation_metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.ContactCenterAIPlatform.V1alpha1.Model.GoogleCloudCommonOper
2222
## Attributes
2323
2424
* `apiVersion` (*type:* `String.t`, *default:* `nil`) - Output only. API version used to start the operation.
25-
* `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`.
25+
* `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`.
2626
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation was created.
2727
* `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation finished running.
2828
* `statusDetail` (*type:* `String.t`, *default:* `nil`) - Output only. Human-readable status of the operation, if any.

clients/contact_center_ai_platform/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.ContactCenterAIPlatform.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.5.2"
21+
@version "0.5.3"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)