@maxim_mazurok/gapi.client.metastore-v1alpha 0.0.20230313 → 0.0.20230317
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 +3 -1
- package/package.json +1 -1
- package/tests.ts +7 -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://metastore.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230317
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -371,6 +371,8 @@ declare namespace gapi.client {
|
|
|
371
371
|
interface NetworkConfig {
|
|
372
372
|
/** Immutable. The consumer-side network configuration for the Dataproc Metastore instance. */
|
|
373
373
|
consumers?: Consumer[];
|
|
374
|
+
/** Enables custom routes to be imported and exported for the Dataproc Metastore service's peered VPC network. */
|
|
375
|
+
customRoutesEnabled?: boolean;
|
|
374
376
|
}
|
|
375
377
|
interface Operation {
|
|
376
378
|
/** If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available. */
|
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: 20230317
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -222,6 +222,7 @@ gapi.load('client', async () => {
|
|
|
222
222
|
subnetwork: "Test string",
|
|
223
223
|
}
|
|
224
224
|
],
|
|
225
|
+
customRoutesEnabled: true,
|
|
225
226
|
},
|
|
226
227
|
version: "Test string",
|
|
227
228
|
}
|
|
@@ -288,6 +289,7 @@ gapi.load('client', async () => {
|
|
|
288
289
|
subnetwork: "Test string",
|
|
289
290
|
}
|
|
290
291
|
],
|
|
292
|
+
customRoutesEnabled: true,
|
|
291
293
|
},
|
|
292
294
|
port: 42,
|
|
293
295
|
releaseChannel: "Test string",
|
|
@@ -368,6 +370,7 @@ gapi.load('client', async () => {
|
|
|
368
370
|
subnetwork: "Test string",
|
|
369
371
|
}
|
|
370
372
|
],
|
|
373
|
+
customRoutesEnabled: true,
|
|
371
374
|
},
|
|
372
375
|
version: "Test string",
|
|
373
376
|
}
|
|
@@ -434,6 +437,7 @@ gapi.load('client', async () => {
|
|
|
434
437
|
subnetwork: "Test string",
|
|
435
438
|
}
|
|
436
439
|
],
|
|
440
|
+
customRoutesEnabled: true,
|
|
437
441
|
},
|
|
438
442
|
port: 42,
|
|
439
443
|
releaseChannel: "Test string",
|
|
@@ -552,6 +556,7 @@ gapi.load('client', async () => {
|
|
|
552
556
|
subnetwork: "Test string",
|
|
553
557
|
}
|
|
554
558
|
],
|
|
559
|
+
customRoutesEnabled: true,
|
|
555
560
|
},
|
|
556
561
|
version: "Test string",
|
|
557
562
|
}
|
|
@@ -618,6 +623,7 @@ gapi.load('client', async () => {
|
|
|
618
623
|
subnetwork: "Test string",
|
|
619
624
|
}
|
|
620
625
|
],
|
|
626
|
+
customRoutesEnabled: true,
|
|
621
627
|
},
|
|
622
628
|
port: 42,
|
|
623
629
|
releaseChannel: "Test string",
|