google-apis-dataproc_v1 0.82.0 → 0.83.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: 2b209dacfceff69e94ae0bfdcfc786ce89334271a1d4da0f9c038e898d633ea5
4
- data.tar.gz: 6b65e7d2e3f600259144ac7a9e0e641a62d3d5572a5ca8377afe91ccabdfdb3b
3
+ metadata.gz: e27fb6c32db9423e8f9ca565f35b3845001a06e6474ed42d2058d32c996813d2
4
+ data.tar.gz: 22f42f9d212c4e5d31be7c0ba4823d9f1c4340f8cb4a3e6d2eaa84b90a9205ab
5
5
  SHA512:
6
- metadata.gz: 3db1b5f39988270f4db8fa5e6c93a6959f680adbf198886c97dea9ffb033f6b1bbb5685667d9f20f7f818fcf5a97e0cc4a2a5a7485cd3d0b67706837e38e284a
7
- data.tar.gz: d0dd5da90675f385949942c1185b06988474076f3445a7dd25a85db350aa79e225d6e61fd460782510e2815519d197be7f117d51a9a696d54b23e7b50da449c6
6
+ metadata.gz: 17eb9505599668761e0930f6b00a1a09d85d5ae80de642bbaf4adaa8dc0954c6949cf44322673e13db4f9ab0e5c99563025b1e71f2dcfb34b9fbb25017005c24
7
+ data.tar.gz: f9e55b6cf515557987172fe5d2064b23d1df4bb4090c3b146292e1b803fbba0af930c17ee595debb32a6c04d3d8393033ffc73f54b36cb5725bc1f281e17317d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataproc_v1
2
2
 
3
+ ### v0.83.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251001
6
+
3
7
  ### v0.82.0 (2025-08-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20250813
@@ -6820,6 +6820,15 @@ module Google
6820
6820
  # @return [String]
6821
6821
  attr_accessor :cluster_uuid
6822
6822
 
6823
+ # Optional. Whether the request is submitted by Dataproc super user. If true,
6824
+ # IAM will check 'dataproc.clusters.repair' permission instead of 'dataproc.
6825
+ # clusters.update' permission. This is to give Dataproc superuser the ability to
6826
+ # repair clusters without granting the overly broad update permission.
6827
+ # Corresponds to the JSON property `dataprocSuperUser`
6828
+ # @return [Boolean]
6829
+ attr_accessor :dataproc_super_user
6830
+ alias_method :dataproc_super_user?, :dataproc_super_user
6831
+
6823
6832
  # Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning
6824
6833
  # facilitates the removal of cluster nodes without interrupting jobs in progress.
6825
6834
  # The timeout specifies the amount of time to wait for jobs finish before
@@ -6862,6 +6871,7 @@ module Google
6862
6871
  def update!(**args)
6863
6872
  @cluster = args[:cluster] if args.key?(:cluster)
6864
6873
  @cluster_uuid = args[:cluster_uuid] if args.key?(:cluster_uuid)
6874
+ @dataproc_super_user = args[:dataproc_super_user] if args.key?(:dataproc_super_user)
6865
6875
  @graceful_decommission_timeout = args[:graceful_decommission_timeout] if args.key?(:graceful_decommission_timeout)
6866
6876
  @node_pools = args[:node_pools] if args.key?(:node_pools)
6867
6877
  @parent_operation_id = args[:parent_operation_id] if args.key?(:parent_operation_id)
@@ -11403,11 +11413,6 @@ module Google
11403
11413
  # @return [Fixnum]
11404
11414
  attr_accessor :milli_dcu_seconds
11405
11415
 
11406
- # Optional. Slot usage in (milliSlot x seconds).
11407
- # Corresponds to the JSON property `milliSlotSeconds`
11408
- # @return [Fixnum]
11409
- attr_accessor :milli_slot_seconds
11410
-
11411
11416
  # Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless
11412
11417
  # pricing (https://cloud.google.com/dataproc-serverless/pricing)).
11413
11418
  # Corresponds to the JSON property `shuffleStorageGbSeconds`
@@ -11428,7 +11433,6 @@ module Google
11428
11433
  @accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
11429
11434
  @milli_accelerator_seconds = args[:milli_accelerator_seconds] if args.key?(:milli_accelerator_seconds)
