pub type PbSinkType = SinkType;
#[repr(i32)]pub enum PbSinkType { Unspecified = 0, AppendOnly = 1, ForceAppendOnly = 2, Upsert = 3, }