@maxim_mazurok/gapi.client.dataproc-v1 0.0.20231019 → 0.0.20231028
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 -1
- package/package.json +1 -1
- package/tests.ts +9 -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: 20231028
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -531,6 +531,9 @@ declare namespace gapi.client {
|
|
|
531
531
|
/** Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster. */
|
|
532
532
|
gcePdKmsKeyName?:
|
|
533
533
|
string;
|
|
534
|
+
/** Optional. The Cloud KMS key name to use for encrypting customer core content in spanner and cluster PD disk for all instances in the cluster. */
|
|
535
|
+
kmsKey?:
|
|
536
|
+
string;
|
|
534
537
|
}
|
|
535
538
|
interface EndpointConfig {
|
|
536
539
|
/** Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false. */
|
|
@@ -1350,6 +1353,9 @@ declare namespace gapi.client {
|
|
|
1350
1353
|
*/
|
|
1351
1354
|
nextPageToken?:
|
|
1352
1355
|
string;
|
|
1356
|
+
/** Output only. List of jobs that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response. */
|
|
1357
|
+
unreachable?:
|
|
1358
|
+
string[];
|
|
1353
1359
|
}
|
|
1354
1360
|
interface ListOperationsResponse {
|
|
1355
1361
|
/** The standard List next-page token. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20231028
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -923,6 +923,7 @@ gapi.load('client', async () => {
|
|
|
923
923
|
},
|
|
924
924
|
encryptionConfig: {
|
|
925
925
|
gcePdKmsKeyName: "Test string",
|
|
926
|
+
kmsKey: "Test string",
|
|
926
927
|
},
|
|
927
928
|
endpointConfig: {
|
|
928
929
|
enableHttpPortAccess: true,
|
|
@@ -1634,6 +1635,7 @@ gapi.load('client', async () => {
|
|
|
1634
1635
|
},
|
|
1635
1636
|
encryptionConfig: {
|
|
1636
1637
|
gcePdKmsKeyName: "Test string",
|
|
1638
|
+
kmsKey: "Test string",
|
|
1637
1639
|
},
|
|
1638
1640
|
endpointConfig: {
|
|
1639
1641
|
enableHttpPortAccess: true,
|
|
@@ -2345,6 +2347,7 @@ gapi.load('client', async () => {
|
|
|
2345
2347
|
},
|
|
2346
2348
|
encryptionConfig: {
|
|
2347
2349
|
gcePdKmsKeyName: "Test string",
|
|
2350
|
+
kmsKey: "Test string",
|
|
2348
2351
|
},
|
|
2349
2352
|
endpointConfig: {
|
|
2350
2353
|
enableHttpPortAccess: true,
|
|
@@ -2883,6 +2886,7 @@ gapi.load('client', async () => {
|
|
|
2883
2886
|
},
|
|
2884
2887
|
encryptionConfig: {
|
|
2885
2888
|
gcePdKmsKeyName: "Test string",
|
|
2889
|
+
kmsKey: "Test string",
|
|
2886
2890
|
},
|
|
2887
2891
|
endpointConfig: {
|
|
2888
2892
|
enableHttpPortAccess: true,
|
|
@@ -3438,6 +3442,7 @@ gapi.load('client', async () => {
|
|
|
3438
3442
|
},
|
|
3439
3443
|
encryptionConfig: {
|
|
3440
3444
|
gcePdKmsKeyName: "Test string",
|
|
3445
|
+
kmsKey: "Test string",
|
|
3441
3446
|
},
|
|
3442
3447
|
endpointConfig: {
|
|
3443
3448
|
enableHttpPortAccess: true,
|
|
@@ -5319,6 +5324,7 @@ gapi.load('client', async () => {
|
|
|
5319
5324
|
},
|
|
5320
5325
|
encryptionConfig: {
|
|
5321
5326
|
gcePdKmsKeyName: "Test string",
|
|
5327
|
+
kmsKey: "Test string",
|
|
5322
5328
|
},
|
|
5323
5329
|
endpointConfig: {
|
|
5324
5330
|
enableHttpPortAccess: true,
|
|
@@ -6030,6 +6036,7 @@ gapi.load('client', async () => {
|
|
|
6030
6036
|
},
|
|
6031
6037
|
encryptionConfig: {
|
|
6032
6038
|
gcePdKmsKeyName: "Test string",
|
|
6039
|
+
kmsKey: "Test string",
|
|
6033
6040
|
},
|
|
6034
6041
|
endpointConfig: {
|
|
6035
6042
|
enableHttpPortAccess: true,
|
|
@@ -6741,6 +6748,7 @@ gapi.load('client', async () => {
|
|
|
6741
6748
|
},
|
|
6742
6749
|
encryptionConfig: {
|
|
6743
6750
|
gcePdKmsKeyName: "Test string",
|
|
6751
|
+
kmsKey: "Test string",
|
|
6744
6752
|
},
|
|
6745
6753
|
endpointConfig: {
|
|
6746
6754
|
enableHttpPortAccess: true,
|