@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20240131 → 0.0.20240221
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 -2
- package/package.json +1 -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: 20240221
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -31,7 +31,9 @@ declare namespace gapi.client {
|
|
|
31
31
|
interface AbortInfo {
|
|
32
32
|
/** Causes that the analysis is aborted. */
|
|
33
33
|
cause?: string;
|
|
34
|
-
/**
|
|
34
|
+
/** IP address that caused the abort. */
|
|
35
|
+
ipAddress?: string;
|
|
36
|
+
/** List of project IDs the user specified in the request but lacks access to. In this case, analysis is aborted with the PERMISSION_DENIED cause. */
|
|
35
37
|
projectsMissingPermission?: string[];
|
|
36
38
|
/** URI of the resource that caused the abort. */
|
|
37
39
|
resourceUri?: string;
|
|
@@ -140,6 +142,8 @@ declare namespace gapi.client {
|
|
|
140
142
|
updateTime?: string;
|
|
141
143
|
}
|
|
142
144
|
interface DeliverInfo {
|
|
145
|
+
/** IP address of the target (if applicable). */
|
|
146
|
+
ipAddress?: string;
|
|
143
147
|
/** URI of the resource that the packet is delivered to. */
|
|
144
148
|
resourceUri?: string;
|
|
145
149
|
/** Target type where the packet is delivered to. */
|
|
@@ -245,6 +249,8 @@ declare namespace gapi.client {
|
|
|
245
249
|
uri?: string;
|
|
246
250
|
}
|
|
247
251
|
interface ForwardInfo {
|
|
252
|
+
/** IP address of the target (if applicable). */
|
|
253
|
+
ipAddress?: string;
|
|
248
254
|
/** URI of the resource that the packet is forwarded to. */
|
|
249
255
|
resourceUri?: string;
|
|
250
256
|
/** Target type where this packet is forwarded to. */
|