Skip to content

Commit

Permalink
feat: enable generation of bigquery/migration/v2alpha (#4799)
Browse files Browse the repository at this point in the history
  • Loading branch information
shollyman committed Sep 23, 2021
1 parent d67ea72 commit 70c5633
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -196,6 +196,14 @@ var microgenGapicConfigs = []*microgenConfig{
apiServiceConfigPath: "bigquerydatatransfer_v1.yaml",
releaseLevel: "ga",
},
{
inputDirectoryPath: "google/cloud/bigquery/migration/v2alpha",
pkg: "migration",
importPath: "cloud.google.com/go/bigquery/migration/apiv2alpha",
gRPCServiceConfigPath: "bigquerymigration_grpc_service_config.json",
apiServiceConfigPath: "bigquerymigration_v2alpha.yaml",
releaseLevel: "alpha",
},
{
inputDirectoryPath: "google/cloud/bigquery/reservation/v1beta1",
pkg: "reservation",
Expand Down

0 comments on commit 70c5633

Please sign in to comment.