pub type PbThrottleType = ThrottleType;
#[repr(i32)]pub enum PbThrottleType { Unspecified = 0, Dml = 1, Backfill = 2, Source = 3, Sink = 4, }