@maxim_mazurok/gapi.client.networkmanagement-v1 0.1.20251105 → 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.
- package/index.d.ts +6 -4
- 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: 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
|
|
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
|
|
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;
|
|
@@ -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
|
|
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;
|