doc.pbjson.dart 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. ],
  27. };
  28. /// Descriptor for `Doc`. Decode as a `google.protobuf.DescriptorProto`.
  29. final $typed_data.Uint8List docDescriptor = $convert.base64Decode('CgNEb2MSDgoCaWQYASABKAlSAmlkEhIKBGRhdGEYAiABKAxSBGRhdGE=');
  30. @$core.Deprecated('Use saveDocParamsDescriptor instead')
  31. const SaveDocParams$json = const {
  32. '1': 'SaveDocParams',
  33. '2': const [
  34. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  35. const {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
  36. ],
  37. };
  38. /// Descriptor for `SaveDocParams`. Decode as a `google.protobuf.DescriptorProto`.
  39. final $typed_data.Uint8List saveDocParamsDescriptor = $convert.base64Decode('Cg1TYXZlRG9jUGFyYW1zEg4KAmlkGAEgASgJUgJpZBISCgRkYXRhGAIgASgMUgRkYXRh');
  40. @$core.Deprecated('Use applyChangesetParamsDescriptor instead')
  41. const ApplyChangesetParams$json = const {
  42. '1': 'ApplyChangesetParams',
  43. '2': const [
  44. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  45. const {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
  46. ],
  47. };
  48. /// Descriptor for `ApplyChangesetParams`. Decode as a `google.protobuf.DescriptorProto`.
  49. final $typed_data.Uint8List applyChangesetParamsDescriptor = $convert.base64Decode('ChRBcHBseUNoYW5nZXNldFBhcmFtcxIOCgJpZBgBIAEoCVICaWQSEgoEZGF0YRgCIAEoDFIEZGF0YQ==');
  50. @$core.Deprecated('Use queryDocParamsDescriptor instead')
  51. const QueryDocParams$json = const {
  52. '1': 'QueryDocParams',
  53. '2': const [
  54. const {'1': 'doc_id', '3': 1, '4': 1, '5': 9, '10': 'docId'},
  55. ],
  56. };
  57. /// Descriptor for `QueryDocParams`. Decode as a `google.protobuf.DescriptorProto`.
  58. final $typed_data.Uint8List queryDocParamsDescriptor = $convert.base64Decode('Cg5RdWVyeURvY1BhcmFtcxIVCgZkb2NfaWQYASABKAlSBWRvY0lk');