We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564d214 commit dc439f0Copy full SHA for dc439f0
1 file changed
apis/datasets/v1/datasets.proto
@@ -49,7 +49,7 @@ message UpdateDatasetRequest {
49
// updated type of the dataset.
50
DatasetType type = 3 [(buf.validate.field).required = true];
51
// updated summary of the dataset.
52
- string summary = 4 [(buf.validate.field).string.min_len = 1];
+ string summary = 4 [features.field_presence = EXPLICIT];
53
}
54
55
// ClientInfo contains information about the client requesting datasets, useful for us to gather usage data
0 commit comments