google-apis-run_v2 0.85.0 → 0.86.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: 51dcbd1e91186395143c71cdab8071661766f1cbd8dc287799196f811b587e82
4
- data.tar.gz: 8b2a30f1d2e62d68c455f26e9e686abfe4f55e96d4068cb41c9df97589aaa1aa
3
+ metadata.gz: 45aac966c1ae155089b71f2f5e68dcbeac4551fe939ac37ea53a85689d7d084c
4
+ data.tar.gz: 30f7b70c85e5958646ca2f4b332973e0b06e05d7b5c9c14687c97c1694efe934
5
5
  SHA512:
6
- metadata.gz: c4735299946bbe24a14c43781fe51cddf56ddf1e367c471fdafff296223db66249f4481814fbe159a4ef3b27188daa0056992e701e994ecb1c29ec1d37efb4a5
7
- data.tar.gz: af8d923a9c24b572e536a493b7c94ce48ecc87aebb9e87f1df4ff9e2d357370718cb9b0d1f218492db33b197815c6c7b06fbfae4a98542d4cb192ca912843e98
6
+ metadata.gz: de5c240e22e5997a97549d7257ee090b5100672f6e355eb96d9265b2222efea79495f7df027027a248756f29a730926bd77b7bce79910eb134f9017e8d6d1d0d
7
+ data.tar.gz: d275948ff9b4e63b64a628451181b1324f2c296a44b924e0c3a46f108f0e1a7f771f4ae9a39a093149c72419fb5ac88de73016695c9c4a75d01a161076d692ed
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-run_v2
2
2
 
3
+ ### v0.86.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250411
6
+
3
7
  ### v0.85.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250321
@@ -3049,6 +3049,12 @@ module Google
3049
3049
  # @return [Fixnum]
3050
3050
  attr_accessor :generation
3051
3051
 
3052
+ # Optional. Output only. True if GPU zonal redundancy is disabled on this task.
3053
+ # Corresponds to the JSON property `gpuZonalRedundancyDisabled`
3054
+ # @return [Boolean]
3055
+ attr_accessor :gpu_zonal_redundancy_disabled
3056
+ alias_method :gpu_zonal_redundancy_disabled?, :gpu_zonal_redundancy_disabled
3057
+
3052
3058
  # Output only. Index of the Task, unique per execution, and beginning at 0.
3053
3059
  # Corresponds to the JSON property `index`
3054
3060
  # @return [Fixnum]
@@ -3188,6 +3194,7 @@ module Google
3188
3194
  @execution_environment = args[:execution_environment] if args.key?(:execution_environment)
3189
3195
  @expire_time = args[:expire_time] if args.key?(:expire_time)
3190
3196
  @generation = args[:generation] if args.key?(:generation)
3197
+ @gpu_zonal_redundancy_disabled = args[:gpu_zonal_redundancy_disabled] if args.key?(:gpu_zonal_redundancy_disabled)
3191
3198
  @index = args[:index] if args.key?(:index)
3192
3199
  @job = args[:job] if args.key?(:job)
3193
3200
  @labels = args[:labels] if args.key?(:labels)
@@ -6542,7 +6549,15 @@ module Google
6542
6549
  end
6543
6550
  end
6544
6551
 
6545
- # This is proto2's version of MessageSet.
6552
+ # This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS.
6553
+ # If you are using editions or proto2, please make your own extendable messages
6554
+ # for your use case. If you are using proto3, please use `Any` instead.
6555
+ # MessageSet was the implementation of extensions for proto1. When proto2 was
6556
+ # introduced, extensions were implemented as a first-class feature. This schema
6557
+ # for MessageSet was meant to be a "bridge" solution to migrate MessageSet-
6558
+ # bearing messages from proto1 to proto2. This schema has been open-sourced only
6559
+ # to facilitate the migration of Google products with MessageSet-bearing
6560
+ # messages to open-source environments.
6546
6561
  class Proto2BridgeMessageSet
6547
6562
  include Google::Apis::Core::Hashable
6548
6563
 
@@ -6579,7 +6594,15 @@ module Google
6579
6594
  # @return [String]
6580
6595
  attr_accessor :message
6581
6596
 
6582
- # This is proto2's version of MessageSet.
6597
+ # This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS.
6598
+ # If you are using editions or proto2, please make your own extendable messages
6599
+ # for your use case. If you are using proto3, please use `Any` instead.
6600
+ # MessageSet was the implementation of extensions for proto1. When proto2 was
6601
+ # introduced, extensions were implemented as a first-class feature. This schema
6602
+ # for MessageSet was meant to be a "bridge" solution to migrate MessageSet-
6603
+ # bearing messages from proto1 to proto2. This schema has been open-sourced only
6604
+ # to facilitate the migration of Google products with MessageSet-bearing
6605
+ # messages to open-source environments.
6583
6606
  # Corresponds to the JSON property `messageSet`
6584
6607
  # @return [Google::Apis::RunV2::Proto2BridgeMessageSet]
6585
6608
  attr_accessor :message_set
@@ -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.85.0"
19
+ GEM_VERSION = "0.86.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250321"
25
+ REVISION = "20250411"
26
26
  end
27
27
  end
28
28
  end
@@ -1478,6 +1478,7 @@ module Google
1478
1478
  property :execution_environment, as: 'executionEnvironment'
1479
1479
  property :expire_time, as: 'expireTime'
1480
1480
  property :generation, :numeric_string => true, as: 'generation'
1481
+ property :gpu_zonal_redundancy_disabled, as: 'gpuZonalRedundancyDisabled'
1481
1482
  property :index, as: 'index'
1482
1483
  property :job, as: 'job'
1483
1484
  hash :labels, as: 'labels'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-run_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.85.0
4
+ version: 0.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.85.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.86.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: