Uses of Class
com.google.protobuf.TextFormat.Parser.UnknownField.Type
-
Packages that use TextFormat.Parser.UnknownField.Type Package Description com.google.protobuf -
-
Uses of TextFormat.Parser.UnknownField.Type in com.google.protobuf
Fields in com.google.protobuf declared as TextFormat.Parser.UnknownField.Type Modifier and Type Field Description (package private) TextFormat.Parser.UnknownField.Type
TextFormat.Parser.UnknownField. type
Methods in com.google.protobuf that return TextFormat.Parser.UnknownField.Type Modifier and Type Method Description static TextFormat.Parser.UnknownField.Type
TextFormat.Parser.UnknownField.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextFormat.Parser.UnknownField.Type[]
TextFormat.Parser.UnknownField.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.protobuf with parameters of type TextFormat.Parser.UnknownField.Type Constructor Description UnknownField(java.lang.String message, TextFormat.Parser.UnknownField.Type type)
-