Protobuf message type representing Money.

PiperOrigin-RevId: 320062316
This commit is contained in:
Google APIs 2020-07-07 14:32:49 -07:00 committed by Copybara-Service
parent 4d8706453b
commit a8948b9908
1 changed files with 14 additions and 0 deletions

View File

@ -233,3 +233,17 @@ cc_proto_library(
name = "timeofday_cc_proto",
deps = [":timeofday_proto"],
)
##############################################################################
# Python
##############################################################################
load(
"@com_google_googleapis_imports//:imports.bzl",
"py_proto_library",
)
py_proto_library(
name = "money_py_proto",
deps = [":money_proto"],
)