Skip to content

Commit

Permalink
chore(python): Add build rules in BUILD.bazel for google/apps/card/v1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610835477
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 27, 2024
1 parent 5842560 commit a324cde
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions google/apps/card/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)

Expand All @@ -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
##############################################################################
Expand Down

0 comments on commit a324cde

Please sign in to comment.