@maxim_mazurok/gapi.client.networkmanagement-v1 0.0.20240103 → 0.0.20240117
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 +7 -1
- 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: 20240117
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -608,6 +608,8 @@ declare namespace gapi.client {
|
|
|
608
608
|
route?: RouteInfo;
|
|
609
609
|
/** Each step is in one of the pre-defined states. */
|
|
610
610
|
state?: string;
|
|
611
|
+
/** Display information of a Storage Bucket. Used only for return traces. */
|
|
612
|
+
storageBucket?: StorageBucketInfo;
|
|
611
613
|
/** Display information of a VPC connector. */
|
|
612
614
|
vpcConnector?: VpcConnectorInfo;
|
|
613
615
|
/** Display information of a Compute Engine VPN gateway. */
|
|
@@ -615,6 +617,10 @@ declare namespace gapi.client {
|
|
|
615
617
|
/** Display information of a Compute Engine VPN tunnel. */
|
|
616
618
|
vpnTunnel?: VpnTunnelInfo;
|
|
617
619
|
}
|
|
620
|
+
interface StorageBucketInfo {
|
|
621
|
+
/** Cloud Storage Bucket name. */
|
|
622
|
+
bucket?: string;
|
|
623
|
+
}
|
|
618
624
|
interface TestIamPermissionsRequest {
|
|
619
625
|
/** The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions). */
|
|
620
626
|
permissions?: string[];
|