Skip to content

Commit a91e443

Browse files
feat: Automated regeneration of CloudDeploy client (googleapis#12894)
Auto-created at 2025-01-30 13:14:18 +0000 using the toys pull request generator.
1 parent a02d683 commit a91e443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 "20250101"
23+
@discovery_revision "20250122"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule GoogleApi.CloudDeploy.V1.Model.JobRun do
2828
* `endTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Time at which the `JobRun` ended.
2929
* `etag` (*type:* `String.t`, *default:* `nil`) - Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
3030
* `jobId` (*type:* `String.t`, *default:* `nil`) - Output only. ID of the `Rollout` job this `JobRun` corresponds to.
31-
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. Name of the `JobRun`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{releases}/rollouts/{rollouts}/jobRuns/{uuid}`.
31+
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Name of the `JobRun`. Format is `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{releases}/rollouts/{rollouts}/jobRuns/{uuid}`.
3232
* `phaseId` (*type:* `String.t`, *default:* `nil`) - Output only. ID of the `Rollout` phase this `JobRun` belongs in.
3333
* `postdeployJobRun` (*type:* `GoogleApi.CloudDeploy.V1.Model.PostdeployJobRun.t`, *default:* `nil`) - Output only. Information specific to a postdeploy `JobRun`.
3434
* `predeployJobRun` (*type:* `GoogleApi.CloudDeploy.V1.Model.PredeployJobRun.t`, *default:* `nil`) - Output only. Information specific to a predeploy `JobRun`.

0 commit comments

Comments
 (0)