Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 19, 2023
1 parent 980c045 commit 3138958
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 18 deletions.
6 changes: 3 additions & 3 deletions vpcaccess/v1/vpcaccess-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
}
}
},
"revision": "20230831",
"revision": "20231110",
"rootUrl": "https://vpcaccess.googleapis.com/",
"schemas": {
"Connector": {
Expand Down Expand Up @@ -413,7 +413,7 @@
"type": "integer"
},
"maxThroughput": {
"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.",
"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`.",
"format": "int32",
"type": "integer"
},
Expand All @@ -423,7 +423,7 @@
"type": "integer"
},
"minThroughput": {
"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.",
"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`.",
"format": "int32",
"type": "integer"
},
Expand Down
20 changes: 14 additions & 6 deletions vpcaccess/v1/vpcaccess-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vpcaccess/v1beta1/vpcaccess-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
}
}
},
"revision": "20230831",
"revision": "20231110",
"rootUrl": "https://vpcaccess.googleapis.com/",
"schemas": {
"Connector": {
Expand Down Expand Up @@ -413,7 +413,7 @@
"type": "integer"
},
"maxThroughput": {
"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.",
"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`.",
"format": "int32",
"type": "integer"
},
Expand All @@ -423,7 +423,7 @@
"type": "integer"
},
"minThroughput": {
"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.",
"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`.",
"format": "int32",
"type": "integer"
},
Expand Down
20 changes: 14 additions & 6 deletions vpcaccess/v1beta1/vpcaccess-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3138958

Please sign in to comment.