All Questions
1 question
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;
...