I have a protobuf file, and a .proto file that describes the schema.

The .proto describes dozens of different messages that may be in the 
protobuf file.

I would like to know what messages can be found in the file.  I do a protoc 
--decode_raw and get something out, but I don't see how to use that to 
figure out how to extract messages from the file.

I assume there's something I don't get about protobufs, but it seems to me 
I should be able to take a protobuf data file and corresponding .proto and 
turn it into a file that lets me see what the message hierarchy is in the 
file.  JSON would be a great way to do that.

What am I missing?

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to