sign_in.pbjson.dart 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ///
  2. // Generated code. Do not modify.
  3. // source: sign_in.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 signInRequestDescriptor instead')
  11. const SignInRequest$json = const {
  12. '1': 'SignInRequest',
  13. '2': const [
  14. const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
  15. const {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
  16. ],
  17. };
  18. /// Descriptor for `SignInRequest`. Decode as a `google.protobuf.DescriptorProto`.
  19. final $typed_data.Uint8List signInRequestDescriptor = $convert.base64Decode('Cg1TaWduSW5SZXF1ZXN0EhQKBWVtYWlsGAEgASgJUgVlbWFpbBIaCghwYXNzd29yZBgCIAEoCVIIcGFzc3dvcmQ=');
  20. @$core.Deprecated('Use signInParamsDescriptor instead')
  21. const SignInParams$json = const {
  22. '1': 'SignInParams',
  23. '2': const [
  24. const {'1': 'email', '3': 1, '4': 1, '5': 9, '10': 'email'},
  25. const {'1': 'password', '3': 2, '4': 1, '5': 9, '10': 'password'},
  26. ],
  27. };
  28. /// Descriptor for `SignInParams`. Decode as a `google.protobuf.DescriptorProto`.
  29. final $typed_data.Uint8List signInParamsDescriptor = $convert.base64Decode('CgxTaWduSW5QYXJhbXMSFAoFZW1haWwYASABKAlSBWVtYWlsEhoKCHBhc3N3b3JkGAIgASgJUghwYXNzd29yZA==');
  30. @$core.Deprecated('Use signInResponseDescriptor instead')
  31. const SignInResponse$json = const {
  32. '1': 'SignInResponse',
  33. '2': const [
  34. const {'1': 'uid', '3': 1, '4': 1, '5': 9, '10': 'uid'},
  35. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  36. const {'1': 'email', '3': 3, '4': 1, '5': 9, '10': 'email'},
  37. const {'1': 'token', '3': 4, '4': 1, '5': 9, '10': 'token'},
  38. ],
  39. };
  40. /// Descriptor for `SignInResponse`. Decode as a `google.protobuf.DescriptorProto`.
  41. final $typed_data.Uint8List signInResponseDescriptor = $convert.base64Decode('Cg5TaWduSW5SZXNwb25zZRIQCgN1aWQYASABKAlSA3VpZBISCgRuYW1lGAIgASgJUgRuYW1lEhQKBWVtYWlsGAMgASgJUgVlbWFpbBIUCgV0b2tlbhgEIAEoCVIFdG9rZW4=');