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

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 +16 -8
  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: 20250930
12
+ // Revision: 20251015
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -638,7 +638,7 @@ declare namespace gapi.client {
638
638
  privateIpv6GoogleAccess?: string;
639
639
  /** Optional. Reservation Affinity for consuming Zonal reservation. */
640
640
  reservationAffinity?: ReservationAffinity;
641
- /** Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing) to add to all instances (see Use secure tags in Dataproc (https://cloud.google.com/dataproc/docs/guides/attach-secure-tags)). */
641
+ /** Optional. Resource manager tags (https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing) to add to all instances (see Use secure tags in Dataproc (https://cloud.google.com/dataproc/docs/guides/use-secure-tags)). */
642
642
  resourceManagerTags?: {[P in string]: string};
643
643
  /** Optional. The Dataproc service account (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/service-accounts#service_accounts_in_dataproc) (also see VM Data Plane identity (https://cloud.google.com/dataproc/docs/concepts/iam/dataproc-principals#vm_service_account_data_plane_identity)) used by Dataproc cluster VM instances to access Google Cloud Platform services.If not specified, the Compute Engine default service account (https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used. */
644
644
  serviceAccount?: string;
@@ -1076,6 +1076,8 @@ declare namespace gapi.client {
1076
1076
  nextPageToken?: string;
1077
1077
  /** A list of operations that matches the specified filter in the request. */
1078
1078
  operations?: Operation[];
1079
+ /** Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations. */
1080
+ unreachable?: string[];
1079
1081
  }
1080
1082
  interface ListSessionsResponse {
1081
1083
  /** A token, which can be sent as page_token, to retrieve the next page. If this field is omitted, there are no subsequent pages. */
@@ -1441,6 +1443,8 @@ declare namespace gapi.client {
1441
1443
  cluster?: ClusterToRepair;
1442
1444
  /** 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
1445
  clusterUuid?: string;
1446
+ /** 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. */
1447
+ dataprocSuperUser?: boolean;
1444
1448
  /** 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
1449
  gracefulDecommissionTimeout?: string;
1446
1450
  /** 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. */
@@ -2324,14 +2328,12 @@ declare namespace gapi.client {
2324
2328
  queryList?: QueryList;
2325
2329
  }
2326
2330
  interface UsageMetrics {
2327
- /** Optional. Accelerator type being used, if any */
2331
+ /** Optional. DEPRECATED Accelerator type being used, if any */
2328
2332
  acceleratorType?: string;
2329
- /** Optional. Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). */
2333
+ /** Optional. DEPRECATED Accelerator usage in (milliAccelerator x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). */
2330
2334
  milliAcceleratorSeconds?: string;
2331
2335
  /** Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). */
2332
2336
  milliDcuSeconds?: string;
2333
- /** Optional. Slot usage in (milliSlot x seconds). */
2334
- milliSlotSeconds?: string;
2335
2337
  /** Optional. Shuffle storage usage in (GB x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). */
2336
2338
  shuffleStorageGbSeconds?: string;
2337
2339
  /** Optional. The timestamp of the usage metrics. */
@@ -2346,8 +2348,6 @@ declare namespace gapi.client {
2346
2348
  milliDcu?: string;
2347
2349
  /** Optional. Milli (one-thousandth) Dataproc Compute Units (DCUs) charged at premium tier (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). */
2348
2350
  milliDcuPremium?: string;
2349
- /** Optional. Milli (one-thousandth) Slot usage of the workload. */
2350
- milliSlot?: string;
2351
2351
  /** Optional. Shuffle Storage in gigabytes (GB). (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)) */
2352
2352
  shuffleStorageGb?: string;
2353
2353
  /** Optional. Shuffle Storage in gigabytes (GB) charged at premium tier. (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)) */
@@ -2464,6 +2464,8 @@ declare namespace gapi.client {
2464
2464
  }
2465
2465
  interface WriteSparkApplicationContextResponse {}
2466
2466
  interface YarnApplication {
2467
+ /** Optional. The cumulative memory usage of the application for a job, measured in mb-seconds. */
2468
+ memoryMbSeconds?: string;
2467
2469
  /** Required. The application name. */
2468
2470
  name?: string;
2469
2471
  /** Required. The numerical progress of the application, from 1 to 100. */
@@ -2472,6 +2474,8 @@ declare namespace gapi.client {
2472
2474
  state?: string;
2473
2475
  /** Optional. The HTTP URL of the ApplicationMaster, HistoryServer, or TimelineServer that provides application-specific information. The URL uses the internal hostname, and requires a proxy server for resolution and, possibly, access. */
2474
2476
  trackingUrl?: string;
2477
+ /** Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-seconds. */
2478
+ vcoreSeconds?: string;
2475
2479
  }
2476
2480
  interface AutoscalingPoliciesResource {
2477
2481
  /** Creates new autoscaling policy. */
@@ -3793,6 +3797,8 @@ declare namespace gapi.client {
3793
3797
  prettyPrint?: boolean;
3794
3798
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3795
3799
  quotaUser?: string;
3800
+ /** When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation. */
3801
+ returnPartialSuccess?: boolean;
3796
3802
  /** Upload protocol for media (e.g. "raw", "multipart"). */
3797
3803
  upload_protocol?: string;
3798
3804
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -7131,6 +7137,8 @@ declare namespace gapi.client {
7131
7137
  prettyPrint?: boolean;
7132
7138
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
7133
7139
  quotaUser?: string;
7140
+ /** When set to true, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field.This can only be true when reading across collections e.g. when parent is set to "projects/example/locations/-".This field is not by default supported and will result in an UNIMPLEMENTED error if set unless explicitly documented otherwise in service or product specific documentation. */
7141
+ returnPartialSuccess?: boolean;
7134
7142
  /** Upload protocol for media (e.g. "raw", "multipart"). */
7135
7143
  upload_protocol?: string;
7136
7144
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.dataproc-v1",
3
- "version": "0.1.20250930",
3
+ "version": "0.1.20251015",
4
4
  "description": "TypeScript typings for Cloud Dataproc API v1",
5
5
  "repository": {
6
6
  "type": "git",