We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78377e6 commit 99d5a06Copy full SHA for 99d5a06
api/grpc/mpi/v1/files.proto
@@ -166,7 +166,7 @@ message FileMeta {
166
// The hash of the file contents sha256, hex encoded
167
string hash = 2;
168
// 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];
+ google.protobuf.Timestamp modified_time = 3;
170
// The permission set associated with a particular file
171
string permissions = 4 [(buf.validate.field).string.pattern = "0[0-7]{3}"];
172
// The size of the file in bytes
0 commit comments