Google\Protobuf\Syntax */ class Syntax { /** * Syntax `proto2`. * * Generated from protobuf enum SYNTAX_PROTO2 = 0; */ const SYNTAX_PROTO2 = 0; /** * Syntax `proto3`. * * Generated from protobuf enum SYNTAX_PROTO3 = 1; */ const SYNTAX_PROTO3 = 1; }