Skip to content

Commit

Permalink
chore(internal/gapicgen): stop bq storage v1alpha2 proto gen (#4099)
Browse files Browse the repository at this point in the history
Updates: #4094
Updates: #4098
  • Loading branch information
codyoss committed May 13, 2021
1 parent 7b2097d commit 0ea5926
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/gapicgen/generator/genproto.go
Expand Up @@ -42,6 +42,10 @@ var denylist = map[string]bool{
// due to manual layer built on top of them.
"google.golang.org/genproto/googleapis/grafeas/v1": true,
"google.golang.org/genproto/googleapis/devtools/containeranalysis/v1": true,

// 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,
}

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

0 comments on commit 0ea5926

Please sign in to comment.