SetUnrecognized
Setting a proto field to an UNRECOGNIZED value will result in an exception at runtime when building.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("SetUnrecognized")
to the enclosing element.