doc.pbjson.dart 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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': 12, '10': 'data'},
  16. ],
  17. };
  18. /// Descriptor for `CreateDocParams`. Decode as a `google.protobuf.DescriptorProto`.
  19. final $typed_data.Uint8List createDocParamsDescriptor = $convert.base64Decode('Cg9DcmVhdGVEb2NQYXJhbXMSDgoCaWQYASABKAlSAmlkEhIKBGRhdGEYAiABKAxSBGRhdGE=');
  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': 12, '10': 'data'},
  26. const {'1': 'revision', '3': 3, '4': 1, '5': 3, '10': 'revision'},
  27. ],
  28. };
  29. /// Descriptor for `Doc`. Decode as a `google.protobuf.DescriptorProto`.
  30. final $typed_data.Uint8List docDescriptor = $convert.base64Decode('CgNEb2MSDgoCaWQYASABKAlSAmlkEhIKBGRhdGEYAiABKAxSBGRhdGESGgoIcmV2aXNpb24YAyABKANSCHJldmlzaW9u');
  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': 12, '10': 'data'},
  37. ],
  38. };
  39. /// Descriptor for `UpdateDocParams`. Decode as a `google.protobuf.DescriptorProto`.
  40. final $typed_data.Uint8List updateDocParamsDescriptor = $convert.base64Decode('Cg9VcGRhdGVEb2NQYXJhbXMSFQoGZG9jX2lkGAEgASgJUgVkb2NJZBISCgRkYXRhGAIgASgMUgRkYXRh');
  41. @$core.Deprecated('Use docDeltaDescriptor instead')
  42. const DocDelta$json = const {
  43. '1': 'DocDelta',
  44. '2': const [
  45. const {'1': 'doc_id', '3': 1, '4': 1, '5': 9, '10': 'docId'},
  46. const {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
  47. ],
  48. };
  49. /// Descriptor for `DocDelta`. Decode as a `google.protobuf.DescriptorProto`.
  50. final $typed_data.Uint8List docDeltaDescriptor = $convert.base64Decode('CghEb2NEZWx0YRIVCgZkb2NfaWQYASABKAlSBWRvY0lkEhIKBGRhdGEYAiABKAxSBGRhdGE=');
  51. @$core.Deprecated('Use queryDocParamsDescriptor instead')
  52. const QueryDocParams$json = const {
  53. '1': 'QueryDocParams',
  54. '2': const [
  55. const {'1': 'doc_id', '3': 1, '4': 1, '5': 9, '10': 'docId'},
  56. ],
  57. };
  58. /// Descriptor for `QueryDocParams`. Decode as a `google.protobuf.DescriptorProto`.
  59. final $typed_data.Uint8List queryDocParamsDescriptor = $convert.base64Decode('Cg5RdWVyeURvY1BhcmFtcxIVCgZkb2NfaWQYASABKAlSBWRvY0lk');