We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550f00c commit 0f75259Copy full SHA for 0f75259
1 file changed
google-api-go-generator/gen.go
@@ -79,6 +79,7 @@ var skipAPIGeneration = map[string]bool{
79
"integrations:v1": true,
80
"sql:v1beta4": true,
81
"datalineage:v1": true,
82
+ "aiplatform:v1beta1": true,
83
}
84
85
var apisToSplit = map[string]bool{
0 commit comments