Unnecessary call to proto's #build() method. If you don't consume the return value of #build(), the result is discarded and the only effect is to verify that all required fields are set, which can be expressed more directly with #isInitialized().
See: https://errorprone.info/bugpattern/ProtoBuilderReturnValueIgnored