chore: use name `google.cloud.bigquery_storage` namespace to avoid conflicts with `google.cloud.bigquery`

PiperOrigin-RevId: 334188571
This commit is contained in:
Google APIs 2020-09-28 10:36:42 -07:00 committed by Copybara-Service
parent e7375a91e7
commit a7eff61137
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ 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(