user_update.pbjson.dart 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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': 'workspace', '3': 4, '4': 1, '5': 9, '9': 2, '10': 'workspace'},
  18. const {'1': 'password', '3': 5, '4': 1, '5': 9, '9': 3, '10': 'password'},
  19. ],
  20. '8': const [
  21. const {'1': 'one_of_name'},
  22. const {'1': 'one_of_email'},
  23. const {'1': 'one_of_workspace'},
  24. const {'1': 'one_of_password'},
  25. ],
  26. };
  27. /// Descriptor for `UpdateUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
  28. final $typed_data.Uint8List updateUserRequestDescriptor = $convert.base64Decode('ChFVcGRhdGVVc2VyUmVxdWVzdBIOCgJpZBgBIAEoCVICaWQSFAoEbmFtZRgCIAEoCUgAUgRuYW1lEhYKBWVtYWlsGAMgASgJSAFSBWVtYWlsEh4KCXdvcmtzcGFjZRgEIAEoCUgCUgl3b3Jrc3BhY2USHAoIcGFzc3dvcmQYBSABKAlIA1IIcGFzc3dvcmRCDQoLb25lX29mX25hbWVCDgoMb25lX29mX2VtYWlsQhIKEG9uZV9vZl93b3Jrc3BhY2VCEQoPb25lX29mX3Bhc3N3b3Jk');
  29. @$core.Deprecated('Use updateUserParamsDescriptor instead')
  30. const UpdateUserParams$json = const {
  31. '1': 'UpdateUserParams',
  32. '2': const [
  33. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  34. const {'1': 'name', '3': 2, '4': 1, '5': 9, '9': 0, '10': 'name'},
  35. const {'1': 'email', '3': 3, '4': 1, '5': 9, '9': 1, '10': 'email'},
  36. const {'1': 'workspace', '3': 4, '4': 1, '5': 9, '9': 2, '10': 'workspace'},
  37. const {'1': 'password', '3': 5, '4': 1, '5': 9, '9': 3, '10': 'password'},
  38. ],
  39. '8': const [
  40. const {'1': 'one_of_name'},
  41. const {'1': 'one_of_email'},
  42. const {'1': 'one_of_workspace'},
  43. const {'1': 'one_of_password'},
  44. ],
  45. };
  46. /// Descriptor for `UpdateUserParams`. Decode as a `google.protobuf.DescriptorProto`.
  47. final $typed_data.Uint8List updateUserParamsDescriptor = $convert.base64Decode('ChBVcGRhdGVVc2VyUGFyYW1zEg4KAmlkGAEgASgJUgJpZBIUCgRuYW1lGAIgASgJSABSBG5hbWUSFgoFZW1haWwYAyABKAlIAVIFZW1haWwSHgoJd29ya3NwYWNlGAQgASgJSAJSCXdvcmtzcGFjZRIcCghwYXNzd29yZBgFIAEoCUgDUghwYXNzd29yZEINCgtvbmVfb2ZfbmFtZUIOCgxvbmVfb2ZfZW1haWxCEgoQb25lX29mX3dvcmtzcGFjZUIRCg9vbmVfb2ZfcGFzc3dvcmQ=');