Skip to content

Commit 0d80475

Browse files
feat: Automated regeneration of CloudDeploy client (googleapis#13102)
Auto-created at 2025-03-06 13:14:11 +0000 using the toys pull request generator.
1 parent 546ae9f commit 0d80475

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 "20250212"
23+
@discovery_revision "20250226"
2424

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ defmodule GoogleApi.CloudDeploy.V1.Model.TargetArtifact do
2222
## Attributes
2323
2424
* `artifactUri` (*type:* `String.t`, *default:* `nil`) - Output only. URI of a directory containing the artifacts. This contains deployment configuration used by Skaffold during a rollout, and all paths are relative to this location.
25-
* `manifestPath` (*type:* `String.t`, *default:* `nil`) - Output only. File path of the rendered manifest relative to the URI.
25+
* `manifestPath` (*type:* `String.t`, *default:* `nil`) - Output only. File path of the rendered manifest relative to the URI for the stable phase.
2626
* `phaseArtifacts` (*type:* `%{optional(String.t) => GoogleApi.CloudDeploy.V1.Model.PhaseArtifact.t}`, *default:* `nil`) - Output only. Map from the phase ID to the phase artifacts for the `Target`.
27-
* `skaffoldConfigPath` (*type:* `String.t`, *default:* `nil`) - Output only. File path of the resolved Skaffold configuration relative to the URI.
27+
* `skaffoldConfigPath` (*type:* `String.t`, *default:* `nil`) - Output only. File path of the resolved Skaffold configuration for the stable phase, relative to the URI.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)