@maxim_mazurok/gapi.client.networkmanagement-v1 0.1.20260110 → 0.1.20260114
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 -5
- 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: 20260114
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -251,13 +251,13 @@ declare namespace gapi.client {
|
|
|
251
251
|
loadBalancerId?: string;
|
|
252
252
|
/** Output only. Type of the load balancer the forwarding rule points to. */
|
|
253
253
|
loadBalancerType?: string;
|
|
254
|
-
/** A VPC network URI. */
|
|
254
|
+
/** A VPC network URI. Used according to the `network_type`. Relevant only for the source endpoints. */
|
|
255
255
|
network?: string;
|
|
256
|
-
/** Type of the network where the endpoint is located.
|
|
256
|
+
/** Type of the network where the endpoint is located. Relevant only for the source endpoints. */
|
|
257
257
|
networkType?: string;
|
|
258
258
|
/** The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP. */
|
|
259
259
|
port?: number;
|
|
260
|
-
/**
|
|
260
|
+
/** Endpoint project ID. Used according to the `network_type`. Relevant only for the source endpoints. */
|
|
261
261
|
projectId?: string;
|
|
262
262
|
/** A [Redis Cluster](https://cloud.google.com/memorystore/docs/cluster) URI. Applicable only to destination endpoint. */
|
|
263
263
|
redisCluster?: string;
|
|
@@ -1134,6 +1134,9 @@ declare namespace gapi.client {
|
|
|
1134
1134
|
uploadType?: string;
|
|
1135
1135
|
}): Request<ListOperationsResponse>;
|
|
1136
1136
|
}
|
|
1137
|
+
interface GlobalResource {
|
|
1138
|
+
operations: OperationsResource;
|
|
1139
|
+
}
|
|
1137
1140
|
interface VpcFlowLogsConfigsResource {
|
|
1138
1141
|
/** Creates a new `VpcFlowLogsConfig`. If a configuration with the exact same settings already exists (even if the ID is different), the creation fails. Notes: 1. Creating a configuration with `state=DISABLED` will fail 2. The following fields are not considered as settings for the purpose of the check mentioned above, therefore - creating another configuration with the same fields but different values for the following fields will fail as well: * name * create_time * update_time * labels * description */
|
|
1139
1142
|
create(request: {
|
|
@@ -1412,7 +1415,7 @@ declare namespace gapi.client {
|
|
|
1412
1415
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1413
1416
|
uploadType?: string;
|
|
1414
1417
|
}): Request<ListLocationsResponse>;
|
|
1415
|
-
|
|
1418
|
+
global: GlobalResource;
|
|
1416
1419
|
vpcFlowLogsConfigs: VpcFlowLogsConfigsResource;
|
|
1417
1420
|
}
|
|
1418
1421
|
interface OrganizationsResource {
|