pub type PbDirection = Direction;
enum PbDirection { Unspecified = 0, Ascending = 1, Descending = 2, }