share.pbjson.dart 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ///
  2. // Generated code. Do not modify.
  3. // source: share.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 exportTypeDescriptor instead')
  11. const ExportType$json = const {
  12. '1': 'ExportType',
  13. '2': const [
  14. const {'1': 'Text', '2': 0},
  15. const {'1': 'Markdown', '2': 1},
  16. const {'1': 'Link', '2': 2},
  17. ],
  18. };
  19. /// Descriptor for `ExportType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  20. final $typed_data.Uint8List exportTypeDescriptor = $convert.base64Decode('CgpFeHBvcnRUeXBlEggKBFRleHQQABIMCghNYXJrZG93bhABEggKBExpbmsQAg==');
  21. @$core.Deprecated('Use exportRequestDescriptor instead')
  22. const ExportRequest$json = const {
  23. '1': 'ExportRequest',
  24. '2': const [
  25. const {'1': 'doc_id', '3': 1, '4': 1, '5': 9, '10': 'docId'},
  26. const {'1': 'export_type', '3': 2, '4': 1, '5': 14, '6': '.ExportType', '10': 'exportType'},
  27. ],
  28. };
  29. /// Descriptor for `ExportRequest`. Decode as a `google.protobuf.DescriptorProto`.
  30. final $typed_data.Uint8List exportRequestDescriptor = $convert.base64Decode('Cg1FeHBvcnRSZXF1ZXN0EhUKBmRvY19pZBgBIAEoCVIFZG9jSWQSLAoLZXhwb3J0X3R5cGUYAiABKA4yCy5FeHBvcnRUeXBlUgpleHBvcnRUeXBl');
  31. @$core.Deprecated('Use exportDataDescriptor instead')
  32. const ExportData$json = const {
  33. '1': 'ExportData',
  34. '2': const [
  35. const {'1': 'data', '3': 1, '4': 1, '5': 9, '10': 'data'},
  36. const {'1': 'export_type', '3': 2, '4': 1, '5': 14, '6': '.ExportType', '10': 'exportType'},
  37. ],
  38. };
  39. /// Descriptor for `ExportData`. Decode as a `google.protobuf.DescriptorProto`.
  40. final $typed_data.Uint8List exportDataDescriptor = $convert.base64Decode('CgpFeHBvcnREYXRhEhIKBGRhdGEYASABKAlSBGRhdGESLAoLZXhwb3J0X3R5cGUYAiABKA4yCy5FeHBvcnRUeXBlUgpleHBvcnRUeXBl');