pub type PbEncryptionType = EncryptionType;
#[repr(i32)]pub enum PbEncryptionType { Unspecified = 0, Plaintext = 1, Sha256 = 2, Md5 = 3, Oauth = 4, }