@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20230607 → 0.0.20230705
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 +8 -1
- package/package.json +1 -1
- package/tests.ts +5 -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://networkmanagement.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230705
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -251,6 +251,13 @@ declare namespace gapi.client {
|
|
|
251
251
|
/** A [Cloud SQL](https://cloud.google.com/sql) instance URI. */
|
|
252
252
|
cloudSqlInstance?:
|
|
253
253
|
string;
|
|
254
|
+
/**
|
|
255
|
+
* A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding,
|
|
256
|
+
* Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or
|
|
257
|
+
* projects/{project}/regions/{region}/forwardingRules/{id}
|
|
258
|
+
*/
|
|
259
|
+
forwardingRule?:
|
|
260
|
+
string;
|
|
254
261
|
/** A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). */
|
|
255
262
|
gkeMasterCluster?:
|
|
256
263
|
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: 20230705
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -63,6 +63,7 @@ gapi.load('client', async () => {
|
|
|
63
63
|
uri: "Test string",
|
|
64
64
|
},
|
|
65
65
|
cloudSqlInstance: "Test string",
|
|
66
|
+
forwardingRule: "Test string",
|
|
66
67
|
gkeMasterCluster: "Test string",
|
|
67
68
|
instance: "Test string",
|
|
68
69
|
ipAddress: "Test string",
|
|
@@ -297,6 +298,7 @@ gapi.load('client', async () => {
|
|
|
297
298
|
uri: "Test string",
|
|
298
299
|
},
|
|
299
300
|
cloudSqlInstance: "Test string",
|
|
301
|
+
forwardingRule: "Test string",
|
|
300
302
|
gkeMasterCluster: "Test string",
|
|
301
303
|
instance: "Test string",
|
|
302
304
|
ipAddress: "Test string",
|
|
@@ -352,6 +354,7 @@ gapi.load('client', async () => {
|
|
|
352
354
|
uri: "Test string",
|
|
353
355
|
},
|
|
354
356
|
cloudSqlInstance: "Test string",
|
|
357
|
+
forwardingRule: "Test string",
|
|
355
358
|
gkeMasterCluster: "Test string",
|
|
356
359
|
instance: "Test string",
|
|
357
360
|
ipAddress: "Test string",
|
|
@@ -586,6 +589,7 @@ gapi.load('client', async () => {
|
|
|
586
589
|
uri: "Test string",
|
|
587
590
|
},
|
|
588
591
|
cloudSqlInstance: "Test string",
|
|
592
|
+
forwardingRule: "Test string",
|
|
589
593
|
gkeMasterCluster: "Test string",
|
|
590
594
|
instance: "Test string",
|
|
591
595
|
ipAddress: "Test string",
|