Skip to content

Commit 247aa88

Browse files
feat: Automated regeneration of CertificateManager client (#12705)
Auto-created at 2024-12-13 13:17:02 +0000 using the toys pull request generator.
1 parent 281260b commit 247aa88

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/certificate_manager/lib/google_api/certificate_manager/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,7 @@ defmodule GoogleApi.CertificateManager.V1.Api.Projects do
20212021
end
20222022

20232023
@doc """
2024-
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`.
2024+
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`.
20252025
20262026
## Parameters
20272027

clients/certificate_manager/lib/google_api/certificate_manager/v1/metadata.ex

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

23-
@discovery_revision "20240729"
23+
@discovery_revision "20241204"
2424

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

clients/certificate_manager/lib/google_api/certificate_manager/v1/model/operation_metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.CertificateManager.V1.Model.OperationMetadata do
2424
* `apiVersion` (*type:* `String.t`, *default:* `nil`) - API version used to start the operation.
2525
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the operation was created.
2626
* `endTime` (*type:* `DateTime.t`, *default:* `nil`) - The time the operation finished running.
27-
* `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`.
27+
* `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`.
2828
* `statusMessage` (*type:* `String.t`, *default:* `nil`) - Human-readable status of the operation, if any.
2929
* `target` (*type:* `String.t`, *default:* `nil`) - Server-defined resource path for the target of the operation.
3030
* `verb` (*type:* `String.t`, *default:* `nil`) - Name of the verb executed by the operation.

clients/certificate_manager/mix.exs

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

21-
@version "0.8.0"
21+
@version "0.8.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)