pub type PbOperation = Operation;
Alias for Operation.
Operation
enum PbOperation { Unspecified = 0, Add = 1, Delete = 2, Update = 3, Snapshot = 4, }