You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aFileDescriptorSet
binary.pb
file with-oFILE
flag.The text was updated successfully, but these errors were encountered: