diff options
Diffstat (limited to 'other/java/client/src/main/proto/filer.proto')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 1f1634f9b..66c6d2a13 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -342,6 +342,7 @@ message SubscribeMetadataRequest { int32 client_id = 7; int64 until_ns = 8; int32 client_epoch = 9; + repeated string directories = 10; // exact directory to watch } message SubscribeMetadataResponse { string directory = 1; |
