Merge "add UNKNOWN to proto enum"

This commit is contained in:
TreeHugger Robot
2018-11-13 18:57:35 +00:00
committed by Android (Google) Code Review

View File

@@ -274,6 +274,7 @@ message ValueMetric {
optional bool use_diff = 12;
enum ValueDirection {
UNKNOWN = 0;
INCREASING = 1;
DECREASING = 2;
ANY = 3;