Skip to content

Commit 7d41745

Browse files
feat: Automated regeneration of clouddeploy v1 client (#25361)
Auto-created at 2026-01-18 09:12:21 +0000 using the toys pull request generator.
1 parent 3c1323f commit 7d41745

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75943,6 +75943,7 @@
7594375943
"/clouddeploy:v1/AutomationRun/stateDescription": state_description
7594475944
"/clouddeploy:v1/AutomationRun/targetId": target_id
7594575945
"/clouddeploy:v1/AutomationRun/timedPromoteReleaseOperation": timed_promote_release_operation
75946+
"/clouddeploy:v1/AutomationRun/uid": uid
7594675947
"/clouddeploy:v1/AutomationRun/updateTime": update_time
7594775948
"/clouddeploy:v1/AutomationRun/waitUntilTime": wait_until_time
7594875949
"/clouddeploy:v1/AutomationRunEvent": automation_run_event

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.68.0 (2026-01-18)
4+
5+
* Regenerated from discovery document revision 20260109
6+
37
### v0.67.0 (2025-12-21)
48

59
* Regenerated from discovery document revision 20251210

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,11 @@ class AutomationRun
740740
# @return [Google::Apis::ClouddeployV1::TimedPromoteReleaseOperation]
741741
attr_accessor :timed_promote_release_operation
742742

743+
# Output only. Unique identifier of the `AutomationRun`.
744+
# Corresponds to the JSON property `uid`
745+
# @return [String]
746+
attr_accessor :uid
747+
743748
# Output only. Time at which the automationRun was updated.
744749
# Corresponds to the JSON property `updateTime`
745750
# @return [String]
@@ -773,6 +778,7 @@ def update!(**args)
773778
@state_description = args[:state_description] if args.key?(:state_description)
774779
@target_id = args[:target_id] if args.key?(:target_id)
775780
@timed_promote_release_operation = args[:timed_promote_release_operation] if args.key?(:timed_promote_release_operation)
781+
@uid = args[:uid] if args.key?(:uid)
776782
@update_time = args[:update_time] if args.key?(:update_time)
777783
@wait_until_time = args[:wait_until_time] if args.key?(:wait_until_time)
778784
end

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.67.0"
19+
GEM_VERSION = "0.68.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
12351235
property :target_id, as: 'targetId'
12361236
property :timed_promote_release_operation, as: 'timedPromoteReleaseOperation', class: Google::Apis::ClouddeployV1::TimedPromoteReleaseOperation, decorator: Google::Apis::ClouddeployV1::TimedPromoteReleaseOperation::Representation
12371237

1238+
property :uid, as: 'uid'
12381239
property :update_time, as: 'updateTime'
12391240
property :wait_until_time, as: 'waitUntilTime'
12401241
end

0 commit comments

Comments
 (0)