Skip to content

Commit 2c4dd78

Browse files
feat(all): auto-regenerate discovery clients (#3336)
1 parent ceff1a1 commit 2c4dd78

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

dataproc/v1/dataproc-api.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5012,7 +5012,7 @@
50125012
}
50135013
}
50145014
},
5015-
"revision": "20250930",
5015+
"revision": "20251001",
50165016
"rootUrl": "https://dataproc.googleapis.com/",
50175017
"schemas": {
50185018
"AcceleratorConfig": {
@@ -9619,6 +9619,10 @@
96199619
"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.",
96209620
"type": "string"
96219621
},
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+
},
96229626
"gracefulDecommissionTimeout": {
96239627
"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+.",
96249628
"format": "google-duration",
@@ -12600,11 +12604,6 @@
1260012604
"format": "int64",
1260112605
"type": "string"
1260212606
},
12603-
"milliSlotSeconds": {
12604-
"description": "Optional. Slot usage in (milliSlot x seconds).",
12605-
"format": "int64",
12606-
"type": "string"
12607-
},
1260812607
"shuffleStorageGbSeconds": {
1260912608
"description": "Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
1261012609
"format": "int64",
@@ -12641,11 +12640,6 @@
1264112640
"format": "int64",
1264212641
"type": "string"
1264312642
},
12644-
"milliSlot": {
12645-
"description": "Optional. Milli (one-thousandth) Slot usage of the workload.",
12646-
"format": "int64",
12647-
"type": "string"
12648-
},
1264912643
"shuffleStorageGb": {
1265012644
"description": "Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))",
1265112645
"format": "int64",

dataproc/v1/dataproc-gen.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)