Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Produce DescriptorProto for Protobuf #172

Open
nevillelyh opened this issue Jul 31, 2020 · 0 comments
Open

Produce DescriptorProto for Protobuf #172

nevillelyh opened this issue Jul 31, 2020 · 0 comments

Comments

@nevillelyh
Copy link
Contributor

nevillelyh commented Jul 31, 2020

https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/descriptor.proto#L94

This seems to be their equivalent of a schema, and can be handy when manipulating protos without needing the compiled Message class.
protoc compiler can generate a FileDescriptorSet binary .pb file with -oFILE flag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant