@maxim_mazurok/gapi.client.dataproc-v1 0.0.20230202 → 0.0.20230227
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 +5 -3
- 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: 20230227
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -410,6 +410,8 @@ declare namespace gapi.client {
|
|
|
410
410
|
interface EncryptionConfig {
|
|
411
411
|
/** Optional. The Cloud KMS key name to use for PD disk encryption for all instances in the cluster. */
|
|
412
412
|
gcePdKmsKeyName?: string;
|
|
413
|
+
/** Optional. The Cloud KMS key name to use for encrypting customer core content and cluster PD disk for all instances in the cluster. */
|
|
414
|
+
kmsKey?: string;
|
|
413
415
|
}
|
|
414
416
|
interface EndpointConfig {
|
|
415
417
|
/** Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false. */
|
|
@@ -481,8 +483,8 @@ declare namespace gapi.client {
|
|
|
481
483
|
/**
|
|
482
484
|
* Optional. The Compute Engine network to be used for machine communications. Cannot be specified with subnetwork_uri. If neither network_uri nor subnetwork_uri is specified, the
|
|
483
485
|
* "default" network of the project is used, if it exists. Cannot be a "Custom Subnet Network" (see Using Subnetworks (https://cloud.google.com/compute/docs/subnetworks) for more
|
|
484
|
-
* information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/
|
|
485
|
-
* projects/[project_id]/
|
|
486
|
+
* information).A full URL, partial URI, or short name are valid. Examples: https://www.googleapis.com/compute/v1/projects/[project_id]/global/networks/default
|
|
487
|
+
* projects/[project_id]/global/networks/default default
|
|
486
488
|
*/
|
|
487
489
|
networkUri?: string;
|
|
488
490
|
/** Optional. Node Group Affinity for sole-tenant clusters. */
|
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: 20230227
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -651,6 +651,7 @@ gapi.load('client', async () => {
|
|
|
651
651
|
},
|
|
652
652
|
encryptionConfig: {
|
|
653
653
|
gcePdKmsKeyName: "Test string",
|
|
654
|
+
kmsKey: "Test string",
|
|
654
655
|
},
|
|
655
656
|
endpointConfig: {
|
|
656
657
|
enableHttpPortAccess: true,
|
|
@@ -1256,6 +1257,7 @@ gapi.load('client', async () => {
|
|
|
1256
1257
|
},
|
|
1257
1258
|
encryptionConfig: {
|
|
1258
1259
|
gcePdKmsKeyName: "Test string",
|
|
1260
|
+
kmsKey: "Test string",
|
|
1259
1261
|
},
|
|
1260
1262
|
endpointConfig: {
|
|
1261
1263
|
enableHttpPortAccess: true,
|
|
@@ -1861,6 +1863,7 @@ gapi.load('client', async () => {
|
|
|
1861
1863
|
},
|
|
1862
1864
|
encryptionConfig: {
|
|
1863
1865
|
gcePdKmsKeyName: "Test string",
|
|
1866
|
+
kmsKey: "Test string",
|
|
1864
1867
|
},
|
|
1865
1868
|
endpointConfig: {
|
|
1866
1869
|
enableHttpPortAccess: true,
|
|
@@ -2313,6 +2316,7 @@ gapi.load('client', async () => {
|
|
|
2313
2316
|
},
|
|
2314
2317
|
encryptionConfig: {
|
|
2315
2318
|
gcePdKmsKeyName: "Test string",
|
|
2319
|
+
kmsKey: "Test string",
|
|
2316
2320
|
},
|
|
2317
2321
|
endpointConfig: {
|
|
2318
2322
|
enableHttpPortAccess: true,
|
|
@@ -2776,6 +2780,7 @@ gapi.load('client', async () => {
|
|
|
2776
2780
|
},
|
|
2777
2781
|
encryptionConfig: {
|
|
2778
2782
|
gcePdKmsKeyName: "Test string",
|
|
2783
|
+
kmsKey: "Test string",
|
|
2779
2784
|
},
|
|
2780
2785
|
endpointConfig: {
|
|
2781
2786
|
enableHttpPortAccess: true,
|
|
@@ -4476,6 +4481,7 @@ gapi.load('client', async () => {
|
|
|
4476
4481
|
},
|
|
4477
4482
|
encryptionConfig: {
|
|
4478
4483
|
gcePdKmsKeyName: "Test string",
|
|
4484
|
+
kmsKey: "Test string",
|
|
4479
4485
|
},
|
|
4480
4486
|
endpointConfig: {
|
|
4481
4487
|
enableHttpPortAccess: true,
|
|
@@ -5081,6 +5087,7 @@ gapi.load('client', async () => {
|
|
|
5081
5087
|
},
|
|
5082
5088
|
encryptionConfig: {
|
|
5083
5089
|
gcePdKmsKeyName: "Test string",
|
|
5090
|
+
kmsKey: "Test string",
|
|
5084
5091
|
},
|
|
5085
5092
|
endpointConfig: {
|
|
5086
5093
|
enableHttpPortAccess: true,
|
|
@@ -5686,6 +5693,7 @@ gapi.load('client', async () => {
|
|
|
5686
5693
|
},
|
|
5687
5694
|
encryptionConfig: {
|
|
5688
5695
|
gcePdKmsKeyName: "Test string",
|
|
5696
|
+
kmsKey: "Test string",
|
|
5689
5697
|
},
|
|
5690
5698
|
endpointConfig: {
|
|
5691
5699
|
enableHttpPortAccess: true,
|