You've already forked dart-core-sdk
35 lines
1.4 KiB
Dart
35 lines
1.4 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from object_db.proto.
|
|
|
|
// @dart = 3.3
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names
|
|
// ignore_for_file: curly_braces_in_flow_control_structures
|
|
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, 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==');
|
|
|