google-apis-run_v2 0.113.0 → 0.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3815a6bf0be1e60dc016ef519a82f2c76cac8304573a06e39a8fbe2f46a07069
4
- data.tar.gz: 344c63910d608596fdf4db7e98aea61076d19db7de3a7d70941c414fdddd9c85
3
+ metadata.gz: 3f4da3f4b8f035eb8c0c0d0f958ebc78e5199cc8c9aadf5964292d0816947cee
4
+ data.tar.gz: 1d8d38eb84de248ed8ed8410fb5d6062d23fd6e1f21b0d7ad64f5fec350428e0
5
5
  SHA512:
6
- metadata.gz: 5d13eedbc84bbd5f68b276e30a667994a2384fdbf3f5e7175fe67705473c6343a006d946253656e433092e4faa9ee53656f2c3d18d44b49ef49dab1d95e16a0d
7
- data.tar.gz: d9131bc885b45647e26caba45946283c08e84065dfaf3979ffb2464ebffeb490cd405f517feaa268cb3599232632da4b4aabc40962e6e62506f8ec7ee69abe1d
6
+ metadata.gz: 7ff236a69aa87929976e374ffffca6132ea22859dd0ab95d89dd606a9caa40c6f8d9162dda9c1efc9d46d4c758a04bc93ced5ff1138b68c9efa246d5c896030b
7
+ data.tar.gz: e23f8ff7138ce93d5c01ef87b30e8e31c8044316cb6ddeebe42b9bca1e7e52687e0896a373a86d87547d7531fdaa252455275f74031eb65dcae9033f95292fdb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.115.0 (2026-05-31)
4
+
5
+ * Regenerated from discovery document revision 20260522
6
+
7
+ ### v0.114.0 (2026-05-17)
8
+
9
+ * Regenerated from discovery document revision 20260512
10
+
3
11
  ### v0.113.0 (2026-05-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20260501
@@ -1515,12 +1515,6 @@ module Google
1515
1515
  # @return [Google::Apis::RunV2::GoogleCloudRunV2Condition]
1516
1516
  attr_accessor :terminal_condition
1517
1517
 
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
-
1524
1518
  # Output only. Server assigned unique identifier for the trigger. The value is a
1525
1519
  # UUID4 string and guaranteed to remain unchanged until the resource is deleted.
1526
1520
  # Corresponds to the JSON property `uid`
@@ -1587,7 +1581,6 @@ module Google
1587
1581
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
1588
1582
  @service_account = args[:service_account] if args.key?(:service_account)
1589
1583
  @terminal_condition = args[:terminal_condition] if args.key?(:terminal_condition)
1590
- @timeout = args[:timeout] if args.key?(:timeout)
1591
1584
  @uid = args[:uid] if args.key?(:uid)
1592
1585
  @update_time = args[:update_time] if args.key?(:update_time)
1593
1586
  @urls = args[:urls] if args.key?(:urls)
@@ -5391,7 +5384,7 @@ module Google
5391
5384
  # @return [Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1TimeSpan]
5392
5385
  attr_accessor :pull_timing
5393
5386
 
5394
- # Output only. Declaration of results for this build step.
5387
+ # Declaration of results for this build step.
5395
5388
  # Corresponds to the JSON property `results`
5396
5389
  # @return [Array<Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1StepResult>]
5397
5390
  attr_accessor :results
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV2
18
18
  # Version of the google-apis-run_v2 gem
19
- GEM_VERSION = "0.113.0"
19
+ GEM_VERSION = "0.115.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260501"
25
+ REVISION = "20260522"
26
26
  end
27
27
  end
28
28
  end
@@ -1224,7 +1224,6 @@ module Google
1224
1224
  property :service_account, as: 'serviceAccount'
1225
1225
  property :terminal_condition, as: 'terminalCondition', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
1226
1226
 
1227
- property :timeout, as: 'timeout'
1228
1227
  property :uid, as: 'uid'
1229
1228
  property :update_time, as: 'updateTime'
1230
1229
  collection :urls, as: 'urls'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.113.0
4
+ version: 0.115.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.113.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.115.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
62
62
  rdoc_options: []
63
63
  require_paths: