textFormatString

Returns a string containing the Protocol Buffer text format serialization of the message.

Message+TextFormatAdditions.swift:27
func textFormatString() -> String

Returns

A string containing the text format serialization of the message.

Unlike binary encoding, presence of required fields is not enforced when serializing to text format.