I couldn\'t find anywhere a possibility to print a human friendly content of a Google Protobuf message.
Is there an equivalent in Python for Java\'s toString()
toString()
If you're using the protobuf package, the print function/statement will give you a human-readable representation of the message, because of the __str__ method :-).
print