Skip to content

Commit

Permalink
chore: re-enable generation for bigtable (#5194)
Browse files Browse the repository at this point in the history
This reverts commit 1759839.
  • Loading branch information
kolea2 committed Dec 6, 2021
1 parent e847074 commit 3462f5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/gapicgen/generator/genproto.go
Expand Up @@ -51,10 +51,6 @@ var denylist = map[string]bool{
// Not properly configured:
"google.golang.org/genproto/googleapis/cloud/ondemandscanning/v1beta1": true,
"google.golang.org/genproto/googleapis/cloud/ondemandscanning/v1": true,

// temporarily skip bigtable generation until we're ready to merge
// https://github.com/googleapis/googleapis/commit/0fd6a324383fdd1220c9a937b2eef37f53764664
"google.golang.org/genproto/googleapis/bigtable/admin": true,
}

// noGRPC is the set of APIs that do not need gRPC stubs.
Expand Down

0 comments on commit 3462f5b

Please sign in to comment.