Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2269

Merged
merged 1 commit into from
Nov 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.