@maxim_mazurok/gapi.client.dataproc-v1 0.0.20250104 → 0.0.20250116
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 +2 -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:
|
|
12
|
+
// Revision: 20250116
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1570,7 +1570,7 @@ declare namespace gapi.client {
|
|
|
1570
1570
|
jupyterSession?: JupyterConfig;
|
|
1571
1571
|
/** Optional. The labels to associate with the session. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session. */
|
|
1572
1572
|
labels?: {[P in string]: string};
|
|
1573
|
-
/**
|
|
1573
|
+
/** Identifier. The resource name of the session. */
|
|
1574
1574
|
name?: string;
|
|
1575
1575
|
/** Optional. Runtime configuration for the session execution. */
|
|
1576
1576
|
runtimeConfig?: RuntimeConfig;
|