user_profile.pbjson.dart 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ///
  2. // Generated code. Do not modify.
  3. // source: user_profile.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields,deprecated_member_use_from_same_package
  7. import 'dart:core' as $core;
  8. import 'dart:convert' as $convert;
  9. import 'dart:typed_data' as $typed_data;
  10. @$core.Deprecated('Use userTokenDescriptor instead')
  11. const UserToken$json = const {
  12. '1': 'UserToken',
  13. '2': const [
  14. const {'1': 'token', '3': 1, '4': 1, '5': 9, '10': 'token'},
  15. ],
  16. };
  17. /// Descriptor for `UserToken`. Decode as a `google.protobuf.DescriptorProto`.
  18. final $typed_data.Uint8List userTokenDescriptor = $convert.base64Decode('CglVc2VyVG9rZW4SFAoFdG9rZW4YASABKAlSBXRva2Vu');
  19. @$core.Deprecated('Use userProfileDescriptor instead')
  20. const UserProfile$json = const {
  21. '1': 'UserProfile',
  22. '2': const [
  23. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  24. const {'1': 'email', '3': 2, '4': 1, '5': 9, '10': 'email'},
  25. const {'1': 'name', '3': 3, '4': 1, '5': 9, '10': 'name'},
  26. const {'1': 'token', '3': 4, '4': 1, '5': 9, '10': 'token'},
  27. ],
  28. };
  29. /// Descriptor for `UserProfile`. Decode as a `google.protobuf.DescriptorProto`.
  30. final $typed_data.Uint8List userProfileDescriptor = $convert.base64Decode('CgtVc2VyUHJvZmlsZRIOCgJpZBgBIAEoCVICaWQSFAoFZW1haWwYAiABKAlSBWVtYWlsEhIKBG5hbWUYAyABKAlSBG5hbWUSFAoFdG9rZW4YBCABKAlSBXRva2Vu');
  31. @$core.Deprecated('Use updateUserRequestDescriptor instead')
  32. const UpdateUserRequest$json = const {
  33. '1': 'UpdateUserRequest',
  34. '2': const [
  35. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  36. const {'1': 'name', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'name'},
  37. const {'1': 'email', '3': 3, '4': 1, '5': 9, '9': 1, '10': 'email'},
  38. const {'1': 'password', '3': 4, '4': 1, '5': 9, '9': 2, '10': 'password'},
  39. ],
  40. '8': const [
  41. const {'1': 'one_of_name'},
  42. const {'1': 'one_of_email'},
  43. const {'1': 'one_of_password'},
  44. ],
  45. };
  46. /// Descriptor for `UpdateUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
  47. final $typed_data.Uint8List updateUserRequestDescriptor = $convert.base64Decode('ChFVcGRhdGVVc2VyUmVxdWVzdBIOCgJpZBgBIAEoCVICaWQSFAoEbmFtZRgCIAEoCUgAUgRuYW1lEhYKBWVtYWlsGAMgASgJSAFSBWVtYWlsEhwKCHBhc3N3b3JkGAQgASgJSAJSCHBhc3N3b3JkQg0KC29uZV9vZl9uYW1lQg4KDG9uZV9vZl9lbWFpbEIRCg9vbmVfb2ZfcGFzc3dvcmQ=');
  48. @$core.Deprecated('Use updateUserParamsDescriptor instead')
  49. const UpdateUserParams$json = const {
  50. '1': 'UpdateUserParams',
  51. '2': const [
  52. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  53. const {'1': 'name', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'name'},
  54. const {'1': 'email', '3': 3, '4': 1, '5': 9, '9': 1, '10': 'email'},
  55. const {'1': 'password', '3': 4, '4': 1, '5': 9, '9': 2, '10': 'password'},
  56. ],
  57. '8': const [
  58. const {'1': 'one_of_name'},
  59. const {'1': 'one_of_email'},
  60. const {'1': 'one_of_password'},
  61. ],
  62. };
  63. /// Descriptor for `UpdateUserParams`. Decode as a `google.protobuf.DescriptorProto`.
  64. final $typed_data.Uint8List updateUserParamsDescriptor = $convert.base64Decode('ChBVcGRhdGVVc2VyUGFyYW1zEg4KAmlkGAEgASgJUgJpZBIUCgRuYW1lGAIgASgJSABSBG5hbWUSFgoFZW1haWwYAyABKAlIAVIFZW1haWwSHAoIcGFzc3dvcmQYBCABKAlIAlIIcGFzc3dvcmRCDQoLb25lX29mX25hbWVCDgoMb25lX29mX2VtYWlsQhEKD29uZV9vZl9wYXNzd29yZA==');