@maxim_mazurok/gapi.client.vpcaccess-v1beta1 0.0.20240801 → 0.0.20240905
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 -6
- 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://vpcaccess.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240905
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -33,7 +33,7 @@ declare namespace gapi.client {
|
|
|
33
33
|
connectedProjects?: string[];
|
|
34
34
|
/** Output only. The creation time of the connector. */
|
|
35
35
|
createTime?: string;
|
|
36
|
-
/** The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`. */
|
|
36
|
+
/** Optional. The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`. */
|
|
37
37
|
ipCidrRange?: string;
|
|
38
38
|
/** Output only. The last restart time of the connector. */
|
|
39
39
|
lastRestartTime?: string;
|
|
@@ -49,11 +49,11 @@ declare namespace gapi.client {
|
|
|
49
49
|
minThroughput?: number;
|
|
50
50
|
/** The resource name in the format `projects/*/locations/*/connectors/*`. */
|
|
51
51
|
name?: string;
|
|
52
|
-
/** Name of a VPC network. */
|
|
52
|
+
/** Optional. Name of a VPC network. */
|
|
53
53
|
network?: string;
|
|
54
54
|
/** Output only. State of the VPC access connector. */
|
|
55
55
|
state?: string;
|
|
56
|
-
/** The subnet in which to house the VPC Access Connector. */
|
|
56
|
+
/** Optional. The subnet in which to house the VPC Access Connector. */
|
|
57
57
|
subnet?: Subnet;
|
|
58
58
|
}
|
|
59
59
|
interface ListConnectorsResponse {
|
|
@@ -137,9 +137,9 @@ declare namespace gapi.client {
|
|
|
137
137
|
message?: string;
|
|
138
138
|
}
|
|
139
139
|
interface Subnet {
|
|
140
|
-
/** Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the correct input for this field would be {subnetName} */
|
|
140
|
+
/** Optional. Subnet name (relative, not fully qualified). E.g. if the full subnet selfLink is https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName} the correct input for this field would be {subnetName} */
|
|
141
141
|
name?: string;
|
|
142
|
-
/** Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued. */
|
|
142
|
+
/** Optional. Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued. */
|
|
143
143
|
projectId?: string;
|
|
144
144
|
}
|
|
145
145
|
interface ConnectorsResource {
|