google-apis-dataproc_v1 0.91.0 → 0.92.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: 7954469f756baa594bd5172a97c2fc7bebecfbe65562b23cd0c37e98705e3012
4
- data.tar.gz: 632ffc583ebbfbcf876a4d2a6c8fc7822272b9586e071b2aa158a8f4d7744494
3
+ metadata.gz: 0e8820fd9f6370755ad504563d4d9273c2e553d67e84ebd346dc9fcacfc8e3ae
4
+ data.tar.gz: 3bda44c2cc4f20dfc568012a2cf4c1be860e4d93f432b3428070c0fcbbce4df1
5
5
  SHA512:
6
- metadata.gz: 7d07d3a8544315a41d7ca55fb0022cdf1903e43a6b7fe65fedd1267505cbaaf878121955d19e119d473169b871d78f1c3edea8042ff47c4f342df956d4aec04b
7
- data.tar.gz: a3e4c5b49010c18e9059cb85950782beaf93d56898a8b115d5ba69bb1c61638504765afaefe1fe3d194a4fd63c025e1af6d7ba0f443fa2395896de6844b41b90
6
+ metadata.gz: 74c7c9e2cc9a049bff965e6a4bdc3387b220443e4db22b67519a8c5ddc01498a3685c1b17c7e25a85a41386914e1d6973e74d2c7fb71023db18af24841cf3f1f
7
+ data.tar.gz: f412cf0292f7de7b485c1c7fef0c9802beb11e1a603774174a9e085300dc6ac6d37412a6004519c3541dac7de453e619bb76c590009d42d4bbd9fa199197d1de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.92.0 (2026-05-03)
4
+
5
+ * Regenerated from discovery document revision 20260427
6
+
3
7
  ### v0.91.0 (2026-04-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260407
@@ -2346,6 +2346,14 @@ module Google
2346
2346
  # @return [String]
2347
2347
  attr_accessor :network_uri
2348
2348
 
2349
+ # Optional. Associates Resource Manager tags with the workload nodes. There is a
2350
+ # max limit of 30 tags. Keys and values can be either in numeric format, such as
2351
+ # tagKeys/`tag_key_id` and tagValues/`tag_value_id`, or in namespaced format,
2352
+ # such as `org_id|project_id`/`tag_key_short_name` and `tag_value_short_name`.
2353
+ # Corresponds to the JSON property `resourceManagerTags`
2354
+ # @return [Hash<String,String>]
2355
+ attr_accessor :resource_manager_tags
2356
+
2349
2357
  # Optional. Service account that used to execute workload.
2350
2358
  # Corresponds to the JSON property `serviceAccount`
2351
2359
  # @return [String]
@@ -2394,6 +2402,7 @@ module Google
2394
2402
  @kms_key = args[:kms_key] if args.key?(:kms_key)
2395
2403
  @network_tags = args[:network_tags] if args.key?(:network_tags)
2396
2404
  @network_uri = args[:network_uri] if args.key?(:network_uri)
2405
+ @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
2397
2406
  @service_account = args[:service_account] if args.key?(:service_account)
2398
2407
  @staging_bucket = args[:staging_bucket] if args.key?(:staging_bucket)
2399
2408
  @subnetwork_uri = args[:subnetwork_uri] if args.key?(:subnetwork_uri)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DataprocV1
18
18
  # Version of the google-apis-dataproc_v1 gem
19
- GEM_VERSION = "0.91.0"
19
+ GEM_VERSION = "0.92.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 = "20260407"
25
+ REVISION = "20260427"
26
26
  end
27
27
  end
28
28
  end
@@ -2250,6 +2250,7 @@ module Google
2250
2250
  property :kms_key, as: 'kmsKey'
2251
2251
  collection :network_tags, as: 'networkTags'
2252
2252
  property :network_uri, as: 'networkUri'
2253
+ hash :resource_manager_tags, as: 'resourceManagerTags'
2253
2254
  property :service_account, as: 'serviceAccount'
2254
2255
  property :staging_bucket, as: 'stagingBucket'
2255
2256
  property :subnetwork_uri, as: 'subnetworkUri'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataproc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.91.0
4
+ version: 0.92.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-dataproc_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.91.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.92.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataproc_v1
62
62
  rdoc_options: []
63
63
  require_paths: