pub type PbOperation = Operation;
#[repr(i32)]pub enum PbOperation { Unspecified = 0, Add = 1, Delete = 2, Update = 3, Snapshot = 4, }