Google.Protobuf.Reflection.Syntax public enum Syntax The syntax of a .proto file Documentation Code namespace Google.Protobuf.Reflection { public enum Syntax { Proto2, Proto3, Editions, Unknown } }