From d908cd1704d776efa2d0234b60146df9f111a554 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 13 Dec 2024 13:17:02 +0000 Subject: [PATCH] feat: Automated regeneration of CertificateManager client --- .../lib/google_api/certificate_manager/v1/api/projects.ex | 2 +- .../lib/google_api/certificate_manager/v1/metadata.ex | 2 +- .../certificate_manager/v1/model/operation_metadata.ex | 2 +- clients/certificate_manager/mix.exs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/clients/certificate_manager/lib/google_api/certificate_manager/v1/api/projects.ex b/clients/certificate_manager/lib/google_api/certificate_manager/v1/api/projects.ex index 996175b489..47785141d9 100644 --- a/clients/certificate_manager/lib/google_api/certificate_manager/v1/api/projects.ex +++ b/clients/certificate_manager/lib/google_api/certificate_manager/v1/api/projects.ex @@ -2021,7 +2021,7 @@ defmodule GoogleApi.CertificateManager.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/certificate_manager/lib/google_api/certificate_manager/v1/metadata.ex b/clients/certificate_manager/lib/google_api/certificate_manager/v1/metadata.ex index e2966ef232..7141dc4b4e 100644 --- a/clients/certificate_manager/lib/google_api/certificate_manager/v1/metadata.ex +++ b/clients/certificate_manager/lib/google_api/certificate_manager/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.CertificateManager.V1 do API client metadata for GoogleApi.CertificateManager.V1. """ - @discovery_revision "20240729" + @discovery_revision "20241204" def discovery_revision(), do: @discovery_revision end diff --git a/clients/certificate_manager/lib/google_api/certificate_manager/v1/model/operation_metadata.ex b/clients/certificate_manager/lib/google_api/certificate_manager/v1/model/operation_metadata.ex index 2717739656..5931cadb28 100644 --- a/clients/certificate_manager/lib/google_api/certificate_manager/v1/model/operation_metadata.ex +++ b/clients/certificate_manager/lib/google_api/certificate_manager/v1/model/operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.CertificateManager.V1.Model.OperationMetadata do * `apiVersion` (*type:* `String.t`, *default:* `nil`) - API version used to start the operation. * `createTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the operation was created. * `endTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the operation finished running. - * `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`. + * `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`. * `statusMessage` (*type:* `String.t`, *default:* `nil`) - Human-readable status of the operation, if any. * `target` (*type:* `String.t`, *default:* `nil`) - Server-defined resource path for the target of the operation. * `verb` (*type:* `String.t`, *default:* `nil`) - Name of the verb executed by the operation. diff --git a/clients/certificate_manager/mix.exs b/clients/certificate_manager/mix.exs index b73dc99702..ca855f3c8f 100644 --- a/clients/certificate_manager/mix.exs +++ b/clients/certificate_manager/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.CertificateManager.Mixfile do use Mix.Project - @version "0.8.0" + @version "0.8.1" def project() do [