Package com.google.protobuf
Class TextFormat.Parser.Builder
java.lang.Object
com.google.protobuf.TextFormat.Parser.Builder
- Enclosing class:
- TextFormat.Parser
Builder that can be used to obtain new instances of
TextFormat.Parser
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Sets parser behavior when a non-repeated field appears more than once.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setSingularOverwritePolicy
public TextFormat.Parser.Builder setSingularOverwritePolicy(TextFormat.Parser.SingularOverwritePolicy p) Sets parser behavior when a non-repeated field appears more than once. -
build
-