google-apis-run_v1 0.106.0 → 0.107.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: c7cf02f3f0b1f1d8f992d8fc47e764204382909029efab5d41ff71c85df3ee2c
4
- data.tar.gz: 13ef12b4d5c688ac9e4af35e4ce7b0e34af873ae394cc9f7e4905d5004e6db18
3
+ metadata.gz: 570a33f49a5395c532b17ec95452f5bbbe125590b235702e8b9aad897b96161f
4
+ data.tar.gz: 68b48957b386426cc69a0bbd10ed5b29450af6633d21f58e1bf22100ea82f4b2
5
5
  SHA512:
6
- metadata.gz: 904fb6ec040466d50a6d0ab9e2e15bd5171945f071c23661df65b29b9ec9041f885cbf3d8bc9802517c66a6458ca46664071aa60463a9dc6bf4a35a7aeb5d85e
7
- data.tar.gz: 35226c0430c473806287f0d0f37a3d1d61f19e55182c95b8cb83fbb4cb6cf6f69ed8741d6140e22fa8f403600eeb52a2e2cc7816760a8d73ce748cb2e90ca81d
6
+ metadata.gz: d341b89cac302da9434d18650a1057e7c38f7cd69020d63d3f19a03b7d8614df506b6f1052b8be0c6fa6337d095f9241cb48e8c279ebff5837f8c31803e24c3e
7
+ data.tar.gz: c570e258a2d0ef002eaad5c4735919a17201a38732f4e177fa8122ef16e5d602f19e1655fe769a63efe4742abb5a5501cadf027ad0102caeb4ece16f66112d2a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v1
2
2
 
3
+ ### v0.107.0 (2026-05-31)
4
+
5
+ * Regenerated from discovery document revision 20260522
6
+
3
7
  ### v0.106.0 (2026-05-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20260512
@@ -3996,12 +3996,6 @@ module Google
3996
3996
  # @return [String]
3997
3997
  attr_accessor :service_account_name
3998
3998
 
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
-
4005
3999
  # Optional. List of volumes that can be mounted by containers belonging to the
4006
4000
  # Instance.
4007
4001
  # Corresponds to the JSON property `volumes`
@@ -4017,7 +4011,6 @@ module Google
4017
4011
  @containers = args[:containers] if args.key?(:containers)
4018
4012
  @node_selector = args[:node_selector] if args.key?(:node_selector)
4019
4013
  @service_account_name = args[:service_account_name] if args.key?(:service_account_name)
4020
- @timeout = args[:timeout] if args.key?(:timeout)
4021
4014
  @volumes = args[:volumes] if args.key?(:volumes)
4022
4015
  end
4023
4016
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1
18
18
  # Version of the google-apis-run_v1 gem
19
- GEM_VERSION = "0.106.0"
19
+ GEM_VERSION = "0.107.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 = "20260512"
25
+ REVISION = "20260522"
26
26
  end
27
27
  end
28
28
  end
@@ -1964,7 +1964,6 @@ module Google
1964
1964
 
1965
1965
  hash :node_selector, as: 'nodeSelector'
1966
1966
  property :service_account_name, as: 'serviceAccountName'
1967
- property :timeout, as: 'timeout'
1968
1967
  collection :volumes, as: 'volumes', class: Google::Apis::RunV1::Volume, decorator: Google::Apis::RunV1::Volume::Representation
1969
1968
 
1970
1969
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.106.0
4
+ version: 0.107.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.106.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v1/v0.107.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v1
62
62
  rdoc_options: []
63
63
  require_paths: