You've already forked dart-core-sdk
34 lines
1.3 KiB
Dart
34 lines
1.3 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: object_db.proto
|
|
//
|
|
// @dart = 3.3
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
|
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
|
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use objectDBDescriptor instead')
|
|
const ObjectDB$json = {
|
|
'1': 'ObjectDB',
|
|
'2': [
|
|
{'1': 'project', '3': 1, '4': 1, '5': 9, '10': 'project'},
|
|
{'1': 'id', '3': 2, '4': 1, '5': 9, '10': 'id'},
|
|
{'1': 'lastEventTS', '3': 3, '4': 1, '5': 11, '6': '.api.DateTime', '10': 'lastEventTS'},
|
|
{'1': 'lastEventName', '3': 4, '4': 1, '5': 9, '10': 'lastEventName'},
|
|
{'1': 'entity', '3': 5, '4': 1, '5': 12, '10': 'entity'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ObjectDB`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List objectDBDescriptor = $convert.base64Decode(
|
|
'CghPYmplY3REQhIYCgdwcm9qZWN0GAEgASgJUgdwcm9qZWN0Eg4KAmlkGAIgASgJUgJpZBIvCg'
|
|
'tsYXN0RXZlbnRUUxgDIAEoCzINLmFwaS5EYXRlVGltZVILbGFzdEV2ZW50VFMSJAoNbGFzdEV2'
|
|
'ZW50TmFtZRgEIAEoCVINbGFzdEV2ZW50TmFtZRIWCgZlbnRpdHkYBSABKAxSBmVudGl0eQ==');
|
|
|