// // Generated code. Do not modify. // source: accounts/accounts_v1.proto // // @dart = 2.12 // ignore_for_file: annotate_overrides, camel_case_types, comment_references // ignore_for_file: constant_identifier_names, library_prefixes // ignore_for_file: non_constant_identifier_names, prefer_final_fields // ignore_for_file: unnecessary_import, unnecessary_this, unused_import import 'dart:convert' as $convert; import 'dart:core' as $core; import 'dart:typed_data' as $typed_data; @$core.Deprecated('Use accountIdDescriptor instead') const AccountId$json = { '1': 'AccountId', '2': [ {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'}, ], }; /// Descriptor for `AccountId`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List accountIdDescriptor = $convert.base64Decode( 'CglBY2NvdW50SWQSDgoCaWQYASABKAlSAmlk'); @$core.Deprecated('Use accountPasswordDescriptor instead') const AccountPassword$json = { '1': 'AccountPassword', '2': [ {'1': 'password', '3': 1, '4': 1, '5': 9, '10': 'password'}, ], }; /// Descriptor for `AccountPassword`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List accountPasswordDescriptor = $convert.base64Decode( 'Cg9BY2NvdW50UGFzc3dvcmQSGgoIcGFzc3dvcmQYASABKAlSCHBhc3N3b3Jk'); @$core.Deprecated('Use accountDataDescriptor instead') const AccountData$json = { '1': 'AccountData', '2': [ {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'}, {'1': 'email', '3': 2, '4': 1, '5': 9, '10': 'email'}, ], }; /// Descriptor for `AccountData`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List accountDataDescriptor = $convert.base64Decode( 'CgtBY2NvdW50RGF0YRISCgRuYW1lGAEgASgJUgRuYW1lEhQKBWVtYWlsGAIgASgJUgVlbWFpbA' '=='); @$core.Deprecated('Use accountWithPasswordDescriptor instead') const AccountWithPassword$json = { '1': 'AccountWithPassword', '2': [ {'1': 'data', '3': 1, '4': 1, '5': 11, '6': '.accounts.AccountData', '10': 'data'}, {'1': 'password', '3': 2, '4': 1, '5': 11, '6': '.accounts.AccountPassword', '10': 'password'}, ], }; /// Descriptor for `AccountWithPassword`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List accountWithPasswordDescriptor = $convert.base64Decode( 'ChNBY2NvdW50V2l0aFBhc3N3b3JkEikKBGRhdGEYASABKAsyFS5hY2NvdW50cy5BY2NvdW50RG' 'F0YVIEZGF0YRI1CghwYXNzd29yZBgCIAEoCzIZLmFjY291bnRzLkFjY291bnRQYXNzd29yZFII' 'cGFzc3dvcmQ='); @$core.Deprecated('Use accountFullDescriptor instead') const AccountFull$json = { '1': 'AccountFull', '2': [ {'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.accounts.AccountId', '10': 'id'}, {'1': 'data', '3': 2, '4': 1, '5': 11, '6': '.accounts.AccountData', '10': 'data'}, ], }; /// Descriptor for `AccountFull`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List accountFullDescriptor = $convert.base64Decode( 'CgtBY2NvdW50RnVsbBIjCgJpZBgBIAEoCzITLmFjY291bnRzLkFjY291bnRJZFICaWQSKQoEZG' 'F0YRgCIAEoCzIVLmFjY291bnRzLkFjY291bnREYXRhUgRkYXRh'); @$core.Deprecated('Use accountFullWithTokenDescriptor instead') const AccountFullWithToken$json = { '1': 'AccountFullWithToken', '2': [ {'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.accounts.AccountId', '10': 'id'}, {'1': 'data', '3': 2, '4': 1, '5': 11, '6': '.accounts.AccountData', '10': 'data'}, {'1': 'token', '3': 3, '4': 1, '5': 9, '10': 'token'}, ], }; /// Descriptor for `AccountFullWithToken`. Decode as a `google.protobuf.DescriptorProto`. final $typed_data.Uint8List accountFullWithTokenDescriptor = $convert.base64Decode( 'ChRBY2NvdW50RnVsbFdpdGhUb2tlbhIjCgJpZBgBIAEoCzITLmFjY291bnRzLkFjY291bnRJZF' 'ICaWQSKQoEZGF0YRgCIAEoCzIVLmFjY291bnRzLkFjY291bnREYXRhUgRkYXRhEhQKBXRva2Vu' 'GAMgASgJUgV0b2tlbg==');