Enum TextFormat.Printer.FieldReporterLevel

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<TextFormat.Printer.FieldReporterLevel>
    Enclosing class:
    TextFormat.Printer

    static enum TextFormat.Printer.FieldReporterLevel
    extends java.lang.Enum<TextFormat.Printer.FieldReporterLevel>
    A list of the public APIs that output human-readable text from a message. A higher-level API must be larger than any lower-level APIs it calls under the hood, e.g DEBUG_MULTILINE.compareTo(PRINTER_PRINT_TO_STRING) > 0. The inverse is not necessarily true.