Skip to content

Commit b0ef84f

Browse files
feat: Automated regeneration of run v1 client (googleapis#26598)
Auto-created at 2026-05-31 10:46:28 +0000 using the toys pull request generator.
1 parent eddfeb1 commit b0ef84f

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

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

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

59
* Regenerated from discovery document revision 20260512

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3996,12 +3996,6 @@ class InstanceSpec
39963996
# @return [String]
39973997
attr_accessor :service_account_name
39983998

3999-
# Optional. Duration the instance may be active before the system will shut it
4000-
# down.
4001-
# Corresponds to the JSON property `timeout`
4002-
# @return [String]
4003-
attr_accessor :timeout
4004-
40053999
# Optional. List of volumes that can be mounted by containers belonging to the
40064000
# Instance.
40074001
# Corresponds to the JSON property `volumes`
@@ -4017,7 +4011,6 @@ def update!(**args)
40174011
@containers = args[:containers] if args.key?(:containers)
40184012
@node_selector = args[:node_selector] if args.key?(:node_selector)
40194013
@service_account_name = args[:service_account_name] if args.key?(:service_account_name)
4020-
@timeout = args[:timeout] if args.key?(:timeout)
40214014
@volumes = args[:volumes] if args.key?(:volumes)
40224015
end
40234016
end

generated/google-apis-run_v1/lib/google/apis/run_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 RunV1
1818
# Version of the google-apis-run_v1 gem
19-
GEM_VERSION = "0.106.0"
19+
GEM_VERSION = "0.107.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_v1/lib/google/apis/run_v1/representations.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1964,7 +1964,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
19641964

19651965
hash :node_selector, as: 'nodeSelector'
19661966
property :service_account_name, as: 'serviceAccountName'
1967-
property :timeout, as: 'timeout'
19681967
collection :volumes, as: 'volumes', class: Google::Apis::RunV1::Volume, decorator: Google::Apis::RunV1::Volume::Representation
19691968

19701969
end

0 commit comments

Comments
 (0)