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
Methods in com.google.protobuf that return TextFormat.Parser.SingularOverwritePolicy Modifier and Type Method Description static TextFormat.Parser.SingularOverwritePolicyTextFormat.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.BuilderTextFormat.Parser.Builder. setSingularOverwritePolicy(TextFormat.Parser.SingularOverwritePolicy p)Sets parser behavior when a non-repeated field appears more than once.
-