From 2d43f85577cb998656abf2525445b72fcd8cc48d Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 5 Apr 2020 12:51:21 -0700 Subject: watch entries with common path prefix --- other/java/client/src/main/proto/filer.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/src/main') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 12f1cd85b..e504e4f84 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -236,7 +236,7 @@ message GetFilerConfigurationResponse { message ListenForEventsRequest { string client_name = 1; - string directory = 2; + string path_prefix = 2; int64 since_ns = 3; } message FullEventNotification { -- cgit v1.2.3