Skip to content

Commit 7e2f29a

Browse files
feat(vpcaccess): update the api
#### vpcaccess:v1beta1 The following keys were added: - schemas.Connector.properties.createTime (Total Keys: 3) - schemas.Connector.properties.lastRestartTime (Total Keys: 3)
1 parent 9d79a68 commit 7e2f29a

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

docs/dyn/vpcaccess_v1beta1.projects.locations.connectors.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ <h3>Method Details</h3>
114114
&quot;connectedProjects&quot;: [ # Output only. List of projects using the connector.
115115
&quot;A String&quot;,
116116
],
117+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the connector.
117118
&quot;ipCidrRange&quot;: &quot;A String&quot;, # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
119+
&quot;lastRestartTime&quot;: &quot;A String&quot;, # Output only. The last restart time of the connector.
118120
&quot;machineType&quot;: &quot;A String&quot;, # Machine type of VM Instance underlying connector. Default is e2-micro
119121
&quot;maxInstances&quot;: 42, # Maximum value of instances in autoscaling group underlying the connector.
120122
&quot;maxThroughput&quot;: 42, # Maximum throughput of the connector in Mbps. Refers to the expected throughput when using an `e2-micro` machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by --min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of `max-throughput` is discouraged in favor of `max-instances`.
@@ -212,7 +214,9 @@ <h3>Method Details</h3>
212214
&quot;connectedProjects&quot;: [ # Output only. List of projects using the connector.
213215
&quot;A String&quot;,
214216
],
217+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the connector.
215218
&quot;ipCidrRange&quot;: &quot;A String&quot;, # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
219+
&quot;lastRestartTime&quot;: &quot;A String&quot;, # Output only. The last restart time of the connector.
216220
&quot;machineType&quot;: &quot;A String&quot;, # Machine type of VM Instance underlying connector. Default is e2-micro
217221
&quot;maxInstances&quot;: 42, # Maximum value of instances in autoscaling group underlying the connector.
218222
&quot;maxThroughput&quot;: 42, # Maximum throughput of the connector in Mbps. Refers to the expected throughput when using an `e2-micro` machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by --min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of `max-throughput` is discouraged in favor of `max-instances`.
@@ -250,7 +254,9 @@ <h3>Method Details</h3>
250254
&quot;connectedProjects&quot;: [ # Output only. List of projects using the connector.
251255
&quot;A String&quot;,
252256
],
257+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the connector.
253258
&quot;ipCidrRange&quot;: &quot;A String&quot;, # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
259+
&quot;lastRestartTime&quot;: &quot;A String&quot;, # Output only. The last restart time of the connector.
254260
&quot;machineType&quot;: &quot;A String&quot;, # Machine type of VM Instance underlying connector. Default is e2-micro
255261
&quot;maxInstances&quot;: 42, # Maximum value of instances in autoscaling group underlying the connector.
256262
&quot;maxThroughput&quot;: 42, # Maximum throughput of the connector in Mbps. Refers to the expected throughput when using an `e2-micro` machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by --min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of `max-throughput` is discouraged in favor of `max-instances`.
@@ -296,7 +302,9 @@ <h3>Method Details</h3>
296302
&quot;connectedProjects&quot;: [ # Output only. List of projects using the connector.
297303
&quot;A String&quot;,
298304
],
305+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the connector.
299306
&quot;ipCidrRange&quot;: &quot;A String&quot;, # The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.
307+
&quot;lastRestartTime&quot;: &quot;A String&quot;, # Output only. The last restart time of the connector.
300308
&quot;machineType&quot;: &quot;A String&quot;, # Machine type of VM Instance underlying connector. Default is e2-micro
301309
&quot;maxInstances&quot;: 42, # Maximum value of instances in autoscaling group underlying the connector.
302310
&quot;maxThroughput&quot;: 42, # Maximum throughput of the connector in Mbps. Refers to the expected throughput when using an `e2-micro` machine type. Value must be a multiple of 100 from 300 through 1000. Must be higher than the value specified by --min-throughput. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput. The use of `max-throughput` is discouraged in favor of `max-instances`.

googleapiclient/discovery_cache/documents/vpcaccess.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
}
385385
}
386386
},
387-
"revision": "20231110",
387+
"revision": "20231207",
388388
"rootUrl": "https://vpcaccess.googleapis.com/",
389389
"schemas": {
390390
"Connector": {

googleapiclient/discovery_cache/documents/vpcaccess.v1beta1.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
}
385385
}
386386
},
387-
"revision": "20231110",
387+
"revision": "20231207",
388388
"rootUrl": "https://vpcaccess.googleapis.com/",
389389
"schemas": {
390390
"Connector": {
@@ -399,10 +399,22 @@
399399
"readOnly": true,
400400
"type": "array"
401401
},
402+
"createTime": {
403+
"description": "Output only. The creation time of the connector.",
404+
"format": "google-datetime",
405+
"readOnly": true,
406+
"type": "string"
407+
},
402408
"ipCidrRange": {
403409
"description": "The range of internal addresses that follows RFC 4632 notation. Example: `10.132.0.0/28`.",
404410
"type": "string"
405411
},
412+
"lastRestartTime": {
413+
"description": "Output only. The last restart time of the connector.",
414+
"format": "google-datetime",
415+
"readOnly": true,
416+
"type": "string"
417+
},
406418
"machineType": {
407419
"description": "Machine type of VM Instance underlying connector. Default is e2-micro",
408420
"type": "string"

0 commit comments

Comments
 (0)