Skip to content

Commit c992545

Browse files
feat(all): auto-regenerate discovery clients (#3326)
1 parent bce8b63 commit c992545

22 files changed

+7787
-194
lines changed

‎alertcenter/v1beta1/alertcenter-api.json‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20250414",
426+
"revision": "20250929",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AbuseDetected": {
@@ -530,7 +530,8 @@
530530
"FRAUD",
531531
"NUMBER_HARVESTING",
532532
"PAYMENTS_FRAUD",
533-
"UNWANTED_CONTENT"
533+
"UNWANTED_CONTENT",
534+
"UNQUALIFIED_EDU"
534535
],
535536
"enumDescriptions": [
536537
"Abuse reason is unspecified.",
@@ -541,7 +542,8 @@
541542
"This account is being suspended for fraud.",
542543
"This account is being suspended for number harvesting.",
543544
"This account is being suspended for payments fraud.",
544-
"This account is being suspended for unwanted content."
545+
"This account is being suspended for unwanted content.",
546+
"This account is being suspended for being an unqualified educational institution."
545547
],
546548
"type": "string"
547549
},

‎alertcenter/v1beta1/alertcenter-gen.go‎

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

‎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": "20250813",
5015+
"revision": "20250923",
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)