google-apis-dataproc_v1 0.81.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e27fb6c32db9423e8f9ca565f35b3845001a06e6474ed42d2058d32c996813d2
|
4
|
+
data.tar.gz: 22f42f9d212c4e5d31be7c0ba4823d9f1c4340f8cb4a3e6d2eaa84b90a9205ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17eb9505599668761e0930f6b00a1a09d85d5ae80de642bbaf4adaa8dc0954c6949cf44322673e13db4f9ab0e5c99563025b1e71f2dcfb34b9fbb25017005c24
|
7
|
+
data.tar.gz: f9e55b6cf515557987172fe5d2064b23d1df4bb4090c3b146292e1b803fbba0af930c17ee595debb32a6c04d3d8393033ffc73f54b36cb5725bc1f281e17317d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.82.0 (2025-08-24)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250813
|
10
|
+
|
3
11
|
### v0.81.0 (2025-07-06)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250624
|
@@ -382,6 +382,12 @@ module Google
|
|
382
382
|
# @return [String]
|
383
383
|
attr_accessor :request_id
|
384
384
|
|
385
|
+
# Optional. The requestor ID is used to identify if the request comes from a GCA
|
386
|
+
# investigation or the old Ask Gemini Experience.
|
387
|
+
# Corresponds to the JSON property `requestorId`
|
388
|
+
# @return [String]
|
389
|
+
attr_accessor :requestor_id
|
390
|
+
|
385
391
|
def initialize(**args)
|
386
392
|
update!(**args)
|
387
393
|
end
|
@@ -389,6 +395,7 @@ module Google
|
|
389
395
|
# Update properties of this object
|
390
396
|
def update!(**args)
|
391
397
|
@request_id = args[:request_id] if args.key?(:request_id)
|
398
|
+
@requestor_id = args[:requestor_id] if args.key?(:requestor_id)
|
392
399
|
end
|
393
400
|
end
|
394
401
|
|
@@ -1370,7 +1377,7 @@ module Google
|
|
1370
1377
|
# @return [Array<Google::Apis::DataprocV1::AuxiliaryNodeGroup>]
|
1371
1378
|
attr_accessor :auxiliary_node_groups
|
1372
1379
|
|
1373
|
-
# Optional. The tier
|
1380
|
+
# Optional. The cluster tier.
|
1374
1381
|
# Corresponds to the JSON property `clusterTier`
|
1375
1382
|
# @return [String]
|
1376
1383
|
attr_accessor :cluster_tier
|
@@ -6813,6 +6820,15 @@ module Google
|
|
6813
6820
|
# @return [String]
|
6814
6821
|
attr_accessor :cluster_uuid
|
6815
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
|
+
|
6816
6832
|
# Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning
|
6817
6833
|
# facilitates the removal of cluster nodes without interrupting jobs in progress.
|
6818
6834
|
# The timeout specifies the amount of time to wait for jobs finish before
|
@@ -6855,6 +6871,7 @@ module Google
|
|
6855
6871
|
def update!(**args)
|
6856
6872
|
@cluster = args[:cluster] if args.key?(:cluster)
|
6857
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)
|
6858
6875
|
@graceful_decommission_timeout = args[:graceful_decommission_timeout] if args.key?(:graceful_decommission_timeout)
|
6859
6876
|
@node_pools = args[:node_pools] if args.key?(:node_pools)
|
6860
6877
|
@parent_operation_id = args[:parent_operation_id] if args.key?(:parent_operation_id)
|
@@ -7874,7 +7891,7 @@ module Google
|
|
7874
7891
|
# @return [Hash<String,String>]
|
7875
7892
|
attr_accessor :labels
|
7876
7893
|
|
7877
|
-
# Required. The resource name of the session template.
|
7894
|
+
# Required. Identifier. The resource name of the session template.
|
7878
7895
|
# Corresponds to the JSON property `name`
|
7879
7896
|
# @return [String]
|
7880
7897
|
attr_accessor :name
|
@@ -11396,11 +11413,6 @@ module Google
|
|
11396
11413
|
# @return [Fixnum]
|
11397
11414
|
attr_accessor :milli_dcu_seconds
|
11398
11415
|
|
11399
|
-
# Optional. Slot usage in (milliSlot x seconds).
|
11400
|
-
# Corresponds to the JSON property `milliSlotSeconds`
|
11401
|
-
# @return [Fixnum]
|
11402
|
-
attr_accessor :milli_slot_seconds
|
11403
|
-
|
11404
11416
|
# Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless
|
11405
11417
|
# pricing (https://cloud.google.com/dataproc-serverless/pricing)).
|
11406
11418
|
# Corresponds to the JSON property `shuffleStorageGbSeconds`
|
@@ -11421,7 +11433,6 @@ module Google
|
|
11421
11433
|
@accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
|
11422
11434
|
@milli_accelerator_seconds = args[:milli_accelerator_seconds] if args.key?(:milli_accelerator_seconds)
|
11423
11435
|
@milli_dcu_seconds = args[:milli_dcu_seconds] if args.key?(:milli_dcu_seconds)
|
11424
|
-
@milli_slot_seconds = args[:milli_slot_seconds] if args.key?(:milli_slot_seconds)
|
11425
11436
|
@shuffle_storage_gb_seconds = args[:shuffle_storage_gb_seconds] if args.key?(:shuffle_storage_gb_seconds)
|
11426
11437
|
@update_time = args[:update_time] if args.key?(:update_time)
|
11427
11438
|
end
|
@@ -11456,11 +11467,6 @@ module Google
|
|
11456
11467
|
# @return [Fixnum]
|
11457
11468
|
attr_accessor :milli_dcu_premium
|
11458
11469
|
|
11459
|
-
# Optional. Milli (one-thousandth) Slot usage of the workload.
|
11460
|
-
# Corresponds to the JSON property `milliSlot`
|
11461
|
-
# @return [Fixnum]
|
11462
|
-
attr_accessor :milli_slot
|
11463
|
-
|
11464
11470
|
# Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (
|
11465
11471
|
# https://cloud.google.com/dataproc-serverless/pricing))
|
11466
11472
|
# Corresponds to the JSON property `shuffleStorageGb`
|
@@ -11489,7 +11495,6 @@ module Google
|
|
11489
11495
|
@milli_accelerator = args[:milli_accelerator] if args.key?(:milli_accelerator)
|
11490
11496
|
@milli_dcu = args[:milli_dcu] if args.key?(:milli_dcu)
|
11491
11497
|
@milli_dcu_premium = args[:milli_dcu_premium] if args.key?(:milli_dcu_premium)
|
11492
|
-
@milli_slot = args[:milli_slot] if args.key?(:milli_slot)
|
11493
11498
|
@shuffle_storage_gb = args[:shuffle_storage_gb] if args.key?(:shuffle_storage_gb)
|
11494
11499
|
@shuffle_storage_gb_premium = args[:shuffle_storage_gb_premium] if args.key?(:shuffle_storage_gb_premium)
|
11495
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.
|
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 = "
|
25
|
+
REVISION = "20251001"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1728,6 +1728,7 @@ module Google
|
|
1728
1728
|
# @private
|
1729
1729
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1730
1730
|
property :request_id, as: 'requestId'
|
1731
|
+
property :requestor_id, as: 'requestorId'
|
1731
1732
|
end
|
1732
1733
|
end
|
1733
1734
|
|
@@ -3320,6 +3321,7 @@ module Google
|
|
3320
3321
|
property :cluster, as: 'cluster', class: Google::Apis::DataprocV1::ClusterToRepair, decorator: Google::Apis::DataprocV1::ClusterToRepair::Representation
|
3321
3322
|
|
3322
3323
|
property :cluster_uuid, as: 'clusterUuid'
|
3324
|
+
property :dataproc_super_user, as: 'dataprocSuperUser'
|
3323
3325
|
property :graceful_decommission_timeout, as: 'gracefulDecommissionTimeout'
|
3324
3326
|
collection :node_pools, as: 'nodePools', class: Google::Apis::DataprocV1::NodePool, decorator: Google::Apis::DataprocV1::NodePool::Representation
|
3325
3327
|
|
@@ -4551,7 +4553,6 @@ module Google
|
|
4551
4553
|
property :accelerator_type, as: 'acceleratorType'
|
4552
4554
|
property :milli_accelerator_seconds, :numeric_string => true, as: 'milliAcceleratorSeconds'
|
4553
4555
|
property :milli_dcu_seconds, :numeric_string => true, as: 'milliDcuSeconds'
|
4554
|
-
property :milli_slot_seconds, :numeric_string => true, as: 'milliSlotSeconds'
|
4555
4556
|
property :shuffle_storage_gb_seconds, :numeric_string => true, as: 'shuffleStorageGbSeconds'
|
4556
4557
|
property :update_time, as: 'updateTime'
|
4557
4558
|
end
|
@@ -4564,7 +4565,6 @@ module Google
|
|
4564
4565
|
property :milli_accelerator, :numeric_string => true, as: 'milliAccelerator'
|
4565
4566
|
property :milli_dcu, :numeric_string => true, as: 'milliDcu'
|
4566
4567
|
property :milli_dcu_premium, :numeric_string => true, as: 'milliDcuPremium'
|
4567
|
-
property :milli_slot, :numeric_string => true, as: 'milliSlot'
|
4568
4568
|
property :shuffle_storage_gb, :numeric_string => true, as: 'shuffleStorageGb'
|
4569
4569
|
property :shuffle_storage_gb_premium, :numeric_string => true, as: 'shuffleStorageGbPremium'
|
4570
4570
|
property :snapshot_time, as: 'snapshotTime'
|
@@ -1721,7 +1721,7 @@ module Google
|
|
1721
1721
|
|
1722
1722
|
# Updates the session template synchronously.
|
1723
1723
|
# @param [String] name
|
1724
|
-
# Required. The resource name of the session template.
|
1724
|
+
# Required. Identifier. The resource name of the session template.
|
1725
1725
|
# @param [Google::Apis::DataprocV1::SessionTemplate] session_template_object
|
1726
1726
|
# @param [String] fields
|
1727
1727
|
# Selector specifying which fields to include in a partial response.
|
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.
|
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.
|
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:
|