(cherry picked from commit da1ea2530fa61c53a99770e10889023c474fb4ef) (cherry picked from commit ca52d9946bfa21e69ae063510dcfc5d0b39b84a8)
@@ -197,7 +197,7 @@ message StorageTypeQuotaInfosProto {
}
message StorageTypeQuotaInfoProto {
- required StorageTypeProto type = 1;
+ optional StorageTypeProto type = 1 [default = DISK];
required uint64 quota = 2;
required uint64 consumed = 3;