box.pbjson.dart 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. //
  2. // Generated code. Do not modify.
  3. // source: ente/common/box.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides, camel_case_types, comment_references
  7. // ignore_for_file: constant_identifier_names, library_prefixes
  8. // ignore_for_file: non_constant_identifier_names, prefer_final_fields
  9. // ignore_for_file: unnecessary_import, unnecessary_this, unused_import
  10. import 'dart:convert' as $convert;
  11. import 'dart:core' as $core;
  12. import 'dart:typed_data' as $typed_data;
  13. @$core.Deprecated('Use centerBoxDescriptor instead')
  14. const CenterBox$json = {
  15. '1': 'CenterBox',
  16. '2': [
  17. {'1': 'x', '3': 1, '4': 1, '5': 2, '9': 0, '10': 'x', '17': true},
  18. {'1': 'y', '3': 2, '4': 1, '5': 2, '9': 1, '10': 'y', '17': true},
  19. {'1': 'height', '3': 3, '4': 1, '5': 2, '9': 2, '10': 'height', '17': true},
  20. {'1': 'width', '3': 4, '4': 1, '5': 2, '9': 3, '10': 'width', '17': true},
  21. ],
  22. '8': [
  23. {'1': '_x'},
  24. {'1': '_y'},
  25. {'1': '_height'},
  26. {'1': '_width'},
  27. ],
  28. };
  29. /// Descriptor for `CenterBox`. Decode as a `google.protobuf.DescriptorProto`.
  30. final $typed_data.Uint8List centerBoxDescriptor = $convert.base64Decode(
  31. 'CglDZW50ZXJCb3gSEQoBeBgBIAEoAkgAUgF4iAEBEhEKAXkYAiABKAJIAVIBeYgBARIbCgZoZW'
  32. 'lnaHQYAyABKAJIAlIGaGVpZ2h0iAEBEhkKBXdpZHRoGAQgASgCSANSBXdpZHRoiAEBQgQKAl94'
  33. 'QgQKAl95QgkKB19oZWlnaHRCCAoGX3dpZHRo');