Skip to content

Commit

Permalink
chore: skip protos with broken imports (#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Jun 3, 2021
1 parent 5711fb1 commit e188592
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/gapicgen/generator/genproto.go
Expand Up @@ -46,6 +46,10 @@ var denylist = map[string]bool{
// Temporarily stop generation of removed protos. Will be manually cleaned
// up with: https://github.com/googleapis/google-cloud-go/issues/4098
"google.golang.org/genproto/googleapis/cloud/bigquery/storage/v1alpha2": true,

// Not properly configured:
"google.golang.org/genproto/googleapis/cloud/ondemandscanning/v1beta1": true,
"google.golang.org/genproto/googleapis/cloud/ondemandscanning/v1": true,
}

// GenprotoGenerator is used to generate code for googleapis/go-genproto.
Expand Down

0 comments on commit e188592

Please sign in to comment.