@maxim_mazurok/gapi.client.dataproc-v1 0.0.20250604 → 0.0.20250717

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 +11 -1
  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: 20250604
12
+ // Revision: 20250717
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1030,10 +1030,16 @@ declare namespace gapi.client {
1030
1030
  autoDeleteTime?: string;
1031
1031
  /** Optional. The lifetime duration of cluster. The cluster will be auto-deleted at the end of this period. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). */
1032
1032
  autoDeleteTtl?: string;
1033
+ /** Optional. The time when cluster will be auto-stopped (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)). */
1034
+ autoStopTime?: string;
1035
+ /** Optional. The lifetime duration of the cluster. The cluster will be auto-stopped at the end of this period, calculated from the time of submission of the create or update cluster request. Minimum value is 10 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). */
1036
+ autoStopTtl?: string;
1033
1037
  /** Optional. The duration to keep the cluster alive while idling (when no jobs are running). Passing this threshold will cause the cluster to be deleted. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). */
1034
1038
  idleDeleteTtl?: string;
1035
1039
  /** Output only. The time when cluster became idle (most recent job finished) and became eligible for deletion due to idleness (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)). */
1036
1040
  idleStartTime?: string;
1041
+ /** Optional. The duration to keep the cluster started while idling (when no jobs are running). Passing this threshold will cause the cluster to be stopped. Minimum value is 5 minutes; maximum value is 14 days (see JSON representation of Duration (https://developers.google.com/protocol-buffers/docs/proto3#json)). */
1042
+ idleStopTtl?: string;
1037
1043
  }
1038
1044
  interface ListAutoscalingPoliciesResponse {
1039
1045
  /** Output only. This token is included in the response if there are more results to fetch. */
@@ -4360,6 +4366,8 @@ declare namespace gapi.client {
4360
4366
  callback?: string;
4361
4367
  /** Selector specifying which fields to include in a partial response. */
4362
4368
  fields?: string;
4369
+ /** Optional. List of Job IDs to filter by if provided. */
4370
+ jobIds?: string | string[];
4363
4371
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4364
4372
  key?: string;
4365
4373
  /** Required. The fully qualified name of the session to retrieve in the format "projects/PROJECT_ID/locations/DATAPROC_REGION/sessions/SESSION_ID/sparkApplications/APPLICATION_ID" */
@@ -4434,6 +4442,8 @@ declare namespace gapi.client {
4434
4442
  prettyPrint?: boolean;
4435
4443
  /** 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. */
4436
4444
  quotaUser?: string;
4445
+ /** Optional. List of Stage IDs to filter by if provided. */
4446
+ stageIds?: string | string[];
4437
4447
  /** Upload protocol for media (e.g. "raw", "multipart"). */
4438
4448
  upload_protocol?: string;
4439
4449
  /** 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.0.20250604",
3
+ "version": "0.0.20250717",
4
4
  "description": "TypeScript typings for Cloud Dataproc API v1",
5
5
  "repository": {
6
6
  "type": "git",