mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-18 13:08:24 +02:00
chore(python): Add build rules in BUILD.bazel for google/apps/card/v1
PiperOrigin-RevId: 610835477
This commit is contained in:
parent
584256087e
commit
a324cdeb03
1 changed files with 17 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ go_gapic_assembly_pkg(
|
|||
##############################################################################
|
||||
load(
|
||||
"@com_google_googleapis_imports//:imports.bzl",
|
||||
"py_gapic_assembly_pkg",
|
||||
"py_gapic_library",
|
||||
"py_proto_library",
|
||||
)
|
||||
|
||||
|
|
@ -80,6 +82,21 @@ py_proto_library(
|
|||
deps = [":card_proto"],
|
||||
)
|
||||
|
||||
py_gapic_library(
|
||||
name = "card_py_gapic",
|
||||
srcs = [":card_proto"],
|
||||
rest_numeric_enums = False,
|
||||
transport = "grpc",
|
||||
)
|
||||
|
||||
# Open Source Packages
|
||||
py_gapic_assembly_pkg(
|
||||
name = "card-v1-py",
|
||||
deps = [
|
||||
":card_py_gapic",
|
||||
],
|
||||
)
|
||||
|
||||
##############################################################################
|
||||
# PHP
|
||||
##############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue