@maxim_mazurok/gapi.client.dataproc-v1 0.0.20250624 → 0.0.20250804
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 -5
- 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: 20250804
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -95,6 +95,8 @@ declare namespace gapi.client {
|
|
|
95
95
|
interface AnalyzeBatchRequest {
|
|
96
96
|
/** Optional. A unique ID used to identify the request. If the service receives two AnalyzeBatchRequest (http://cloud/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.AnalyzeBatchRequest)s with the same request_id, the second request is ignored and the Operation that corresponds to the first request created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The value must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters. */
|
|
97
97
|
requestId?: string;
|
|
98
|
+
/** Optional. The requestor ID is used to identify if the request comes from a GCA investigation or the old Ask Gemini Experience. */
|
|
99
|
+
requestorId?: string;
|
|
98
100
|
}
|
|
99
101
|
interface AnalyzeOperationMetadata {
|
|
100
102
|
/** Output only. name of the workload being analyzed. */
|
|
@@ -301,7 +303,7 @@ declare namespace gapi.client {
|
|
|
301
303
|
autoscalingConfig?: AutoscalingConfig;
|
|
302
304
|
/** Optional. The node group settings. */
|
|
303
305
|
auxiliaryNodeGroups?: AuxiliaryNodeGroup[];
|
|
304
|
-
/** Optional. The tier
|
|
306
|
+
/** Optional. The cluster tier. */
|
|
305
307
|
clusterTier?: string;
|
|
306
308
|
/** Optional. The type of the cluster. */
|
|
307
309
|
clusterType?: string;
|
|
@@ -1690,7 +1692,7 @@ declare namespace gapi.client {
|
|
|
1690
1692
|
jupyterSession?: JupyterConfig;
|
|
1691
1693
|
/** Optional. Labels to associate with sessions created using this template. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty, but, if present, must contain 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session. */
|
|
1692
1694
|
labels?: {[P in string]: string};
|
|
1693
|
-
/** Required. The resource name of the session template. */
|
|
1695
|
+
/** Required. Identifier. The resource name of the session template. */
|
|
1694
1696
|
name?: string;
|
|
1695
1697
|
/** Optional. Runtime configuration for session execution. */
|
|
1696
1698
|
runtimeConfig?: RuntimeConfig;
|
|
@@ -4884,7 +4886,7 @@ declare namespace gapi.client {
|
|
|
4884
4886
|
fields?: string;
|
|
4885
4887
|
/** 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. */
|
|
4886
4888
|
key?: string;
|
|
4887
|
-
/** Required. The resource name of the session template. */
|
|
4889
|
+
/** Required. Identifier. The resource name of the session template. */
|
|
4888
4890
|
name: string;
|
|
4889
4891
|
/** OAuth 2.0 token for the current user. */
|
|
4890
4892
|
oauth_token?: string;
|
|
@@ -4913,7 +4915,7 @@ declare namespace gapi.client {
|
|
|
4913
4915
|
fields?: string;
|
|
4914
4916
|
/** 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. */
|
|
4915
4917
|
key?: string;
|
|
4916
|
-
/** Required. The resource name of the session template. */
|
|
4918
|
+
/** Required. Identifier. The resource name of the session template. */
|
|
4917
4919
|
name: string;
|
|
4918
4920
|
/** OAuth 2.0 token for the current user. */
|
|
4919
4921
|
oauth_token?: string;
|