@maxim_mazurok/gapi.client.networkmanagement-v1 0.1.20251105 → 0.1.20251229

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 +26 -4
  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: 20251105
12
+ // Revision: 20251229
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -241,6 +241,8 @@ declare namespace gapi.client {
241
241
  fqdn?: string;
242
242
  /** A cluster URI for [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). */
243
243
  gkeMasterCluster?: string;
244
+ /** A [GKE Pod](https://cloud.google.com/kubernetes-engine/docs/concepts/pod) URI. */
245
+ gkePod?: string;
244
246
  /** A Compute Engine instance URI. */
245
247
  instance?: string;
246
248
  /** The IP address of the endpoint, which can be an external or internal IP. */
@@ -362,6 +364,14 @@ declare namespace gapi.client {
362
364
  /** Internal IP address of a GKE cluster control plane. */
363
365
  internalIp?: string;
364
366
  }
367
+ interface GkePodInfo {
368
+ /** IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address relevant to the trace. */
369
+ ipAddress?: string;
370
+ /** URI of the network containing the GKE Pod. */
371
+ networkUri?: string;
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
+ podUri?: string;
374
+ }
365
375
  interface GoogleServiceInfo {
366
376
  /** Recognized type of a Google Service. */
367
377
  googleServiceType?: string;
@@ -416,6 +426,12 @@ declare namespace gapi.client {
416
426
  /** URI of an Interconnect attachment. */
417
427
  uri?: string;
418
428
  }
429
+ interface IpMasqueradingSkippedInfo {
430
+ /** The matched non-masquerade IP range. Only set if reason is DESTINATION_IP_IN_CONFIGURED_NON_MASQUERADE_RANGE or DESTINATION_IP_IN_DEFAULT_NON_MASQUERADE_RANGE. */
431
+ nonMasqueradeRange?: string;
432
+ /** Reason why IP masquerading was not applied. */
433
+ reason?: string;
434
+ }
419
435
  interface LatencyDistribution {
420
436
  /** Representative latency percentiles. */
421
437
  latencyPercentiles?: LatencyPercentile[];
@@ -445,7 +461,7 @@ declare namespace gapi.client {
445
461
  nextPageToken?: string;
446
462
  /** A list of operations that matches the specified filter in the request. */
447
463
  operations?: Operation[];
448
- /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations. */
464
+ /** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
449
465
  unreachable?: string[];
450
466
  }
451
467
  interface ListVpcFlowLogsConfigsResponse {
@@ -515,6 +531,8 @@ declare namespace gapi.client {
515
531
  name?: string;
516
532
  }
517
533
  interface NatInfo {
534
+ /** Type of Cloud NAT gateway. Only valid when `type` is CLOUD_NAT. */
535
+ cloudNatGatewayType?: string;
518
536
  /** The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT. */
519
537
  natGatewayName?: string;
520
538
  /** URI of the network where NAT translation takes place. */
@@ -812,6 +830,8 @@ declare namespace gapi.client {
812
830
  forwardingRule?: ForwardingRuleInfo;
813
831
  /** Display information of a Google Kubernetes Engine cluster master. */
814
832
  gkeMaster?: GKEMasterInfo;
833
+ /** Display information of a Google Kubernetes Engine Pod. */
834
+ gkePod?: GkePodInfo;
815
835
  /** Display information of a Google service */
816
836
  googleService?: GoogleServiceInfo;
817
837
  /** Display information of a hybrid subnet. */
@@ -820,6 +840,8 @@ declare namespace gapi.client {
820
840
  instance?: InstanceInfo;
821
841
  /** Display information of an interconnect attachment. */
822
842
  interconnectAttachment?: InterconnectAttachmentInfo;
843
+ /** Display information of the reason why GKE Pod IP masquerading was skipped. */
844
+ ipMasqueradingSkipped?: IpMasqueradingSkippedInfo;
823
845
  /** Display information of the load balancers. Deprecated in favor of the `load_balancer_backend_info` field, not used in new tests. */
824
846
  loadBalancer?: LoadBalancerInfo;
825
847
  /** Display information of a specific load balancer backend. */
@@ -1092,7 +1114,7 @@ declare namespace gapi.client {
1092
1114
  prettyPrint?: boolean;
1093
1115
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1094
1116
  quotaUser?: string;
1095
- /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
1117
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
1096
1118
  returnPartialSuccess?: boolean;
1097
1119
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1098
1120
  upload_protocol?: string;
@@ -1887,7 +1909,7 @@ declare namespace gapi.client {
1887
1909
  prettyPrint?: boolean;
1888
1910
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1889
1911
  quotaUser?: string;
1890
- /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
1912
+ /** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
1891
1913
  returnPartialSuccess?: boolean;
1892
1914
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1893
1915
  upload_protocol?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networkmanagement-v1",
3
- "version": "0.1.20251105",
3
+ "version": "0.1.20251229",
4
4
  "description": "TypeScript typings for Network Management API v1",
5
5
  "repository": {
6
6
  "type": "git",