Skip to content

Commit e367478

Browse files
feat: Automated regeneration of clouddeploy v1 client (googleapis#21879)
Auto-created at 2025-02-26 21:28:01 +0000 using the toys pull request generator.
1 parent 01c4b3f commit e367478

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

generated/google-apis-clouddeploy_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-clouddeploy_v1
22

3+
### v0.57.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250212
6+
37
### v0.56.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250101

generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/classes.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@ class JobRun
26722672
# @return [String]
26732673
attr_accessor :job_id
26742674

2675-
# Identifier. Name of the `JobRun`. Format is `projects/`project`/locations/`
2675+
# Output only. Name of the `JobRun`. Format is `projects/`project`/locations/`
26762676
# location`/deliveryPipelines/`deliveryPipeline`/releases/`releases`/rollouts/`
26772677
# rollouts`/jobRuns/`uuid``.
26782678
# Corresponds to the JSON property `name`
@@ -3106,7 +3106,7 @@ def update!(**args)
31063106
end
31073107
end
31083108

3109-
# ListRolloutsResponse is the response object reutrned by `ListRollouts`.
3109+
# ListRolloutsResponse is the response object returned by `ListRollouts`.
31103110
class ListRolloutsResponse
31113111
include Google::Apis::Core::Hashable
31123112

@@ -5247,7 +5247,7 @@ class RouteDestinations
52475247

52485248
# Optional. Whether to propagate the Kubernetes Service to the route destination
52495249
# clusters. The Service will always be deployed to the Target cluster even if
5250-
# the HTTPRoute is not. This option may be used to facilitiate successful DNS
5250+
# the HTTPRoute is not. This option may be used to facilitate successful DNS
52515251
# lookup in the route destination clusters. Can only be set to true if
52525252
# destinations are specified.
52535253
# Corresponds to the JSON property `propagateService`

generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ClouddeployV1
1818
# Version of the google-apis-clouddeploy_v1 gem
19-
GEM_VERSION = "0.56.0"
19+
GEM_VERSION = "0.57.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250101"
25+
REVISION = "20250212"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)