chore: use name `google.cloud.bigquery_storage` namespace to avoid conflicts with `google.cloud.bigquery`
PiperOrigin-RevId: 334188571
This commit is contained in:
parent
e7375a91e7
commit
a7eff61137
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue