Summary
When trying to use the code generated with protobuf v25.3 in a protobuf-java v4.27.2 environment, a compilation error occurs.
Cannot access com.google.protobuf.GeneratedMessageV3.Builder

In v27.2, GeneratedMessageV3.Builder does not exist.
Links