pub type PbOp = Op;
enum PbOp { Unspecified = 0, Insert = 1, Delete = 2, UpdateInsert = 3, UpdateDelete = 4, }