@maxim_mazurok/gapi.client.dataproc-v1 0.0.20250513 → 0.0.20250521
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 +7 -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: 20250521
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1028,16 +1028,10 @@ declare namespace gapi.client {
|
|
|
1028
1028
|
autoDeleteTime?: string;
|
|
1029
1029
|
/** 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
1030
|
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
1031
|
/** 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
1032
|
idleDeleteTtl?: string;
|
|
1037
1033
|
/** 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
1034
|
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
1035
|
}
|
|
1042
1036
|
interface ListAutoscalingPoliciesResponse {
|
|
1043
1037
|
/** Output only. This token is included in the response if there are more results to fetch. */
|
|
@@ -4142,6 +4136,8 @@ declare namespace gapi.client {
|
|
|
4142
4136
|
callback?: string;
|
|
4143
4137
|
/** Selector specifying which fields to include in a partial response. */
|
|
4144
4138
|
fields?: string;
|
|
4139
|
+
/** Optional. List of Job IDs to filter by if provided. */
|
|
4140
|
+
jobIds?: string | string[];
|
|
4145
4141
|
/** Optional. List only jobs in the specific state. */
|
|
4146
4142
|
jobStatus?: string;
|
|
4147
4143
|
/** 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 +4181,8 @@ declare namespace gapi.client {
|
|
|
4185
4181
|
name: string;
|
|
4186
4182
|
/** OAuth 2.0 token for the current user. */
|
|
4187
4183
|
oauth_token?: string;
|
|
4184
|
+
/** Optional. List of Spark Connect operation IDs to filter by if provided. */
|
|
4185
|
+
operationIds?: string | string[];
|
|
4188
4186
|
/** 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
4187
|
pageSize?: number;
|
|
4190
4188
|
/** Optional. A page token received from a previous SearchSessionSparkApplicationSqlQueries call. Provide this token to retrieve the subsequent page. */
|
|
@@ -4308,6 +4306,8 @@ declare namespace gapi.client {
|
|
|
4308
4306
|
prettyPrint?: boolean;
|
|
4309
4307
|
/** 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
4308
|
quotaUser?: string;
|
|
4309
|
+
/** Optional. List of Stage IDs to filter by if provided. */
|
|
4310
|
+
stageIds?: string | string[];
|
|
4311
4311
|
/** Optional. List only stages in the given state. */
|
|
4312
4312
|
stageStatus?: string;
|
|
4313
4313
|
/** 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 */
|