File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
internal/gapicgen/generator Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ var microgenGapicConfigs = []*microgenConfig{
545545 {
546546 inputDirectoryPath : "google/devtools/cloudbuild/v1" ,
547547 pkg : "cloudbuild" ,
548- importPath : "cloud.google.com/go/cloudbuild/apiv1/v3 " ,
548+ importPath : "cloud.google.com/go/cloudbuild/apiv1/v2 " ,
549549 gRPCServiceConfigPath : "google/devtools/cloudbuild/v1/cloudbuild_grpc_service_config.json" ,
550550 apiServiceConfigPath : "google/devtools/cloudbuild/v1/cloudbuild_v1.yaml" ,
551551 releaseLevel : "ga" ,
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ var apivExceptions = map[string]bool{
3030 "cloud.google.com/go/firestore/apiv1/admin" : true ,
3131 "cloud.google.com/go/cloudbuild/apiv1/v2" : true ,
3232 "cloud.google.com/go/monitoring/apiv3/v2" : true ,
33- "cloud.google.com/go/cloudbuild/apiv1/v3" : true ,
3433}
3534
3635// TestMicrogenConfigs validates config entries.
You can’t perform that action at this time.
0 commit comments