Re: [protobuf] Is possible to use enum from external class in .proto files?

2017-04-17 Thread Ronil Merchant
Thanks for the help, the suggested approach by henner worked. Was making an error in the implementation On Sat, Apr 15, 2017 at 2:57 AM, Adam Cozzette wrote: > Yes, that should work. Unless I'm misunderstanding something, you should > just be able to do what Henner suggested above to accomplish

Re: [protobuf] Is possible to use enum from external class in .proto files?

2017-04-07 Thread ronil . merchant
Hi, on the same lines need help on an idea. Is it possible to define my enums in one .proto file and use them across other .proto files. In context of grpc protobuf3. Any help is appreciated. On Friday, December 7, 2012 at 10:49:29 AM UTC+5:30, Henner Zeller wrote: > > On 6 December 2012 15:32,