diff --git a/google/apps/card/v1/BUILD.bazel b/google/apps/card/v1/BUILD.bazel index d4ce73e57c..35360f73fc 100644 --- a/google/apps/card/v1/BUILD.bazel +++ b/google/apps/card/v1/BUILD.bazel @@ -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 ##############################################################################