Uses of Enum Class
com.google.protobuf.TextFormat.Parser.SingularOverwritePolicy
Packages that use TextFormat.Parser.SingularOverwritePolicy
-
Uses of TextFormat.Parser.SingularOverwritePolicy in com.google.protobuf
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.