pub type PbDirection = Direction;
#[repr(i32)]pub enum PbDirection { Unspecified = 0, Ascending = 1, Descending = 2, }