Skip to content

Commit 63947bf

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): Use google.cloud.bigquery_storage instead of google.cloud.bigquery.storage for v1alpha
PiperOrigin-RevId: 666369744
1 parent 82ab100 commit 63947bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ py_gapic_library(
163163
name = "storage_py_gapic",
164164
srcs = [":storage_proto"],
165165
grpc_service_config = "bigquerystorage_v1alpha_grpc_service_config.json",
166+
opt_args = [
167+
"python-gapic-namespace=google.cloud",
168+
"python-gapic-name=bigquery_storage",
169+
],
166170
rest_numeric_enums = True,
167171
service_yaml = "bigquerystorage_v1alpha.yaml",
168172
transport = "grpc+rest",

0 commit comments

Comments
 (0)