Skip to content

Commit 3138958

Browse files
feat(all): auto-regenerate discovery clients (#2269)
1 parent 980c045 commit 3138958

File tree

4 files changed

+34
-18
lines changed

4 files changed

+34
-18
lines changed

vpcaccess/v1/vpcaccess-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
}
385385
}
386386
},
387-
"revision": "20230831",
387+
"revision": "20231110",
388388
"rootUrl": "https://vpcaccess.googleapis.com/",
389389
"schemas": {
390390
"Connector": {
@@ -413,7 +413,7 @@
413413
"type": "integer"
414414
},
415415
"maxThroughput": {
416-
"description": "Maximum throughput of the connector in Mbps. Default is 300, max is 1000. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput.",
416+
"description": "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`.",
417417
"format": "int32",
418418
"type": "integer"
419419
},
@@ -423,7 +423,7 @@
423423
"type": "integer"
424424
},
425425
"minThroughput": {
426-
"description": "Minimum throughput of the connector in Mbps. Default and min is 200. If both min-throughput and min-instances are provided, min-instances takes precedence over min-throughput.",
426+
"description": "Minimum 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 200 through 900. Must be lower than the value specified by --max-throughput. If both min-throughput and min-instances are provided, min-instances takes precedence over min-throughput. The use of `min-throughput` is discouraged in favor of `min-instances`.",
427427
"format": "int32",
428428
"type": "integer"
429429
},

vpcaccess/v1/vpcaccess-gen.go

+14-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vpcaccess/v1beta1/vpcaccess-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
}
385385
}
386386
},
387-
"revision": "20230831",
387+
"revision": "20231110",
388388
"rootUrl": "https://vpcaccess.googleapis.com/",
389389
"schemas": {
390390
"Connector": {
@@ -413,7 +413,7 @@
413413
"type": "integer"
414414
},
415415
"maxThroughput": {
416-
"description": "Maximum throughput of the connector in Mbps. Default is 300, max is 1000. If both max-throughput and max-instances are provided, max-instances takes precedence over max-throughput.",
416+
"description": "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`.",
417417
"format": "int32",
418418
"type": "integer"
419419
},
@@ -423,7 +423,7 @@
423423
"type": "integer"
424424
},
425425
"minThroughput": {
426-
"description": "Minimum throughput of the connector in Mbps. Default and min is 200. If both min-throughput and min-instances are provided, min-instances takes precedence over min-throughput.",
426+
"description": "Minimum 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 200 through 900. Must be lower than the value specified by --max-throughput. If both min-throughput and min-instances are provided, min-instances takes precedence over min-throughput. The use of `min-throughput` is discouraged in favor of `min-instances`.",
427427
"format": "int32",
428428
"type": "integer"
429429
},

vpcaccess/v1beta1/vpcaccess-gen.go

+14-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)