pub type PbBackupJobStatus = BackupJobStatus;
#[repr(i32)]pub enum PbBackupJobStatus { Unspecified = 0, Running = 1, Succeeded = 2, NotFound = 3, Failed = 4, }