doc_create.pbjson.dart 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
  16. ],
  17. };
  18. /// Descriptor for `CreateDocRequest`. Decode as a `google.protobuf.DescriptorProto`.
  19. final $typed_data.Uint8List createDocRequestDescriptor = $convert.base64Decode('ChBDcmVhdGVEb2NSZXF1ZXN0Eg4KAmlkGAEgASgJUgJpZBISCgRkYXRhGAIgASgJUgRkYXRh');
  20. @$core.Deprecated('Use createDocParamsDescriptor instead')
  21. const CreateDocParams$json = const {
  22. '1': 'CreateDocParams',
  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. ],
  27. };
  28. /// Descriptor for `CreateDocParams`. Decode as a `google.protobuf.DescriptorProto`.
  29. final $typed_data.Uint8List createDocParamsDescriptor = $convert.base64Decode('Cg9DcmVhdGVEb2NQYXJhbXMSDgoCaWQYASABKAlSAmlkEhIKBGRhdGEYAiABKAlSBGRhdGE=');
  30. @$core.Deprecated('Use docDescriptor instead')
  31. const Doc$json = const {
  32. '1': 'Doc',
  33. '2': const [
  34. const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
  35. const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
  36. ],
  37. };
  38. /// Descriptor for `Doc`. Decode as a `google.protobuf.DescriptorProto`.
  39. final $typed_data.Uint8List docDescriptor = $convert.base64Decode('CgNEb2MSDgoCaWQYASABKAlSAmlkEhIKBGRhdGEYAiABKAlSBGRhdGE=');