Skip to content

Commit 548a173

Browse files
feat: Automated regeneration of CloudDeploy client (#12706)
Auto-created at 2024-12-13 13:17:25 +0000 using the toys pull request generator.
1 parent 2ce2c50 commit 548a173

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3538,7 +3538,7 @@ defmodule GoogleApi.CloudDeploy.V1.Api.Projects do
35383538
end
35393539

35403540
@doc """
3541-
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`.
3541+
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`.
35423542
35433543
## Parameters
35443544

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

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

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

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

clients/cloud_deploy/lib/google_api/cloud_deploy/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.CloudDeploy.V1.Model.OperationMetadata do
2424
* `apiVersion` (*type:* `String.t`, *default:* `nil`) - Output only. API version used to start the operation.
2525
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation was created.
2626
* `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the operation finished running.
27-
* `requestedCancellation` (*type:* `boolean()`, *default:* `nil`) - Output only. 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`) - Output only. 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`) - Output only. Human-readable status of the operation, if any.
2929
* `target` (*type:* `String.t`, *default:* `nil`) - Output only. Server-defined resource path for the target of the operation.
3030
* `verb` (*type:* `String.t`, *default:* `nil`) - Output only. Name of the verb executed by the operation.

clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/release.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defmodule GoogleApi.CloudDeploy.V1.Model.Release do
3838
* `renderState` (*type:* `String.t`, *default:* `nil`) - Output only. Current state of the render operation.
3939
* `skaffoldConfigPath` (*type:* `String.t`, *default:* `nil`) - Filepath of the Skaffold config inside of the config URI.
4040
* `skaffoldConfigUri` (*type:* `String.t`, *default:* `nil`) - Cloud Storage URI of tar.gz archive containing Skaffold configuration.
41-
* `skaffoldVersion` (*type:* `String.t`, *default:* `nil`) - The Skaffold version to use when operating on this release, such as "1.20.0". Not all versions are valid; Cloud Deploy supports a specific set of versions. If unset, the most recent supported Skaffold version will be used.
41+
* `skaffoldVersion` (*type:* `String.t`, *default:* `nil`) - Optional. The Skaffold version to use when operating on this release, such as "1.20.0". Not all versions are valid; Cloud Deploy supports a specific set of versions. If unset, the most recent supported Skaffold version will be used.
4242
* `targetArtifacts` (*type:* `%{optional(String.t) => GoogleApi.CloudDeploy.V1.Model.TargetArtifact.t}`, *default:* `nil`) - Output only. Map from target ID to the target artifacts created during the render operation.
4343
* `targetRenders` (*type:* `%{optional(String.t) => GoogleApi.CloudDeploy.V1.Model.TargetRender.t}`, *default:* `nil`) - Output only. Map from target ID to details of the render operation for that target.
4444
* `targetSnapshots` (*type:* `list(GoogleApi.CloudDeploy.V1.Model.Target.t)`, *default:* `nil`) - Output only. Snapshot of the targets taken at release creation time.

clients/cloud_deploy/mix.exs

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

21-
@version "0.13.0"
21+
@version "0.13.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)