diff options
Diffstat (limited to 'other/java/client')
| -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 e5c7f21e7..e52bbcf89 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -348,6 +348,7 @@ message SubscribeMetadataRequest { int32 signature = 4; repeated string path_prefixes = 6; int32 client_id = 7; + int64 until_ns = 8; } message SubscribeMetadataResponse { string directory = 1; |
