@maxim_mazurok/gapi.client.dataproc-v1 0.1.20251001 → 0.1.20251021

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 +15 -5
  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: 20251001
12
+ // Revision: 20251021
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. */
@@ -1349,7 +1351,7 @@ declare namespace gapi.client {
1349
1351
  pythonFileUris?: string[];
1350
1352
  }
1351
1353
  interface PySparkJob {
1352
- /** Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip. */
1354
+ /** Optional. HCFS URIs of archives to be extracted into the working directory of each executor. Supported file types: .jar, .tar, .tar.gz, .tgz, and .zip.Note: Spark applications must be deployed in cluster mode (https://spark.apache.org/docs/latest/cluster-overview.html) for correct environment propagation. */
1353
1355
  archiveUris?: string[];
1354
1356
  /** Optional. The arguments to pass to the driver. Do not include arguments, such as --conf, that can be set as job properties, since a collision may occur that causes an incorrect job submission. */
1355
1357
  args?: string[];
@@ -2326,9 +2328,9 @@ declare namespace gapi.client {
2326
2328
  queryList?: QueryList;
2327
2329
  }
2328
2330
  interface UsageMetrics {
2329
- /** Optional. Accelerator type being used, if any */
2331
+ /** Optional. DEPRECATED Accelerator type being used, if any */
2330
2332
  acceleratorType?: string;
2331
- /** 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)). */
2332
2334
  milliAcceleratorSeconds?: string;
2333
2335
  /** Optional. DCU (Dataproc Compute Units) usage in (milliDCU x seconds) (see Dataproc Serverless pricing (https://cloud.google.com/dataproc-serverless/pricing)). */
2334
2336
  milliDcuSeconds?: string;
@@ -2462,6 +2464,8 @@ declare namespace gapi.client {
2462
2464
  }
2463
2465
  interface WriteSparkApplicationContextResponse {}
2464
2466
  interface YarnApplication {
2467
+ /** Optional. The cumulative memory usage of the application for a job, measured in mb-seconds. */
2468
+ memoryMbSeconds?: string;
2465
2469
  /** Required. The application name. */
2466
2470
  name?: string;
2467
2471
  /** Required. The numerical progress of the application, from 1 to 100. */
@@ -2470,6 +2474,8 @@ declare namespace gapi.client {
2470
2474
  state?: string;
2471
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. */
2472
2476
  trackingUrl?: string;
2477
+ /** Optional. The cumulative CPU time consumed by the application for a job, measured in vcore-seconds. */
2478
+ vcoreSeconds?: string;
2473
2479
  }
2474
2480
  interface AutoscalingPoliciesResource {
2475
2481
  /** Creates new autoscaling policy. */
@@ -3791,6 +3797,8 @@ declare namespace gapi.client {
3791
3797
  prettyPrint?: boolean;
3792
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. */
3793
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;
3794
3802
  /** Upload protocol for media (e.g. "raw", "multipart"). */
3795
3803
  upload_protocol?: string;
3796
3804
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -7129,6 +7137,8 @@ declare namespace gapi.client {
7129
7137
  prettyPrint?: boolean;
7130
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. */
7131
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;
7132
7142
  /** Upload protocol for media (e.g. "raw", "multipart"). */
7133
7143
  upload_protocol?: string;
7134
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.20251001",
3
+ "version": "0.1.20251021",
4
4
  "description": "TypeScript typings for Cloud Dataproc API v1",
5
5
  "repository": {
6
6
  "type": "git",