@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.
Files changed (2) hide show
  1. package/index.d.ts +8 -5
  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: 20260110
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. Applicable only to source endpoint, as destination network type can be inferred from the source. */
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
- /** Project ID where the endpoint is located. The project ID can be derived from the URI if you provide a endpoint or network URI. The following are two cases where you may need to provide the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project. */
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
- operations: OperationsResource;
1418
+ global: GlobalResource;
1416
1419
  vpcFlowLogsConfigs: VpcFlowLogsConfigsResource;
1417
1420
  }
1418
1421
  interface OrganizationsResource {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networkmanagement-v1",
3
- "version": "0.1.20260110",
3
+ "version": "0.1.20260114",
4
4
  "description": "TypeScript typings for Network Management API v1",
5
5
  "repository": {
6
6
  "type": "git",