Add one NULL_MESSAGE into the Description enum to represent the null case.

PiperOrigin-RevId: 419725172
This commit is contained in:
hai007
2022-01-04 18:56:42 -08:00
committed by Copybara-Service
parent 7cddbe3c09
commit 24d5e10784
+1
View File
@@ -502,4 +502,5 @@ enum Description {
UNSUPPORTED_DEVICE_TYPE_AUTO = 168;
UNSUPPORTED_DEVICE_TYPE_TV = 169;
UNSUPPORTED_DEVICE_TYPE_WEAR = 170;
NULL_MESSAGE = 171;
}