pub type PbEncryptionType = EncryptionType;
enum PbEncryptionType { Unspecified = 0, Plaintext = 1, Sha256 = 2, Md5 = 3, Oauth = 4, }