Skip to content

Commit e462381

Browse files
feat: Automated regeneration of run v2 client (googleapis#26593)
Auto-created at 2026-05-31 10:34:47 +0000 using the toys pull request generator.
1 parent b150ad4 commit e462381

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

generated/google-apis-run_v2/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-run_v2
22

3+
### v0.115.0 (2026-05-31)
4+
5+
* Regenerated from discovery document revision 20260522
6+
37
### v0.114.0 (2026-05-17)
48

59
* Regenerated from discovery document revision 20260512

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,12 +1515,6 @@ class GoogleCloudRunV2Instance
15151515
# @return [Google::Apis::RunV2::GoogleCloudRunV2Condition]
15161516
attr_accessor :terminal_condition
15171517

1518-
# Optional. Duration the instance may be active before the system will shut it
1519-
# down.
1520-
# Corresponds to the JSON property `timeout`
1521-
# @return [String]
1522-
attr_accessor :timeout
1523-
15241518
# Output only. Server assigned unique identifier for the trigger. The value is a
15251519
# UUID4 string and guaranteed to remain unchanged until the resource is deleted.
15261520
# Corresponds to the JSON property `uid`
@@ -1587,7 +1581,6 @@ def update!(**args)
15871581
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
15881582
@service_account = args[:service_account] if args.key?(:service_account)
15891583
@terminal_condition = args[:terminal_condition] if args.key?(:terminal_condition)
1590-
@timeout = args[:timeout] if args.key?(:timeout)
15911584
@uid = args[:uid] if args.key?(:uid)
15921585
@update_time = args[:update_time] if args.key?(:update_time)
15931586
@urls = args[:urls] if args.key?(:urls)

generated/google-apis-run_v2/lib/google/apis/run_v2/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 RunV2
1818
# Version of the google-apis-run_v2 gem
19-
GEM_VERSION = "0.114.0"
19+
GEM_VERSION = "0.115.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 = "20260512"
25+
REVISION = "20260522"
2626
end
2727
end
2828
end

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
12241224
property :service_account, as: 'serviceAccount'
12251225
property :terminal_condition, as: 'terminalCondition', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
12261226

1227-
property :timeout, as: 'timeout'
12281227
property :uid, as: 'uid'
12291228
property :update_time, as: 'updateTime'
12301229
collection :urls, as: 'urls'

0 commit comments

Comments
 (0)