Hi, 
There is a way to transform .proto file like 
syntax = "proto3";

package helloworld;

// My cool new message.
message MyMessage {
string some_string = 1;
repeated int64 some_numbers = 2;
}
to FileDescriptorProto class from com.google.protobuf jar (or any other 
proto lib that can represent the proto schema)
without to use protoc to generate descriptor before?

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/ad559f9f-8112-4bbe-b0b8-43f4b64d6d60n%40googlegroups.com.

Reply via email to