pub type PbBackupJobStatus = BackupJobStatus;
enum PbBackupJobStatus { Unspecified = 0, Running = 1, Succeeded = 2, NotFound = 3, Failed = 4, }