Skip to content

Commit d420134

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): Update build rules for google/firestore/bundle to match OSS
PiperOrigin-RevId: 875957089
1 parent 581439b commit d420134

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

google/firestore/bundle/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ load(
6767
py_gapic_library(
6868
name = "firestore_bundle_py_gapic",
6969
srcs = [":firestore_bundle_proto"],
70-
opt_args = ["python-gapic-namespace=google.cloud"],
70+
opt_args = [
71+
"python-gapic-namespace=google.cloud",
72+
"python-gapic-name=firestore_bundle",
73+
],
7174
rest_numeric_enums = False,
7275
transport = "grpc",
7376
)

0 commit comments

Comments
 (0)