You should be able to use DescriptorPool::BuildFile to generate a FileDescriptor from your FileDescriptorProto and then call FileDescriptor::DebugString() to get a suitable .proto file (in the form of a string).
-t On Mar 17, 6:51 pm, Jeff Plaisance <[email protected]> wrote: > Is there a way to generate .proto files from a file descriptor proto? > If not, is there a way to invoke the compiler using a file descriptor > proto as input? > > Thanks, > Jeff -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
