pub type PbBackfillType = BackfillType;
#[repr(i32)]pub enum PbBackfillType { Unspecified = 0, NormalBackfill = 1, SnapshotBackfill = 2, }