Uses of Class
com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
-
Packages that use TextFormat.Parser.SingularOverwritePolicy Package Description com.google.protobuf -
-
Uses of TextFormat.Parser.SingularOverwritePolicy in com.google.protobuf
Fields in com.google.protobuf declared as TextFormat.Parser.SingularOverwritePolicy Modifier and Type Field Description private TextFormat.Parser.SingularOverwritePolicy
TextFormat.Parser.Builder. singularOverwritePolicy
private TextFormat.Parser.SingularOverwritePolicy
TextFormat.Parser. singularOverwritePolicy
Methods in com.google.protobuf that return TextFormat.Parser.SingularOverwritePolicy Modifier and Type Method Description static TextFormat.Parser.SingularOverwritePolicy
TextFormat.Parser.SingularOverwritePolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextFormat.Parser.SingularOverwritePolicy[]
TextFormat.Parser.SingularOverwritePolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.protobuf with parameters of type TextFormat.Parser.SingularOverwritePolicy Modifier and Type Method Description TextFormat.Parser.Builder
TextFormat.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.SingularOverwritePolicy Constructor Description Parser(TypeRegistry typeRegistry, boolean allowUnknownFields, boolean allowUnknownEnumValues, boolean allowUnknownExtensions, TextFormat.Parser.SingularOverwritePolicy singularOverwritePolicy, TextFormatParseInfoTree.Builder parseInfoTreeBuilder, int recursionLimit)
-