Uses of Enum Class
com.google.protobuf.TextFormat.Parser.UnknownField.Type
Packages that use TextFormat.Parser.UnknownField.Type
-
Uses of TextFormat.Parser.UnknownField.Type in com.google.protobuf
Fields in com.google.protobuf declared as TextFormat.Parser.UnknownField.TypeModifier and TypeFieldDescription(package private) final TextFormat.Parser.UnknownField.Type
TextFormat.Parser.UnknownField.type
Methods in com.google.protobuf that return TextFormat.Parser.UnknownField.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TextFormat.Parser.UnknownField.Type[]
TextFormat.Parser.UnknownField.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.protobuf with parameters of type TextFormat.Parser.UnknownField.TypeModifierConstructorDescription(package private)
UnknownField
(String message, TextFormat.Parser.UnknownField.Type type)