You've already forked dart-core-sdk
87 lines
4.1 KiB
Dart
87 lines
4.1 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from tradeClickhouseStatement.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 tradeClickHouseInputDescriptor instead')
|
|
const TradeClickHouseInput$json = {
|
|
'1': 'TradeClickHouseInput',
|
|
'2': [
|
|
{'1': 'ClickhouseElements', '3': 1, '4': 1, '5': 11, '6': '.api.TradeClickhouseElements', '10': 'ClickhouseElements'},
|
|
{'1': 'MetadatasToApply', '3': 2, '4': 3, '5': 11, '6': '.api.MetadatasToApply', '10': 'MetadatasToApply'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `TradeClickHouseInput`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List tradeClickHouseInputDescriptor = $convert.base64Decode(
|
|
'ChRUcmFkZUNsaWNrSG91c2VJbnB1dBJMChJDbGlja2hvdXNlRWxlbWVudHMYASABKAsyHC5hcG'
|
|
'kuVHJhZGVDbGlja2hvdXNlRWxlbWVudHNSEkNsaWNraG91c2VFbGVtZW50cxJBChBNZXRhZGF0'
|
|
'YXNUb0FwcGx5GAIgAygLMhUuYXBpLk1ldGFkYXRhc1RvQXBwbHlSEE1ldGFkYXRhc1RvQXBwbH'
|
|
'k=');
|
|
|
|
@$core.Deprecated('Use tradeClickhouseElementDescriptor instead')
|
|
const TradeClickhouseElement$json = {
|
|
'1': 'TradeClickhouseElement',
|
|
'2': [
|
|
{'1': 'Executionflow', '3': 1, '4': 1, '5': 11, '6': '.api.Executionflow', '9': 0, '10': 'Executionflow'},
|
|
{'1': 'Stock', '3': 2, '4': 1, '5': 11, '6': '.api.Stock', '9': 0, '10': 'Stock'},
|
|
{'1': 'Handlingunit', '3': 3, '4': 1, '5': 11, '6': '.api.Handlingunit', '9': 0, '10': 'Handlingunit'},
|
|
{'1': 'Movement', '3': 4, '4': 1, '5': 11, '6': '.api.Movement', '9': 0, '10': 'Movement'},
|
|
{'1': 'Item', '3': 5, '4': 1, '5': 11, '6': '.api.Item', '9': 0, '10': 'Item'},
|
|
{'1': 'Actor', '3': 6, '4': 1, '5': 11, '6': '.api.Actor', '9': 0, '10': 'Actor'},
|
|
],
|
|
'8': [
|
|
{'1': 'Content'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `TradeClickhouseElement`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List tradeClickhouseElementDescriptor = $convert.base64Decode(
|
|
'ChZUcmFkZUNsaWNraG91c2VFbGVtZW50EjoKDUV4ZWN1dGlvbmZsb3cYASABKAsyEi5hcGkuRX'
|
|
'hlY3V0aW9uZmxvd0gAUg1FeGVjdXRpb25mbG93EiIKBVN0b2NrGAIgASgLMgouYXBpLlN0b2Nr'
|
|
'SABSBVN0b2NrEjcKDEhhbmRsaW5ndW5pdBgDIAEoCzIRLmFwaS5IYW5kbGluZ3VuaXRIAFIMSG'
|
|
'FuZGxpbmd1bml0EisKCE1vdmVtZW50GAQgASgLMg0uYXBpLk1vdmVtZW50SABSCE1vdmVtZW50'
|
|
'Eh8KBEl0ZW0YBSABKAsyCS5hcGkuSXRlbUgAUgRJdGVtEiIKBUFjdG9yGAYgASgLMgouYXBpLk'
|
|
'FjdG9ySABSBUFjdG9yQgkKB0NvbnRlbnQ=');
|
|
|
|
@$core.Deprecated('Use tradeClickhouseElementsDescriptor instead')
|
|
const TradeClickhouseElements$json = {
|
|
'1': 'TradeClickhouseElements',
|
|
'2': [
|
|
{'1': 'ClickhouseElements', '3': 1, '4': 3, '5': 11, '6': '.api.TradeClickhouseElement', '10': 'ClickhouseElements'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `TradeClickhouseElements`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List tradeClickhouseElementsDescriptor = $convert.base64Decode(
|
|
'ChdUcmFkZUNsaWNraG91c2VFbGVtZW50cxJLChJDbGlja2hvdXNlRWxlbWVudHMYASADKAsyGy'
|
|
'5hcGkuVHJhZGVDbGlja2hvdXNlRWxlbWVudFISQ2xpY2tob3VzZUVsZW1lbnRz');
|
|
|
|
@$core.Deprecated('Use tradeCheckpointDataDescriptor instead')
|
|
const TradeCheckpointData$json = {
|
|
'1': 'TradeCheckpointData',
|
|
'2': [
|
|
{'1': 'IdCheckpoint', '3': 1, '4': 1, '5': 3, '10': 'IdCheckpoint'},
|
|
{'1': 'Project', '3': 2, '4': 1, '5': 9, '10': 'Project'},
|
|
{'1': 'ClickHouseInput', '3': 3, '4': 3, '5': 11, '6': '.api.TradeClickHouseInput', '10': 'ClickHouseInput'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `TradeCheckpointData`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List tradeCheckpointDataDescriptor = $convert.base64Decode(
|
|
'ChNUcmFkZUNoZWNrcG9pbnREYXRhEiIKDElkQ2hlY2twb2ludBgBIAEoA1IMSWRDaGVja3BvaW'
|
|
'50EhgKB1Byb2plY3QYAiABKAlSB1Byb2plY3QSQwoPQ2xpY2tIb3VzZUlucHV0GAMgAygLMhku'
|
|
'YXBpLlRyYWRlQ2xpY2tIb3VzZUlucHV0Ug9DbGlja0hvdXNlSW5wdXQ=');
|
|
|