@maxim_mazurok/gapi.client.metastore-v1alpha 0.0.20230817 → 0.0.20230905
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 +4 -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: 20230905
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -134,6 +134,9 @@ declare namespace gapi.client {
|
|
|
134
134
|
interface CancelOperationRequest {
|
|
135
135
|
}
|
|
136
136
|
interface Consumer {
|
|
137
|
+
/** Output only. The location of the endpoint URI. Format: projects/{project}/locations/{location}. */
|
|
138
|
+
endpointLocation?:
|
|
139
|
+
string;
|
|
137
140
|
/** Output only. The URI of the endpoint used to access the metastore service. */
|
|
138
141
|
endpointUri?:
|
|
139
142
|
string;
|
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: 20230905
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -218,6 +218,7 @@ gapi.load('client', async () => {
|
|
|
218
218
|
networkConfig: {
|
|
219
219
|
consumers: [
|
|
220
220
|
{
|
|
221
|
+
endpointLocation: "Test string",
|
|
221
222
|
endpointUri: "Test string",
|
|
222
223
|
subnetwork: "Test string",
|
|
223
224
|
}
|
|
@@ -285,6 +286,7 @@ gapi.load('client', async () => {
|
|
|
285
286
|
networkConfig: {
|
|
286
287
|
consumers: [
|
|
287
288
|
{
|
|
289
|
+
endpointLocation: "Test string",
|
|
288
290
|
endpointUri: "Test string",
|
|
289
291
|
subnetwork: "Test string",
|
|
290
292
|
}
|
|
@@ -366,6 +368,7 @@ gapi.load('client', async () => {
|
|
|
366
368
|
networkConfig: {
|
|
367
369
|
consumers: [
|
|
368
370
|
{
|
|
371
|
+
endpointLocation: "Test string",
|
|
369
372
|
endpointUri: "Test string",
|
|
370
373
|
subnetwork: "Test string",
|
|
371
374
|
}
|
|
@@ -433,6 +436,7 @@ gapi.load('client', async () => {
|
|
|
433
436
|
networkConfig: {
|
|
434
437
|
consumers: [
|
|
435
438
|
{
|
|
439
|
+
endpointLocation: "Test string",
|
|
436
440
|
endpointUri: "Test string",
|
|
437
441
|
subnetwork: "Test string",
|
|
438
442
|
}
|
|
@@ -552,6 +556,7 @@ gapi.load('client', async () => {
|
|
|
552
556
|
networkConfig: {
|
|
553
557
|
consumers: [
|
|
554
558
|
{
|
|
559
|
+
endpointLocation: "Test string",
|
|
555
560
|
endpointUri: "Test string",
|
|
556
561
|
subnetwork: "Test string",
|
|
557
562
|
}
|
|
@@ -619,6 +624,7 @@ gapi.load('client', async () => {
|
|
|
619
624
|
networkConfig: {
|
|
620
625
|
consumers: [
|
|
621
626
|
{
|
|
627
|
+
endpointLocation: "Test string",
|
|
622
628
|
endpointUri: "Test string",
|
|
623
629
|
subnetwork: "Test string",
|
|
624
630
|
}
|