Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions alertcenter/v1beta1/alertcenter-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20250414",
"revision": "20250929",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AbuseDetected": {
Expand Down Expand Up @@ -530,7 +530,8 @@
"FRAUD",
"NUMBER_HARVESTING",
"PAYMENTS_FRAUD",
"UNWANTED_CONTENT"
"UNWANTED_CONTENT",
"UNQUALIFIED_EDU"
],
"enumDescriptions": [
"Abuse reason is unspecified.",
Expand All @@ -541,7 +542,8 @@
"This account is being suspended for fraud.",
"This account is being suspended for number harvesting.",
"This account is being suspended for payments fraud.",
"This account is being suspended for unwanted content."
"This account is being suspended for unwanted content.",
"This account is being suspended for being an unqualified educational institution."
],
"type": "string"
},
Expand Down
2 changes: 2 additions & 0 deletions alertcenter/v1beta1/alertcenter-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 5 additions & 11 deletions dataproc/v1/dataproc-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5012,7 +5012,7 @@
}
}
},
"revision": "20250813",
"revision": "20250923",
"rootUrl": "https://dataproc.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down Expand Up @@ -9619,6 +9619,10 @@
"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.",
"type": "string"
},
"dataprocSuperUser": {
"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.",
"type": "boolean"
},
"gracefulDecommissionTimeout": {
"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+.",
"format": "google-duration",
Expand Down Expand Up @@ -12600,11 +12604,6 @@
"format": "int64",
"type": "string"
},
"milliSlotSeconds": {
"description": "Optional. Slot usage in (milliSlot x seconds).",
"format": "int64",
"type": "string"
},
"shuffleStorageGbSeconds": {
"description": "Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)).",
"format": "int64",
Expand Down Expand Up @@ -12641,11 +12640,6 @@
"format": "int64",
"type": "string"
},
"milliSlot": {
"description": "Optional. Milli (one-thousandth) Slot usage of the workload.",
"format": "int64",
"type": "string"
},
"shuffleStorageGb": {
"description": "Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing))",
"format": "int64",
Expand Down
10 changes: 6 additions & 4 deletions dataproc/v1/dataproc-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading