@maxim_mazurok/gapi.client.networkmanagement-v1 0.1.20251029 → 0.1.20251203

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 -6
  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: 20251029
12
+ // Revision: 20251203
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -445,7 +445,7 @@ declare namespace gapi.client {
445
445
  nextPageToken?: string;
446
446
  /** A list of operations that matches the specified filter in the request. */
447
447
  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. */
448
+ /** 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
449
  unreachable?: string[];
450
450
  }
451
451
  interface ListVpcFlowLogsConfigsResponse {
@@ -515,6 +515,8 @@ declare namespace gapi.client {
515
515
  name?: string;
516
516
  }
517
517
  interface NatInfo {
518
+ /** Type of Cloud NAT gateway. Only valid when `type` is CLOUD_NAT. */
519
+ cloudNatGatewayType?: string;
518
520
  /** The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT. */
519
521
  natGatewayName?: string;
520
522
  /** URI of the network where NAT translation takes place. */
@@ -1092,7 +1094,7 @@ declare namespace gapi.client {
1092
1094
  prettyPrint?: boolean;
1093
1095
  /** 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
1096
  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. */
1097
+ /** 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
1098
  returnPartialSuccess?: boolean;
1097
1099
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1098
1100
  upload_protocol?: string;
@@ -1241,7 +1243,7 @@ declare namespace gapi.client {
1241
1243
  pageSize?: number;
1242
1244
  /** Optional. Page token from an earlier query, as returned in `next_page_token`. */
1243
1245
  pageToken?: string;
1244
- /** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
1246
+ /** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
1245
1247
  parent: string;
1246
1248
  /** Returns response with indentations and line breaks. */
1247
1249
  prettyPrint?: boolean;
@@ -1887,7 +1889,7 @@ declare namespace gapi.client {
1887
1889
  prettyPrint?: boolean;
1888
1890
  /** 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
1891
  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. */
1892
+ /** 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
1893
  returnPartialSuccess?: boolean;
1892
1894
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1893
1895
  upload_protocol?: string;
@@ -2040,7 +2042,7 @@ declare namespace gapi.client {
2040
2042
  pageSize?: number;
2041
2043
  /** Optional. Page token from an earlier query, as returned in `next_page_token`. */
2042
2044
  pageToken?: string;
2043
- /** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resourcs: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
2045
+ /** Required. The parent resource of the VpcFlowLogsConfig, in one of the following formats: - For project-level resources: `projects/{project_id}/locations/global` - For organization-level resources: `organizations/{organization_id}/locations/global` */
2044
2046
  parent: string;
2045
2047
  /** Returns response with indentations and line breaks. */
2046
2048
  prettyPrint?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.networkmanagement-v1",
3
- "version": "0.1.20251029",
3
+ "version": "0.1.20251203",
4
4
  "description": "TypeScript typings for Network Management API v1",
5
5
  "repository": {
6
6
  "type": "git",