@maxim_mazurok/gapi.client.dataproc-v1 0.0.20250521 → 0.0.20250624
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 +13 -1
- 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: 20250624
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -301,6 +301,8 @@ declare namespace gapi.client {
|
|
|
301
301
|
autoscalingConfig?: AutoscalingConfig;
|
|
302
302
|
/** Optional. The node group settings. */
|
|
303
303
|
auxiliaryNodeGroups?: AuxiliaryNodeGroup[];
|
|
304
|
+
/** Optional. The tier of the cluster. */
|
|
305
|
+
clusterTier?: string;
|
|
304
306
|
/** Optional. The type of the cluster. */
|
|
305
307
|
clusterType?: string;
|
|
306
308
|
/** Optional. A Cloud Storage bucket used to stage job dependencies, config files, and job driver console output. If you do not specify a staging bucket, Cloud Dataproc will determine a Cloud Storage location (US, ASIA, or EU) for your cluster's staging bucket according to the Compute Engine zone where your cluster is deployed, and then create and manage this project-level, per-location bucket (see Dataproc staging and temp buckets (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/staging-bucket)). This field requires a Cloud Storage bucket name, not a gs://... URI to a Cloud Storage bucket. */
|
|
@@ -1028,10 +1030,16 @@ declare namespace gapi.client {
|
|
|
1028
1030
|
autoDeleteTime?: string;
|
|
1029
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)). */
|
|
1030
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;
|
|
1031
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)). */
|
|
1032
1038
|
idleDeleteTtl?: string;
|
|
1033
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)). */
|
|
1034
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;
|
|
1035
1043
|
}
|
|
1036
1044
|
interface ListAutoscalingPoliciesResponse {
|
|
1037
1045
|
/** Output only. This token is included in the response if there are more results to fetch. */
|
|
@@ -4358,6 +4366,8 @@ declare namespace gapi.client {
|
|
|
4358
4366
|
callback?: string;
|
|
4359
4367
|
/** Selector specifying which fields to include in a partial response. */
|
|
4360
4368
|
fields?: string;
|
|
4369
|
+
/** Optional. List of Job IDs to filter by if provided. */
|
|
4370
|
+
jobIds?: string | string[];
|
|
4361
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. */
|
|
4362
4372
|
key?: string;
|
|
4363
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" */
|
|
@@ -4432,6 +4442,8 @@ declare namespace gapi.client {
|
|
|
4432
4442
|
prettyPrint?: boolean;
|
|
4433
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. */
|
|
4434
4444
|
quotaUser?: string;
|
|
4445
|
+
/** Optional. List of Stage IDs to filter by if provided. */
|
|
4446
|
+
stageIds?: string | string[];
|
|
4435
4447
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4436
4448
|
upload_protocol?: string;
|
|
4437
4449
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|