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

PiperOrigin-RevId: 351218127
This commit is contained in:
Google APIs 2021-01-11 13:04:39 -08:00 committed by Copybara-Service
parent 38cb5ce594
commit c8bfd324b4
1 changed files with 5 additions and 0 deletions

View File

@ -146,6 +146,7 @@ go_gapic_assembly_pkg(
##############################################################################
# Python
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"py_gapic_assembly_pkg",
@ -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(