@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20230802 → 0.0.20230809
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 +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: 20230809
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -300,6 +300,9 @@ declare namespace gapi.client {
|
|
|
300
300
|
/** IP protocol in string format, for example: "TCP", "UDP", "ICMP". */
|
|
301
301
|
protocol?:
|
|
302
302
|
string;
|
|
303
|
+
/** URI of the source telemetry agent this packet originates from. */
|
|
304
|
+
sourceAgentUri?:
|
|
305
|
+
string;
|
|
303
306
|
/** Source IP address. */
|
|
304
307
|
sourceIp?:
|
|
305
308
|
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: 20230809
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -96,6 +96,7 @@ gapi.load('client', async () => {
|
|
|
96
96
|
destinationNetworkUri: "Test string",
|
|
97
97
|
destinationPort: 42,
|
|
98
98
|
protocol: "Test string",
|
|
99
|
+
sourceAgentUri: "Test string",
|
|
99
100
|
sourceIp: "Test string",
|
|
100
101
|
sourceNetworkUri: "Test string",
|
|
101
102
|
sourcePort: 42,
|
|
@@ -150,6 +151,7 @@ gapi.load('client', async () => {
|
|
|
150
151
|
destinationNetworkUri: "Test string",
|
|
151
152
|
destinationPort: 42,
|
|
152
153
|
protocol: "Test string",
|
|
154
|
+
sourceAgentUri: "Test string",
|
|
153
155
|
sourceIp: "Test string",
|
|
154
156
|
sourceNetworkUri: "Test string",
|
|
155
157
|
sourcePort: 42,
|
|
@@ -390,6 +392,7 @@ gapi.load('client', async () => {
|
|
|
390
392
|
destinationNetworkUri: "Test string",
|
|
391
393
|
destinationPort: 42,
|
|
392
394
|
protocol: "Test string",
|
|
395
|
+
sourceAgentUri: "Test string",
|
|
393
396
|
sourceIp: "Test string",
|
|
394
397
|
sourceNetworkUri: "Test string",
|
|
395
398
|
sourcePort: 42,
|
|
@@ -444,6 +447,7 @@ gapi.load('client', async () => {
|
|
|
444
447
|
destinationNetworkUri: "Test string",
|
|
445
448
|
destinationPort: 42,
|
|
446
449
|
protocol: "Test string",
|
|
450
|
+
sourceAgentUri: "Test string",
|
|
447
451
|
sourceIp: "Test string",
|
|
448
452
|
sourceNetworkUri: "Test string",
|
|
449
453
|
sourcePort: 42,
|