|
|
|
@ -63,30 +63,12 @@ go_proto_library( |
|
|
|
|
############################################################################## |
|
|
|
|
load( |
|
|
|
|
"@com_google_googleapis_imports//:imports.bzl", |
|
|
|
|
"moved_proto_library", |
|
|
|
|
"py_grpc_library", |
|
|
|
|
"py_proto_library", |
|
|
|
|
"py_gapic_library", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
moved_proto_library( |
|
|
|
|
name = "servicemesh_moved_proto", |
|
|
|
|
py_gapic_library( |
|
|
|
|
name = "servicemesh_py_gapic", |
|
|
|
|
srcs = [":servicemesh_proto"], |
|
|
|
|
deps = [ |
|
|
|
|
"//google/api:annotations_proto", |
|
|
|
|
"//google/api:field_behavior_proto", |
|
|
|
|
"@com_google_protobuf//:struct_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
py_proto_library( |
|
|
|
|
name = "servicemesh_py_proto", |
|
|
|
|
deps = [":servicemesh_moved_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
py_grpc_library( |
|
|
|
|
name = "servicemesh_py_grpc", |
|
|
|
|
srcs = [":servicemesh_moved_proto"], |
|
|
|
|
deps = [":servicemesh_py_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
|