11430
11435
  @milli_dcu_seconds = args[:milli_dcu_seconds] if args.key?(:milli_dcu_seconds)
11431
- @milli_slot_seconds = args[:milli_slot_seconds] if args.key?(:milli_slot_seconds)
11432
11436
  @shuffle_storage_gb_seconds = args[:shuffle_storage_gb_seconds] if args.key?(:shuffle_storage_gb_seconds)
11433
11437
  @update_time = args[:update_time] if args.key?(:update_time)
11434
11438
  end
@@ -11463,11 +11467,6 @@ module Google
11463
11467
  # @return [Fixnum]
11464
11468
  attr_accessor :milli_dcu_premium
11465
11469
 
11466
- # Optional. Milli (one-thousandth) Slot usage of the workload.
11467
- # Corresponds to the JSON property `milliSlot`
11468
- # @return [Fixnum]
11469
- attr_accessor :milli_slot
11470
-
11471
11470
  # Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (
11472
11471
  # https://cloud.google.com/dataproc-serverless/pricing))
11473
11472
  # Corresponds to the JSON property `shuffleStorageGb`
@@ -11496,7 +11495,6 @@ module Google
11496
11495
  @milli_accelerator = args[:milli_accelerator] if args.key?(:milli_accelerator)
11497
11496
  @milli_dcu = args[:milli_dcu] if args.key?(:milli_dcu)
11498
11497
  @milli_dcu_premium = args[:milli_dcu_premium] if args.key?(:milli_dcu_premium)
11499
- @milli_slot = args[:milli_slot] if args.key?(:milli_slot)
11500
11498
  @shuffle_storage_gb = args[:shuffle_storage_gb] if args.key?(:shuffle_storage_gb)
11501
11499
  @shuffle_storage_gb_premium = args[:shuffle_storage_gb_premium] if args.key?(:shuffle_storage_gb_premium)
11502
11500
  @snapshot_time = args[:snapshot_time] if args.key?(:snapshot_time)
@@ -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.82.0"
19
+ GEM_VERSION = "0.83.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 = "20250813"
25
+ REVISION = "20251001"
26
26
  end
27
27
  end
28
28
  end
@@ -3321,6 +3321,7 @@ module Google
3321
3321
  property :cluster, as: 'cluster', class: Google::Apis::DataprocV1::ClusterToRepair, decorator: Google::Apis::DataprocV1::ClusterToRepair::Representation
3322
3322
 
3323
3323
  property :cluster_uuid, as: 'clusterUuid'
3324
+ property :dataproc_super_user, as: 'dataprocSuperUser'
3324
3325
  property :graceful_decommission_timeout, as: 'gracefulDecommissionTimeout'
3325
3326
  collection :node_pools, as: 'nodePools', class: Google::Apis::DataprocV1::NodePool, decorator: Google::Apis::DataprocV1::NodePool::Representation
3326
3327
 
@@ -4552,7 +4553,6 @@ module Google
4552
4553
  property :accelerator_type, as: 'acceleratorType'
4553
4554
  property :milli_accelerator_seconds, :numeric_string => true, as: 'milliAcceleratorSeconds'
4554
4555
  property :milli_dcu_seconds, :numeric_string => true, as: 'milliDcuSeconds'
4555
- property :milli_slot_seconds, :numeric_string => true, as: 'milliSlotSeconds'
4556
4556
  property :shuffle_storage_gb_seconds, :numeric_string => true, as: 'shuffleStorageGbSeconds'
4557
4557
  property :update_time, as: 'updateTime'
4558
4558
  end
@@ -4565,7 +4565,6 @@ module Google
4565
4565
  property :milli_accelerator, :numeric_string => true, as: 'milliAccelerator'
4566
4566
  property :milli_dcu, :numeric_string => true, as: 'milliDcu'
4567
4567
  property :milli_dcu_premium, :numeric_string => true, as: 'milliDcuPremium'
4568
- property :milli_slot, :numeric_string => true, as: 'milliSlot'
4569
4568
  property :shuffle_storage_gb, :numeric_string => true, as: 'shuffleStorageGb'
4570
4569
  property :shuffle_storage_gb_premium, :numeric_string => true, as: 'shuffleStorageGbPremium'
4571
4570
  property :snapshot_time, as: 'snapshotTime'
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.82.0
4
+ version: 0.83.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.82.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataproc_v1/v0.83.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: