@maxim_mazurok/gapi.client.networkmanagement-v1 0.1.20251229 → 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 +20 -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: 20251229
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;
@@ -372,6 +372,16 @@ declare namespace gapi.client {
372
372
  /** URI of a GKE Pod. For Pods in regional Clusters, the URI format is: `projects/{project}/locations/{location}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}` For Pods in zonal Clusters, the URI format is: `projects/{project}/zones/{zone}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}` */
373
373
  podUri?: string;
374
374
  }
375
+ interface GoogleManagedServiceInfo {
376
+ /** IP address of the Google-managed service endpoint. */
377
+ ipAddress?: string;
378
+ /** URI of the Google-managed service endpoint network, it is empty if the IP address is a public IP address. */
379
+ networkUri?: string;
380
+ /** Type of a Google-managed service. */
381
+ serviceType?: string;
382
+ /** URI of the Google-managed service. */
383
+ serviceUri?: string;
384
+ }
375
385
  interface GoogleServiceInfo {
376
386
  /** Recognized type of a Google Service. */
377
387
  googleServiceType?: string;
@@ -832,6 +842,8 @@ declare namespace gapi.client {
832
842
  gkeMaster?: GKEMasterInfo;
833
843
  /** Display information of a Google Kubernetes Engine Pod. */
834
844
  gkePod?: GkePodInfo;
845
+ /** Display information of a Google-managed service. */
846
+ googleManagedService?: GoogleManagedServiceInfo;
835
847
  /** Display information of a Google service */
836
848
  googleService?: GoogleServiceInfo;
837
849
  /** Display information of a hybrid subnet. */
@@ -1122,6 +1134,9 @@ declare namespace gapi.client {
1122
1134
  uploadType?: string;
1123
1135
  }): Request<ListOperationsResponse>;
1124
1136
  }
1137
+ interface GlobalResource {
1138
+ operations: OperationsResource;
1139
+ }
1125
1140
  interface VpcFlowLogsConfigsResource {
1126
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 */
1127
1142
  create(request: {
@@ -1400,7 +1415,7 @@ declare namespace gapi.client {
1400
1415
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1401
1416
  uploadType?: string;
1402
1417
  }): Request<ListLocationsResponse>;
1403
- operations: OperationsResource;
1418
+ global: GlobalResource;
1404
1419
  vpcFlowLogsConfigs: VpcFlowLogsConfigsResource;
1405
1420
  }
1406
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.20251229",
3
+ "version": "0.1.20260114",
4
4
  "description": "TypeScript typings for Network Management API v1",
5
5
  "repository": {
6
6
  "type": "git",