You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: This release has breaking changes.
#### dataproc:v1
The following keys were deleted:
- schemas.UsageMetrics.properties.milliSlotSeconds.description
- schemas.UsageMetrics.properties.milliSlotSeconds.format
- schemas.UsageMetrics.properties.milliSlotSeconds.type
- schemas.UsageSnapshot.properties.milliSlot.description
- schemas.UsageSnapshot.properties.milliSlot.format
- schemas.UsageSnapshot.properties.milliSlot.type
The following keys were added:
- schemas.RepairClusterRequest.properties.dataprocSuperUser.description
- schemas.RepairClusterRequest.properties.dataprocSuperUser.type
Copy file name to clipboardExpand all lines: discovery/dataproc-v1.json
+5-11Lines changed: 5 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -5012,7 +5012,7 @@
5012
5012
}
5013
5013
}
5014
5014
},
5015
-
"revision": "20250930",
5015
+
"revision": "20251001",
5016
5016
"rootUrl": "https://dataproc.googleapis.com/",
5017
5017
"schemas": {
5018
5018
"AcceleratorConfig": {
@@ -9619,6 +9619,10 @@
9619
9619
"description": "Optional. Specifying the cluster_uuid means the RPC will fail (with error NOT_FOUND) if a cluster with the specified UUID does not exist.",
9620
9620
"type": "string"
9621
9621
},
9622
+
"dataprocSuperUser": {
9623
+
"description": "Optional. Whether the request is submitted by Dataproc super user. If true, IAM will check 'dataproc.clusters.repair' permission instead of 'dataproc.clusters.update' permission. This is to give Dataproc superuser the ability to repair clusters without granting the overly broad update permission.",
9624
+
"type": "boolean"
9625
+
},
9622
9626
"gracefulDecommissionTimeout": {
9623
9627
"description": "Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning facilitates the removal of cluster nodes without interrupting jobs in progress. The timeout specifies the amount of time to wait for jobs finish before forcefully removing nodes. The default timeout is 0 for forceful decommissioning, and the maximum timeout period is 1 day. (see JSON Mapping—Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).graceful_decommission_timeout is supported in Dataproc image versions 1.2+.",
9624
9628
"format": "google-duration",
@@ -12600,11 +12604,6 @@
12600
12604
"format": "int64",
12601
12605
"type": "string"
12602
12606
},
12603
-
"milliSlotSeconds": {
12604
-
"description": "Optional. Slot usage in (milliSlot x seconds).",
12605
-
"format": "int64",
12606
-
"type": "string"
12607
-
},
12608
12607
"shuffleStorageGbSeconds": {
12609
12608
"description": "Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
12610
12609
"format": "int64",
@@ -12641,11 +12640,6 @@
12641
12640
"format": "int64",
12642
12641
"type": "string"
12643
12642
},
12644
-
"milliSlot": {
12645
-
"description": "Optional. Milli (one-thousandth) Slot usage of the workload.",
12646
-
"format": "int64",
12647
-
"type": "string"
12648
-
},
12649
12643
"shuffleStorageGb": {
12650
12644
"description": "Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))",
* Optional. Specifying the cluster_uuid means the RPC will fail (with error NOT_FOUND) if a cluster with the specified UUID does not exist.
2878
2878
*/
2879
2879
clusterUuid?: string | null;
2880
+
/**
2881
+
* Optional. Whether the request is submitted by Dataproc super user. If true, IAM will check 'dataproc.clusters.repair' permission instead of 'dataproc.clusters.update' permission. This is to give Dataproc superuser the ability to repair clusters without granting the overly broad update permission.
2882
+
*/
2883
+
dataprocSuperUser?: boolean | null;
2880
2884
/**
2881
2885
* Optional. Timeout for graceful YARN decommissioning. Graceful decommissioning facilitates the removal of cluster nodes without interrupting jobs in progress. The timeout specifies the amount of time to wait for jobs finish before forcefully removing nodes. The default timeout is 0 for forceful decommissioning, and the maximum timeout period is 1 day. (see JSON Mapping—Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)).graceful_decommission_timeout is supported in Dataproc image versions 1.2+.
* Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).
4446
4446
*/
4447
4447
milliDcuPremium?: string | null;
4448
-
/**
4449
-
* Optional. Milli (one-thousandth) Slot usage of the workload.
4450
-
*/
4451
-
milliSlot?: string | null;
4452
4448
/**
4453
4449
* Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))
0 commit comments