@maxim_mazurok/gapi.client.dataproc-v1 0.1.20250930 → 0.1.20251001
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.
- package/index.d.ts +3 -5
- 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:
|
|
12
|
+
// Revision: 20251001
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1441,6 +1441,8 @@ 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;
|
|
1444
1446
|
/** 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+. */
|
|
1445
1447
|
gracefulDecommissionTimeout?: string;
|
|
1446
1448
|
/** 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. */
|
|
@@ -2330,8 +2332,6 @@ declare namespace gapi.client {
|
|
|
2330
2332
|
milliAcceleratorSeconds?: string;
|
|
2331
2333
|
/** Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). */
|
|
2332
2334
|
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,8 +2346,6 @@ 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;
|
|
2351
2349
|
/** Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)) */
|
|
2352
2350
|
shuffleStorageGb?: string;
|
|
2353
2351
|
/** Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)) */
|