Skip to content

Commit

Permalink
internal/gapicgen: setup generation for bigquery/connection/v1beta1
Browse files Browse the repository at this point in the history
Change-Id: I4f251f3b1213b394b4ac8f43d09a3bef797f2871
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/54010
Reviewed-by: Noah Dietz <ndietz@google.com>
  • Loading branch information
shollyman committed Mar 30, 2020
1 parent 57b070d commit c4d1534
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/gapicgen/generator/config.go
Expand Up @@ -136,6 +136,14 @@ var microgenGapicConfigs = []*microgenConfig{
apiServiceConfigPath: "google/cloud/speech/v1p1beta1/speech_v1p1beta1.yaml",
releaseLevel: "beta",
},
{
inputDirectoryPath: "google/cloud/bigquery/connection/v1beta1",
pkg: "connection",
importPath: "cloud.google.com/go/bigquery/connection/apiv1beta1",
gRPCServiceConfigPath: "google/cloud/bigquery/connection/v1beta1/bigqueryconnection_grpc_service_config.json",
apiServiceConfigPath: "google/cloud/bigquery/connection/v1beta1/bigqueryconnection_v1beta1.yaml",
releaseLevel: "beta",
},
{
inputDirectoryPath: "google/cloud/bigquery/datatransfer/v1",
pkg: "datatransfer",
Expand Down

0 comments on commit c4d1534

Please sign in to comment.