Skip to content

Commit

Permalink
feat(firestore): Add python builds for Firestore Bundles
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 355455614
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 3, 2021
1 parent e038e2a commit 8d75f62
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion google/firestore/bundle/BUILD.bazel
Expand Up @@ -57,7 +57,24 @@ java_gapic_assembly_gradle_pkg(
##############################################################################
# Python
##############################################################################
# Put your Python rules here
load(
"@com_google_googleapis_imports//:imports.bzl",
"py_gapic_assembly_pkg",
"py_gapic_library",
)

py_gapic_library(
name = "firestore_bundles_py_gapic",
srcs = [":firestore_bundle_proto"],
opt_args = ["python-gapic-namespace=google.cloud"],
)

py_gapic_assembly_pkg(
name = "firestore-bundle-py",
deps = [
":firestore_py_gapic",
],
)

##############################################################################
# PHP
Expand Down

0 comments on commit 8d75f62

Please sign in to comment.