Uses of Enum Class
com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
-
Uses of TextFormat.Parser.SingularOverwritePolicy in com.google.protobuf
Fields in com.google.protobuf declared as TextFormat.Parser.SingularOverwritePolicyModifier and TypeFieldDescriptionTextFormat.Parser.Builder.singularOverwritePolicy
private final TextFormat.Parser.SingularOverwritePolicy
TextFormat.Parser.singularOverwritePolicy
Methods in com.google.protobuf that return TextFormat.Parser.SingularOverwritePolicyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TextFormat.Parser.SingularOverwritePolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf with parameters of type TextFormat.Parser.SingularOverwritePolicyModifier and TypeMethodDescriptionTextFormat.Parser.Builder.setSingularOverwritePolicy
(TextFormat.Parser.SingularOverwritePolicy p) Sets parser behavior when a non-repeated field appears more than once.Constructors in com.google.protobuf with parameters of type TextFormat.Parser.SingularOverwritePolicyModifierConstructorDescriptionprivate
Parser
(TypeRegistry typeRegistry, boolean allowUnknownFields, boolean allowUnknownEnumValues, boolean allowUnknownExtensions, TextFormat.Parser.SingularOverwritePolicy singularOverwritePolicy, TextFormatParseInfoTree.Builder parseInfoTreeBuilder, int recursionLimit)