doc.pbjson.dart 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. ///
  2. // Generated code. Do not modify.
  3. // source: doc.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 createDocParamsDescriptor instead')
  11. const CreateDocParams$json = const {
  12. '1': 'CreateDocParams',
  13. '2': const [
  14. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  15. const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
  16. ],
  17. };
  18. /// Descriptor for `CreateDocParams`. Decode as a `google.protobuf.DescriptorProto`.
  19. final $typed_data.Uint8List createDocParamsDescriptor = $convert.base64Decode('Cg9DcmVhdGVEb2NQYXJhbXMSDgoCaWQYASABKAlSAmlkEhIKBGRhdGEYAiABKAlSBGRhdGE=');
  20. @$core.Deprecated('Use docDescriptor instead')
  21. const Doc$json = const {
  22. '1': 'Doc',
  23. '2': const [
  24. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  25. const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
  26. const {'1': 'rev_id', '3': 3, '4': 1, '5': 3, '10': 'revId'},
  27. ],
  28. };
  29. /// Descriptor for `Doc`. Decode as a `google.protobuf.DescriptorProto`.
  30. final $typed_data.Uint8List docDescriptor = $convert.base64Decode('CgNEb2MSDgoCaWQYASABKAlSAmlkEhIKBGRhdGEYAiABKAlSBGRhdGESFQoGcmV2X2lkGAMgASgDUgVyZXZJZA==');
  31. @$core.Deprecated('Use updateDocParamsDescriptor instead')
  32. const UpdateDocParams$json = const {
  33. '1': 'UpdateDocParams',
  34. '2': const [
  35. const {'1': 'doc_id', '3': 1, '4': 1, '5': 9, '10': 'docId'},
  36. const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
  37. const {'1': 'rev_id', '3': 3, '4': 1, '5': 3, '10': 'revId'},
  38. ],
  39. };
  40. /// Descriptor for `UpdateDocParams`. Decode as a `google.protobuf.DescriptorProto`.
  41. final $typed_data.Uint8List updateDocParamsDescriptor = $convert.base64Decode('Cg9VcGRhdGVEb2NQYXJhbXMSFQoGZG9jX2lkGAEgASgJUgVkb2NJZBISCgRkYXRhGAIgASgJUgRkYXRhEhUKBnJldl9pZBgDIAEoA1IFcmV2SWQ=');
  42. @$core.Deprecated('Use docDeltaDescriptor instead')
  43. const DocDelta$json = const {
  44. '1': 'DocDelta',
  45. '2': const [
  46. const {'1': 'doc_id', '3': 1, '4': 1, '5': 9, '10': 'docId'},
  47. const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
  48. ],
  49. };
  50. /// Descriptor for `DocDelta`. Decode as a `google.protobuf.DescriptorProto`.
  51. final $typed_data.Uint8List docDeltaDescriptor = $convert.base64Decode('CghEb2NEZWx0YRIVCgZkb2NfaWQYASABKAlSBWRvY0lkEhIKBGRhdGEYAiABKAlSBGRhdGE=');
  52. @$core.Deprecated('Use queryDocParamsDescriptor instead')
  53. const QueryDocParams$json = const {
  54. '1': 'QueryDocParams',
  55. '2': const [
  56. const {'1': 'doc_id', '3': 1, '4': 1, '5': 9, '10': 'docId'},
  57. ],
  58. };
  59. /// Descriptor for `QueryDocParams`. Decode as a `google.protobuf.DescriptorProto`.
  60. final $typed_data.Uint8List queryDocParamsDescriptor = $convert.base64Decode('Cg5RdWVyeURvY1BhcmFtcxIVCgZkb2NfaWQYASABKAlSBWRvY0lk');