Skip to content

Commit 99d5a06

Browse files
committed
remove validation
1 parent 78377e6 commit 99d5a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/grpc/mpi/v1/files.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ message FileMeta {
166166
// The hash of the file contents sha256, hex encoded
167167
string hash = 2;
168168
// Last modified time of the file (created time if never modified)
169-
google.protobuf.Timestamp modified_time = 3 [(buf.validate.field).timestamp.lt_now = true];
169+
google.protobuf.Timestamp modified_time = 3;
170170
// The permission set associated with a particular file
171171
string permissions = 4 [(buf.validate.field).string.pattern = "0[0-7]{3}"];
172172
// The size of the file in bytes

0 commit comments

Comments
 (0)