aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/BUILD
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-04-13 11:10:23 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-13 11:11:50 -0700
commitaa0713912454fc8a6a13f8202e86a416d352bd6f (patch)
treedb84178e94c1482ea3a7204c7879492d97d3bfc7 /src/main/protobuf/BUILD
parent60209517b01f8efadd9f7a83ee7eb96d4648c331 (diff)
This CL adds log entry protos and logging handlers for Watch, FindMissingBlobs, GetActionResult so that they are logged. unknown commit must be submitted before this for Watch calls to be logged properly.
PiperOrigin-RevId: 192794535
Diffstat (limited to 'src/main/protobuf/BUILD')
-rw-r--r--src/main/protobuf/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/protobuf/BUILD b/src/main/protobuf/BUILD
index 5db4c8504f..02cc158a95 100644
--- a/src/main/protobuf/BUILD
+++ b/src/main/protobuf/BUILD
@@ -150,6 +150,7 @@ proto_library(
"@googleapis//:google_devtools_remoteexecution_v1test_remote_execution_proto",
"@googleapis//:google_longrunning_operations_proto",
"@googleapis//:google_rpc_status_proto",
+ "@googleapis//:google_watch_v1_proto",
],
)