revision.pbjson.dart 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ///
  2. // Generated code. Do not modify.
  3. // source: revision.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 revTypeDescriptor instead')
  11. const RevType$json = const {
  12. '1': 'RevType',
  13. '2': const [
  14. const {'1': 'Local', '2': 0},
  15. const {'1': 'Remote', '2': 1},
  16. ],
  17. };
  18. /// Descriptor for `RevType`. Decode as a `google.protobuf.EnumDescriptorProto`.
  19. final $typed_data.Uint8List revTypeDescriptor = $convert.base64Decode('CgdSZXZUeXBlEgkKBUxvY2FsEAASCgoGUmVtb3RlEAE=');
  20. @$core.Deprecated('Use revisionDescriptor instead')
  21. const Revision$json = const {
  22. '1': 'Revision',
  23. '2': const [
  24. const {'1': 'base_rev_id', '3': 1, '4': 1, '5': 3, '10': 'baseRevId'},
  25. const {'1': 'rev_id', '3': 2, '4': 1, '5': 3, '10': 'revId'},
  26. const {'1': 'delta', '3': 3, '4': 1, '5': 12, '10': 'delta'},
  27. const {'1': 'md5', '3': 4, '4': 1, '5': 9, '10': 'md5'},
  28. const {'1': 'doc_id', '3': 5, '4': 1, '5': 9, '10': 'docId'},
  29. const {'1': 'ty', '3': 6, '4': 1, '5': 14, '6': '.RevType', '10': 'ty'},
  30. ],
  31. };
  32. /// Descriptor for `Revision`. Decode as a `google.protobuf.DescriptorProto`.
  33. final $typed_data.Uint8List revisionDescriptor = $convert.base64Decode('CghSZXZpc2lvbhIeCgtiYXNlX3Jldl9pZBgBIAEoA1IJYmFzZVJldklkEhUKBnJldl9pZBgCIAEoA1IFcmV2SWQSFAoFZGVsdGEYAyABKAxSBWRlbHRhEhAKA21kNRgEIAEoCVIDbWQ1EhUKBmRvY19pZBgFIAEoCVIFZG9jSWQSGAoCdHkYBiABKA4yCC5SZXZUeXBlUgJ0eQ==');
  34. @$core.Deprecated('Use revisionRangeDescriptor instead')
  35. const RevisionRange$json = const {
  36. '1': 'RevisionRange',
  37. '2': const [
  38. const {'1': 'doc_id', '3': 1, '4': 1, '5': 9, '10': 'docId'},
  39. const {'1': 'from_rev_id', '3': 2, '4': 1, '5': 3, '10': 'fromRevId'},
  40. const {'1': 'to_rev_id', '3': 3, '4': 1, '5': 3, '10': 'toRevId'},
  41. ],
  42. };
  43. /// Descriptor for `RevisionRange`. Decode as a `google.protobuf.DescriptorProto`.
  44. final $typed_data.Uint8List revisionRangeDescriptor = $convert.base64Decode('Cg1SZXZpc2lvblJhbmdlEhUKBmRvY19pZBgBIAEoCVIFZG9jSWQSHgoLZnJvbV9yZXZfaWQYAiABKANSCWZyb21SZXZJZBIaCgl0b19yZXZfaWQYAyABKANSB3RvUmV2SWQ=');