On Wednesday, August 28, 2019 at 5:28:38 AM UTC-4, Simon Su wrote: > > Hi all , I want to know all the keywords in .proto file, Is there a > keyword list about this ? >
Depends what you are talking about? As in a descriptor view of the .proto file? v2: https://developers.google.com/protocol-buffers/docs/reference/proto2-spec v3: https://developers.google.com/protocol-buffers/docs/reference/proto3-spec You can integrate with the `protoc“ compiler, but it has some limitations, i.e. around target language support for v2 and v3 for instance. Or roll your own parser as needs be as we did, for a v2 specific definition. Good luck. Michael W Powell -- 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/c76c6bf8-feb2-47da-a425-b04095546f2f%40googlegroups.com.
