Skip to content

Commit

Permalink
chore: use name google.cloud.bigquery_storage namespace to avoid conf…
Browse files Browse the repository at this point in the history
…licts with google.cloud.bigquery

PiperOrigin-RevId: 351218127
  • Loading branch information
Google APIs authored and copybara-github committed Jan 11, 2021
1 parent 38cb5ce commit c8bfd32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google/cloud/bigquery/storage/v1beta2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ go_gapic_assembly_pkg(
##############################################################################
# Python
##############################################################################

load(
"@com_google_googleapis_imports//:imports.bzl",
"py_gapic_assembly_pkg",
Expand All @@ -156,6 +157,10 @@ py_gapic_library(
name = "storage_py_gapic",
srcs = [":storage_proto"],
grpc_service_config = "bigquerystorage_grpc_service_config.json",
opt_args = [
"python-gapic-namespace=google.cloud",
"python-gapic-name=bigquery_storage",
],
)

py_gapic_assembly_pkg(
Expand Down

0 comments on commit c8bfd32

Please sign in to comment.