pub type PbSinkType = SinkType;
enum PbSinkType { Unspecified = 0, AppendOnly = 1, ForceAppendOnly = 2, Upsert = 3, }