Uses of Class
com.google.protobuf.DebugFormat
-
Packages that use DebugFormat Package Description com.google.protobuf -
-
Uses of DebugFormat in com.google.protobuf
Fields in com.google.protobuf declared as DebugFormat Modifier and Type Field Description private DebugFormat
DebugFormat.LazyDebugOutput. format
Methods in com.google.protobuf that return DebugFormat Modifier and Type Method Description static DebugFormat
DebugFormat. multiline()
static DebugFormat
DebugFormat. singleLine()
Constructors in com.google.protobuf with parameters of type DebugFormat Constructor Description LazyDebugOutput(MessageOrBuilder message, DebugFormat format)
LazyDebugOutput(UnknownFieldSet fields, DebugFormat format)
-