Hi, a little more information would be helpful. When you are talking about "Services", you mean GRPC-Services? What programming-language are you using? And by APIs you mean the generated files/classes? What do you want your generated classes to be called instead? What I can think of (for java at least) would be "option java_multiple_files = true;" This will create one Class per Message/Service instead of one for the whole Proto-File.
Am Montag, 6. Januar 2020 11:02:54 UTC+1 schrieb MANIK BHASIN: > > Hi I am new to proto buff, I have a simple question whether we can change > the names of auto generated apis by using some keyword in .proto files? , > as the auto generated apis names always start with the service name or with > .proto file name. > -- 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/9dbe26f4-142f-43e4-b79c-2ced7f55496d%40googlegroups.com.
