mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-20 13:27:47 +02:00
chore: prepare BUILD.bazel for Python library generation
committer: @busunkim96 PiperOrigin-RevId: 399279268
This commit is contained in:
parent
e95899752d
commit
fafca4935a
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue