SetUnrecognized
Setting a proto field to an UNRECOGNIZED value will result in an exception at runtime when building.

Severity
ERROR

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("SetUnrecognized") to the enclosing element.