The goog.proto2.TextFormatSerializer.Printer_ Class

.append(value)

Appends the given value to the printer.

value {*}
The value to append.

.appendLine()

Appends a newline to the printer.

.dedent()

Decreases the indentation in the printer.

.indent()

Increases the indentation in the printer.

.toString()

returns {string}
The contents of the printer.