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