Skip to content

Commit c8bfd32

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
chore: use name google.cloud.bigquery_storage namespace to avoid conflicts with google.cloud.bigquery
PiperOrigin-RevId: 351218127
1 parent 38cb5ce commit c8bfd32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google/cloud/bigquery/storage/v1beta2/BUILD.bazel

+5
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ go_gapic_assembly_pkg(
146146
##############################################################################
147147
# Python
148148
##############################################################################
149+
149150
load(
150151
"@com_google_googleapis_imports//:imports.bzl",
151152
"py_gapic_assembly_pkg",
@@ -156,6 +157,10 @@ py_gapic_library(
156157
name = "storage_py_gapic",
157158
srcs = [":storage_proto"],
158159
grpc_service_config = "bigquerystorage_grpc_service_config.json",
160+
opt_args = [
161+
"python-gapic-namespace=google.cloud",
162+
"python-gapic-name=bigquery_storage",
163+
],
159164
)
160165

161166
py_gapic_assembly_pkg(

0 commit comments

Comments
 (0)