@maxim_mazurok/gapi.client.metastore-v1 0.0.20230807 → 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=v1
|
|
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
|
}
|
|
@@ -272,6 +273,7 @@ gapi.load('client', async () => {
|
|
|
272
273
|
networkConfig: {
|
|
273
274
|
consumers: [
|
|
274
275
|
{
|
|
276
|
+
endpointLocation: "Test string",
|
|
275
277
|
endpointUri: "Test string",
|
|
276
278
|
subnetwork: "Test string",
|
|
277
279
|
}
|
|
@@ -352,6 +354,7 @@ gapi.load('client', async () => {
|
|
|
352
354
|
networkConfig: {
|
|
353
355
|
consumers: [
|
|
354
356
|
{
|
|
357
|
+
endpointLocation: "Test string",
|
|
355
358
|
endpointUri: "Test string",
|
|
356
359
|
subnetwork: "Test string",
|
|
357
360
|
}
|
|
@@ -406,6 +409,7 @@ gapi.load('client', async () => {
|
|
|
406
409
|
networkConfig: {
|
|
407
410
|
consumers: [
|
|
408
411
|
{
|
|
412
|
+
endpointLocation: "Test string",
|
|
409
413
|
endpointUri: "Test string",
|
|
410
414
|
subnetwork: "Test string",
|
|
411
415
|
}
|
|
@@ -518,6 +522,7 @@ gapi.load('client', async () => {
|
|
|
518
522
|
networkConfig: {
|
|
519
523
|
consumers: [
|
|
520
524
|
{
|
|
525
|
+
endpointLocation: "Test string",
|
|
521
526
|
endpointUri: "Test string",
|
|
522
527
|
subnetwork: "Test string",
|
|
523
528
|
}
|
|
@@ -572,6 +577,7 @@ gapi.load('client', async () => {
|
|
|
572
577
|
networkConfig: {
|
|
573
578
|
consumers: [
|
|
574
579
|
{
|
|
580
|
+
endpointLocation: "Test string",
|
|
575
581
|
endpointUri: "Test string",
|
|
576
582
|
subnetwork: "Test string",
|
|
577
583
|
}
|