You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -169,31 +169,46 @@ const Segmentation$json = {
|
||||
'1': 'Segmentation',
|
||||
'2': [
|
||||
{'1': 'SegmentationID', '3': 1, '4': 1, '5': 9, '10': 'SegmentationID'},
|
||||
{'1': 'SegmentationLabel', '3': 2, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'SegmentationLabel'},
|
||||
{'1': 'SegmentationLabels', '3': 2, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'SegmentationLabels'},
|
||||
{'1': 'Values', '3': 3, '4': 3, '5': 11, '6': '.api.SegmentationValue', '10': 'Values'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `Segmentation`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List segmentationDescriptor = $convert.base64Decode(
|
||||
'CgxTZWdtZW50YXRpb24SJgoOU2VnbWVudGF0aW9uSUQYASABKAlSDlNlZ21lbnRhdGlvbklEEl'
|
||||
'8KEVNlZ21lbnRhdGlvbkxhYmVsGAIgAygLMhQuYXBpLkxhYmVsQnlMYW5ndWFnZUIb0MEYAerB'
|
||||
'GBNMYW5ndWFnZUNvZGVJU082MzkxUhFTZWdtZW50YXRpb25MYWJlbBIuCgZWYWx1ZXMYAyADKA'
|
||||
'syFi5hcGkuU2VnbWVudGF0aW9uVmFsdWVSBlZhbHVlcw==');
|
||||
'CgxTZWdtZW50YXRpb24SJgoOU2VnbWVudGF0aW9uSUQYASABKAlSDlNlZ21lbnRhdGlvbklEEm'
|
||||
'EKElNlZ21lbnRhdGlvbkxhYmVscxgCIAMoCzIULmFwaS5MYWJlbEJ5TGFuZ3VhZ2VCG9DBGAHq'
|
||||
'wRgTTGFuZ3VhZ2VDb2RlSVNPNjM5MVISU2VnbWVudGF0aW9uTGFiZWxzEi4KBlZhbHVlcxgDIA'
|
||||
'MoCzIWLmFwaS5TZWdtZW50YXRpb25WYWx1ZVIGVmFsdWVz');
|
||||
|
||||
@$core.Deprecated('Use segmentationValueDescriptor instead')
|
||||
const SegmentationValue$json = {
|
||||
'1': 'SegmentationValue',
|
||||
'2': [
|
||||
{'1': 'ID', '3': 1, '4': 1, '5': 9, '10': 'ID'},
|
||||
{'1': 'Label', '3': 2, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'Label'},
|
||||
{'1': 'Labels', '3': 2, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'Labels'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `SegmentationValue`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List segmentationValueDescriptor = $convert.base64Decode(
|
||||
'ChFTZWdtZW50YXRpb25WYWx1ZRIOCgJJRBgBIAEoCVICSUQSRwoFTGFiZWwYAiADKAsyFC5hcG'
|
||||
'kuTGFiZWxCeUxhbmd1YWdlQhvQwRgB6sEYE0xhbmd1YWdlQ29kZUlTTzYzOTFSBUxhYmVs');
|
||||
'ChFTZWdtZW50YXRpb25WYWx1ZRIOCgJJRBgBIAEoCVICSUQSSQoGTGFiZWxzGAIgAygLMhQuYX'
|
||||
'BpLkxhYmVsQnlMYW5ndWFnZUIb0MEYAerBGBNMYW5ndWFnZUNvZGVJU082MzkxUgZMYWJlbHM=');
|
||||
|
||||
@$core.Deprecated('Use instructionDescriptor instead')
|
||||
const Instruction$json = {
|
||||
'1': 'Instruction',
|
||||
'2': [
|
||||
{'1': 'Instructions', '3': 15, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '8': {}, '10': 'Instructions'},
|
||||
{'1': 'AckRequired', '3': 2, '4': 1, '5': 8, '10': 'AckRequired'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `Instruction`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List instructionDescriptor = $convert.base64Decode(
|
||||
'CgtJbnN0cnVjdGlvbhJVCgxJbnN0cnVjdGlvbnMYDyADKAsyFC5hcGkuTGFiZWxCeUxhbmd1YW'
|
||||
'dlQhvQwRgB6sEYE0xhbmd1YWdlQ29kZUlTTzYzOTFSDEluc3RydWN0aW9ucxIgCgtBY2tSZXF1'
|
||||
'aXJlZBgCIAEoCFILQWNrUmVxdWlyZWQ=');
|
||||
|
||||
@$core.Deprecated('Use openingRuleDescriptor instead')
|
||||
const OpeningRule$json = {
|
||||
|
||||
Reference in New Issue
Block a user