chore: prepare BUILD.bazel for Python library generation

committer: @busunkim96
PiperOrigin-RevId: 399279268
This commit is contained in:
Google APIs 2021-09-27 14:19:47 -07:00 committed by Copybara-Service
parent e95899752d
commit fafca4935a

View file

@ -163,6 +163,11 @@ py_gapic_library(
name = "identitytoolkit_py_gapic",
srcs = [":identitytoolkit_proto"],
grpc_service_config = "identitytoolkit_grpc_service_config.json",
opt_args = [
"warehouse-package-name=google-cloud-identity-toolkit",
"python-gapic-namespace=google.cloud",
"python-gapic-name=identity_toolkit",
],
)
# Open Source Packages