We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af7fb72 commit 928286bCopy full SHA for 928286b
1 file changed
google/cloud/common/BUILD.bazel
@@ -84,6 +84,28 @@ php_grpc_library(
84
deps = [":common_php_proto"],
85
)
86
87
+##############################################################################
88
+# Python
89
90
+load(
91
+ "@com_google_googleapis_imports//:imports.bzl",
92
+ "py_gapic_assembly_pkg",
93
+ "py_gapic_library",
94
+)
95
+
96
+py_gapic_library(
97
+ name = "common_py_gapic",
98
+ srcs = [":common_proto"],
99
100
101
+# Open Source Packages
102
+py_gapic_assembly_pkg(
103
+ name = "common-py",
104
+ deps = [
105
+ ":common_py_gapic",
106
+ ],
107
108
109
##############################################################################
110
# Ruby
111
0 commit comments