PrivateSecurityContractProtoAccess
Access to a private protocol buffer field is forbidden. This protocol buffer carries a security contract, and can only be created using an approved library. Direct access to the fields is forbidden.

Severity
ERROR

Suppression

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