doc_create.pbjson.dart 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ///
  2. // Generated code. Do not modify.
  3. // source: doc_create.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 createDocRequestDescriptor instead')
  11. const CreateDocRequest$json = const {
  12. '1': 'CreateDocRequest',
  13. '2': const [
  14. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  15. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  16. const {'1': 'desc', '3': 3, '4': 1, '5': 9, '10': 'desc'},
  17. const {'1': 'text', '3': 4, '4': 1, '5': 9, '10': 'text'},
  18. ],
  19. };
  20. /// Descriptor for `CreateDocRequest`. Decode as a `google.protobuf.DescriptorProto`.
  21. final $typed_data.Uint8List createDocRequestDescriptor = $convert.base64Decode('ChBDcmVhdGVEb2NSZXF1ZXN0Eg4KAmlkGAEgASgJUgJpZBISCgRuYW1lGAIgASgJUgRuYW1lEhIKBGRlc2MYAyABKAlSBGRlc2MSEgoEdGV4dBgEIAEoCVIEdGV4dA==');
  22. @$core.Deprecated('Use docInfoDescriptor instead')
  23. const DocInfo$json = const {
  24. '1': 'DocInfo',
  25. '2': const [
  26. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  27. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  28. const {'1': 'desc', '3': 3, '4': 1, '5': 9, '10': 'desc'},
  29. const {'1': 'path', '3': 4, '4': 1, '5': 9, '10': 'path'},
  30. ],
  31. };
  32. /// Descriptor for `DocInfo`. Decode as a `google.protobuf.DescriptorProto`.
  33. final $typed_data.Uint8List docInfoDescriptor = $convert.base64Decode('CgdEb2NJbmZvEg4KAmlkGAEgASgJUgJpZBISCgRuYW1lGAIgASgJUgRuYW1lEhIKBGRlc2MYAyABKAlSBGRlc2MSEgoEcGF0aBgEIAEoCVIEcGF0aA==');
  34. @$core.Deprecated('Use docDataDescriptor instead')
  35. const DocData$json = const {
  36. '1': 'DocData',
  37. '2': const [
  38. const {'1': 'text', '3': 1, '4': 1, '5': 9, '10': 'text'},
  39. ],
  40. };
  41. /// Descriptor for `DocData`. Decode as a `google.protobuf.DescriptorProto`.
  42. final $typed_data.Uint8List docDataDescriptor = $convert.base64Decode('CgdEb2NEYXRhEhIKBHRleHQYASABKAlSBHRleHQ=');