@maxim_mazurok/gapi.client.dataproc-v1 0.0.20250513 → 0.0.20250604
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 +9 -7
- 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: 20250604
|
|
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,16 +1030,10 @@ 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;
|
|
1031
|
-
/** Optional. The time when cluster will be auto-stopped (see JSON representation of Timestamp (https://developers.google.com/protocol-buffers/docs/proto3#json)). */
|
|
1032
|
-
autoStopTime?: string;
|
|
1033
|
-
/** 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)). */
|
|
1034
|
-
autoStopTtl?: string;
|
|
1035
1033
|
/** 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)). */
|
|
1036
1034
|
idleDeleteTtl?: string;
|
|
1037
1035
|
/** 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)). */
|
|
1038
1036
|
idleStartTime?: string;
|
|
1039
|
-
/** 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)). */
|
|
1040
|
-
idleStopTtl?: string;
|
|
1041
1037
|
}
|
|
1042
1038
|
interface ListAutoscalingPoliciesResponse {
|
|
1043
1039
|
/** Output only. This token is included in the response if there are more results to fetch. */
|
|
@@ -4142,6 +4138,8 @@ declare namespace gapi.client {
|
|
|
4142
4138
|
callback?: string;
|
|
4143
4139
|
/** Selector specifying which fields to include in a partial response. */
|
|
4144
4140
|
fields?: string;
|
|
4141
|
+
/** Optional. List of Job IDs to filter by if provided. */
|
|
4142
|
+
jobIds?: string | string[];
|
|
4145
4143
|
/** Optional. List only jobs in the specific state. */
|
|
4146
4144
|
jobStatus?: string;
|
|
4147
4145
|
/** 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. */
|
|
@@ -4185,6 +4183,8 @@ declare namespace gapi.client {
|
|
|
4185
4183
|
name: string;
|
|
4186
4184
|
/** OAuth 2.0 token for the current user. */
|
|
4187
4185
|
oauth_token?: string;
|
|
4186
|
+
/** Optional. List of Spark Connect operation IDs to filter by if provided. */
|
|
4187
|
+
operationIds?: string | string[];
|
|
4188
4188
|
/** Optional. Maximum number of queries to return in each response. The service may return fewer than this. The default page size is 10; the maximum page size is 100. */
|
|
4189
4189
|
pageSize?: number;
|
|
4190
4190
|
/** Optional. A page token received from a previous SearchSessionSparkApplicationSqlQueries call. Provide this token to retrieve the subsequent page. */
|
|
@@ -4308,6 +4308,8 @@ declare namespace gapi.client {
|
|
|
4308
4308
|
prettyPrint?: boolean;
|
|
4309
4309
|
/** 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. */
|
|
4310
4310
|
quotaUser?: string;
|
|
4311
|
+
/** Optional. List of Stage IDs to filter by if provided. */
|
|
4312
|
+
stageIds?: string | string[];
|
|
4311
4313
|
/** Optional. List only stages in the given state. */
|
|
4312
4314
|
stageStatus?: string;
|
|
4313
4315
|
/** Optional. The list of summary metrics fields to include. Empty list will default to skip all summary metrics fields. Example, if the response should include TaskQuantileMetrics, the request should have task_quantile_metrics in summary_metrics_mask field */
|