Class GeneratedMessageV3.UnusedPrivateParameter (3.19.4)
protected static final class GeneratedMessageV3.UnusedPrivateParameter
This class is used to make a generated protected method inaccessible from user's code (e.g.,
the #newInstance method below). When this class is used as a parameter's type in a
generated protected method, the method is visible to user's code in the same package, but
since the constructor of this class is private to protobuf runtime, user's code can't obtain
an instance of this class and as such can't actually make a method call on the protected
method.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]