From b1063162b68ff2e84d3038c13c151e479475b6ef Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 21 Jan 2022 00:55:04 -0800 Subject: display bucket quota --- other/java/client/src/main/proto/filer.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 3303dc444..3db2b53c9 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -114,6 +114,7 @@ message Entry { bytes content = 9; // if not empty, the file content RemoteEntry remote_entry = 10; + int64 quota = 11; // for bucket only. Positive/Negative means enabled/disabled. } message FullEntry { -- cgit v1.2.3