Interface unwraps the message reflection interface and returns the underlying ProtoMessage interface.
()
| 53 | // Interface unwraps the message reflection interface and |
| 54 | // returns the underlying ProtoMessage interface. |
| 55 | Interface() ProtoMessage |
| 56 | |
| 57 | // Range iterates over every populated field in an undefined order, |
| 58 | // calling f for each field descriptor and value encountered. |
no outgoing calls