We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cb5ce commit c8bfd32Copy full SHA for c8bfd32
google/cloud/bigquery/storage/v1beta2/BUILD.bazel
@@ -146,6 +146,7 @@ go_gapic_assembly_pkg(
146
##############################################################################
147
# Python
148
149
+
150
load(
151
"@com_google_googleapis_imports//:imports.bzl",
152
"py_gapic_assembly_pkg",
@@ -156,6 +157,10 @@ py_gapic_library(
156
157
name = "storage_py_gapic",
158
srcs = [":storage_proto"],
159
grpc_service_config = "bigquerystorage_grpc_service_config.json",
160
+ opt_args = [
161
+ "python-gapic-namespace=google.cloud",
162
+ "python-gapic-name=bigquery_storage",
163
+ ],
164
)
165
166
py_gapic_assembly_pkg(
0 commit comments