diff --git a/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/api/projects.ex b/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/api/projects.ex index a102350404..8e91356358 100644 --- a/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/api/projects.ex +++ b/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/api/projects.ex @@ -3538,7 +3538,7 @@ defmodule GoogleApi.CloudDeploy.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/cloud_deploy/lib/google_api/cloud_deploy/v1/metadata.ex b/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/metadata.ex index a840463335..05ad1055a2 100644 --- a/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/metadata.ex +++ b/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.CloudDeploy.V1 do API client metadata for GoogleApi.CloudDeploy.V1. """ - @discovery_revision "20241029" + @discovery_revision "20241204" def discovery_revision(), do: @discovery_revision end diff --git a/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/operation_metadata.ex b/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/operation_metadata.ex index 7f64651db7..532948477f 100644 --- a/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/operation_metadata.ex +++ b/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/operation_metadata.ex @@ -24,7 +24,7 @@ defmodule GoogleApi.CloudDeploy.V1.Model.OperationMetadata do * `apiVersion` (*type:* `String.t`, *default:* `nil`) - Output only. API version used to start the operation. * `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. - * `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`. + * `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`. * `statusMessage` (*type:* `String.t`, *default:* `nil`) - Output only. Human-readable status of the operation, if any. * `target` (*type:* `String.t`, *default:* `nil`) - Output only. Server-defined resource path for the target of the operation. * `verb` (*type:* `String.t`, *default:* `nil`) - Output only. Name of the verb executed by the operation. diff --git a/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/release.ex b/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/release.ex index 1a079c2d9d..5ba19f6491 100644 --- a/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/release.ex +++ b/clients/cloud_deploy/lib/google_api/cloud_deploy/v1/model/release.ex @@ -38,7 +38,7 @@ defmodule GoogleApi.CloudDeploy.V1.Model.Release do * `renderState` (*type:* `String.t`, *default:* `nil`) - Output only. Current state of the render operation. * `skaffoldConfigPath` (*type:* `String.t`, *default:* `nil`) - Filepath of the Skaffold config inside of the config URI. * `skaffoldConfigUri` (*type:* `String.t`, *default:* `nil`) - Cloud Storage URI of tar.gz archive containing Skaffold configuration. - * `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. + * `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. * `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. * `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. * `targetSnapshots` (*type:* `list(GoogleApi.CloudDeploy.V1.Model.Target.t)`, *default:* `nil`) - Output only. Snapshot of the targets taken at release creation time. diff --git a/clients/cloud_deploy/mix.exs b/clients/cloud_deploy/mix.exs index 8c255355bc..28e699e8c6 100644 --- a/clients/cloud_deploy/mix.exs +++ b/clients/cloud_deploy/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.CloudDeploy.Mixfile do use Mix.Project - @version "0.13.0" + @version "0.13.1" def project() do [