Skip to main content

All Questions

2 votes
1 answer
2k views

Python Dict -> Protobuf Message Parse Error: Timestamp

I have a protobuf timestamp message that I'm trying to parse from a Python dictionary. The target Protobuf message looks like this: message LogStatusSnapshot { google.protobuf.Timestamp time = 1; ...
Tommy Clare's user avatar