user_update.pbjson.dart 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ///
  2. // Generated code. Do not modify.
  3. // source: user_update.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 updateUserRequestDescriptor instead')
  11. const UpdateUserRequest$json = const {
  12. '1': 'UpdateUserRequest',
  13. '2': const [
  14. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  15. const {'1': 'name', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'name'},
  16. const {'1': 'email', '3': 3, '4': 1, '5': 9, '9': 1, '10': 'email'},
  17. const {'1': 'password', '3': 4, '4': 1, '5': 9, '9': 2, '10': 'password'},
  18. ],
  19. '8': const [
  20. const {'1': 'one_of_name'},
  21. const {'1': 'one_of_email'},
  22. const {'1': 'one_of_password'},
  23. ],
  24. };
  25. /// Descriptor for `UpdateUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
  26. final $typed_data.Uint8List updateUserRequestDescriptor = $convert.base64Decode('ChFVcGRhdGVVc2VyUmVxdWVzdBIOCgJpZBgBIAEoCVICaWQSFAoEbmFtZRgCIAEoCUgAUgRuYW1lEhYKBWVtYWlsGAMgASgJSAFSBWVtYWlsEhwKCHBhc3N3b3JkGAQgASgJSAJSCHBhc3N3b3JkQg0KC29uZV9vZl9uYW1lQg4KDG9uZV9vZl9lbWFpbEIRCg9vbmVfb2ZfcGFzc3dvcmQ=');
  27. @$core.Deprecated('Use updateUserParamsDescriptor instead')
  28. const UpdateUserParams$json = const {
  29. '1': 'UpdateUserParams',
  30. '2': const [
  31. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  32. const {'1': 'name', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'name'},
  33. const {'1': 'email', '3': 3, '4': 1, '5': 9, '9': 1, '10': 'email'},
  34. const {'1': 'password', '3': 4, '4': 1, '5': 9, '9': 2, '10': 'password'},
  35. ],
  36. '8': const [
  37. const {'1': 'one_of_name'},
  38. const {'1': 'one_of_email'},
  39. const {'1': 'one_of_password'},
  40. ],
  41. };
  42. /// Descriptor for `UpdateUserParams`. Decode as a `google.protobuf.DescriptorProto`.
  43. final $typed_data.Uint8List updateUserParamsDescriptor = $convert.base64Decode('ChBVcGRhdGVVc2VyUGFyYW1zEg4KAmlkGAEgASgJUgJpZBIUCgRuYW1lGAIgASgJSABSBG5hbWUSFgoFZW1haWwYAyABKAlIAVIFZW1haWwSHAoIcGFzc3dvcmQYBCABKAlIAlIIcGFzc3dvcmRCDQoLb25lX29mX25hbWVCDgoMb25lX29mX2VtYWlsQhEKD29uZV9vZl9wYXNzd29yZA==');