@maxim_mazurok/gapi.client.dataproc-v1 0.1.20250911 → 0.1.20250930

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.
Files changed (2) hide show
  1. package/index.d.ts +5 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://dataproc.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250911
12
+ // Revision: 20250930
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1441,8 +1441,6 @@ declare namespace gapi.client {
1441
1441
  cluster?: ClusterToRepair;
1442
1442
  /** Optional. Specifying the cluster_uuid means the RPC will fail (with error NOT_FOUND) if a cluster with the specified UUID does not exist. */
1443
1443
  clusterUuid?: string;
1444
- /** 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. */
1445
- dataprocSuperUser?: boolean;
1446
1444
  /** 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+. */
1447
1445
  gracefulDecommissionTimeout?: string;
1448
1446
  /** Optional. Node pools and corresponding repair action to be taken. All node pools should be unique in this request. i.e. Multiple entries for the same node pool id are not allowed. */
@@ -2332,6 +2330,8 @@ declare namespace gapi.client {
2332
2330
  milliAcceleratorSeconds?: string;
2333
2331
  /** Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). */
2334
2332
  milliDcuSeconds?: string;
2333
+ /** Optional. Slot usage in (milliSlot x seconds). */
2334
+ milliSlotSeconds?: string;
2335
2335
  /** Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). */
2336
2336
  shuffleStorageGbSeconds?: string;
2337
2337
  /** Optional. The timestamp of the usage metrics. */
@@ -2346,6 +2346,8 @@ declare namespace gapi.client {
2346
2346
  milliDcu?: string;
2347
2347
  /** Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). */
2348
2348
  milliDcuPremium?: string;
2349
+ /** Optional. Milli (one-thousandth) Slot usage of the workload. */
2350
+ milliSlot?: string;
2349
2351
  /** Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)) */
2350
2352
  shuffleStorageGb?: string;
2351
2353
  /** Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dataproc-v1",
3
- "version": "0.1.20250911",
3
+ "version": "0.1.20250930",
4
4
  "description": "TypeScript typings for Cloud Dataproc API v1",
5
5
  "repository": {
6
6
  "type": "git",