Uses of Class
com.google.protobuf.TextFormat.Parser.Builder
Packages that use TextFormat.Parser.Builder
-
Uses of TextFormat.Parser.Builder in com.google.protobuf
Methods in com.google.protobuf that return TextFormat.Parser.BuilderModifier and TypeMethodDescriptionstatic TextFormat.Parser.Builder
TextFormat.Parser.newBuilder()
Returns a new instance ofTextFormat.Parser.Builder
.TextFormat.Parser.Builder.setAllowUnknownExtensions
(boolean allowUnknownExtensions) Set whether this parser will allow unknown extensions.TextFormat.Parser.Builder.setAllowUnknownFields
(boolean allowUnknownFields) Set whether this parser will allow unknown fields.TextFormat.Parser.Builder.setParseInfoTreeBuilder
(TextFormatParseInfoTree.Builder parseInfoTreeBuilder) TextFormat.Parser.Builder.setRecursionLimit
(int recursionLimit) Set the maximum recursion limit that the parser will allow.TextFormat.Parser.Builder.setSingularOverwritePolicy
(TextFormat.Parser.SingularOverwritePolicy p) Sets parser behavior when a non-repeated field appears more than once.TextFormat.Parser.Builder.setTypeRegistry
(TypeRegistry typeRegistry) Sets the TypeRegistry for resolving Any.