You've already forked dart-core-sdk
Latest generation
This commit is contained in:
148
lib/movementQuery.pbjson.dart
Normal file
148
lib/movementQuery.pbjson.dart
Normal file
@@ -0,0 +1,148 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: movementQuery.proto
|
||||
//
|
||||
// @dart = 2.12
|
||||
|
||||
// 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 movementByIdQueryDescriptor instead')
|
||||
const MovementByIdQuery$json = {
|
||||
'1': 'MovementByIdQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `MovementByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List movementByIdQueryDescriptor = $convert.base64Decode(
|
||||
'ChFNb3ZlbWVudEJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZWN0SG'
|
||||
'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII+kIF'
|
||||
'kgECCAFSA0lEczodkkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
||||
|
||||
@$core.Deprecated('Use movementByIdResultDescriptor instead')
|
||||
const MovementByIdResult$json = {
|
||||
'1': 'MovementByIdResult',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'},
|
||||
{'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Movement', '10': 'Objects'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `MovementByIdResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List movementByIdResultDescriptor = $convert.base64Decode(
|
||||
'ChJNb3ZlbWVudEJ5SWRSZXN1bHQSKQoGSGVhZGVyGAEgASgLMhEuYXBpLlJlc3VsdEhlYWRlcl'
|
||||
'IGSGVhZGVyEicKB09iamVjdHMYAiADKAsyDS5hcGkuTW92ZW1lbnRSB09iamVjdHM6CqK7GAZS'
|
||||
'ZXN1bHQ=');
|
||||
|
||||
@$core.Deprecated('Use movementByFilterQueryDescriptor instead')
|
||||
const MovementByFilterQuery$json = {
|
||||
'1': 'MovementByFilterQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'limitFilter', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'limitFilter'},
|
||||
{'1': 'queryContext', '3': 5, '4': 1, '5': 9, '10': 'queryContext'},
|
||||
{'1': 'BlockFilters', '3': 7, '4': 3, '5': 11, '6': '.api.BlockFilter', '10': 'BlockFilters'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `MovementByFilterQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List movementByFilterQueryDescriptor = $convert.base64Decode(
|
||||
'ChVNb3ZlbWVudEJ5RmlsdGVyUXVlcnkSOQoGSGVhZGVyGAEgASgLMhcuYXBpLlF1ZXJ5UHJvam'
|
||||
'VjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchJGCgtsaW1pdEZpbHRlchgEIAEoCUIkkkEhMhhO'
|
||||
'dW1iZXIgb2YgbWF4aW11bSByZXN1bHRKBSI1MDAiUgtsaW1pdEZpbHRlchIiCgxxdWVyeUNvbn'
|
||||
'RleHQYBSABKAlSDHF1ZXJ5Q29udGV4dBI0CgxCbG9ja0ZpbHRlcnMYByADKAsyEC5hcGkuQmxv'
|
||||
'Y2tGaWx0ZXJSDEJsb2NrRmlsdGVyczoOkkELCgnSAQZIZWFkZXI=');
|
||||
|
||||
@$core.Deprecated('Use movementByFilterResultDescriptor instead')
|
||||
const MovementByFilterResult$json = {
|
||||
'1': 'MovementByFilterResult',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'},
|
||||
{'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Movement', '10': 'Objects'},
|
||||
{'1': 'queryContext', '3': 3, '4': 1, '5': 9, '10': 'queryContext'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `MovementByFilterResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List movementByFilterResultDescriptor = $convert.base64Decode(
|
||||
'ChZNb3ZlbWVudEJ5RmlsdGVyUmVzdWx0EikKBkhlYWRlchgBIAEoCzIRLmFwaS5SZXN1bHRIZW'
|
||||
'FkZXJSBkhlYWRlchInCgdPYmplY3RzGAIgAygLMg0uYXBpLk1vdmVtZW50UgdPYmplY3RzEiIK'
|
||||
'DHF1ZXJ5Q29udGV4dBgDIAEoCVIMcXVlcnlDb250ZXh0');
|
||||
|
||||
@$core.Deprecated('Use movementByMatchQueryDescriptor instead')
|
||||
const MovementByMatchQuery$json = {
|
||||
'1': 'MovementByMatchQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'BlockFilters', '3': 5, '4': 3, '5': 11, '6': '.api.BlockFilter', '10': 'BlockFilters'},
|
||||
{'1': 'MatchFields', '3': 6, '4': 3, '5': 11, '6': '.api.MatchField', '8': {}, '10': 'MatchFields'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `MovementByMatchQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List movementByMatchQueryDescriptor = $convert.base64Decode(
|
||||
'ChRNb3ZlbWVudEJ5TWF0Y2hRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZW'
|
||||
'N0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEjQKDEJsb2NrRmlsdGVycxgFIAMoCzIQLmFwaS5C'
|
||||
'bG9ja0ZpbHRlclIMQmxvY2tGaWx0ZXJzEmkKC01hdGNoRmllbGRzGAYgAygLMg8uYXBpLk1hdG'
|
||||
'NoRmllbGRCNpJBMzIxTWF0Y2hGaWVsZCBsaXN0IHN0cnVjdHVyZSwgZm9yIEZpbmRNYXRjaGlu'
|
||||
'ZyBxdWVyeVILTWF0Y2hGaWVsZHM6DpJBCwoJ0gEGSGVhZGVy');
|
||||
|
||||
@$core.Deprecated('Use movementByMatchResultDescriptor instead')
|
||||
const MovementByMatchResult$json = {
|
||||
'1': 'MovementByMatchResult',
|
||||
'2': [
|
||||
{'1': 'MatchResults', '3': 2, '4': 3, '5': 11, '6': '.api.MatchFieldResult', '10': 'MatchResults'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `MovementByMatchResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List movementByMatchResultDescriptor = $convert.base64Decode(
|
||||
'ChVNb3ZlbWVudEJ5TWF0Y2hSZXN1bHQSOQoMTWF0Y2hSZXN1bHRzGAIgAygLMhUuYXBpLk1hdG'
|
||||
'NoRmllbGRSZXN1bHRSDE1hdGNoUmVzdWx0cw==');
|
||||
|
||||
@$core.Deprecated('Use movementByOperationReferenceQueryDescriptor instead')
|
||||
const MovementByOperationReferenceQuery$json = {
|
||||
'1': 'MovementByOperationReferenceQuery',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'OperationReferences', '3': 2, '4': 3, '5': 9, '10': 'OperationReferences'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `MovementByOperationReferenceQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List movementByOperationReferenceQueryDescriptor = $convert.base64Decode(
|
||||
'CiFNb3ZlbWVudEJ5T3BlcmF0aW9uUmVmZXJlbmNlUXVlcnkSOQoGSGVhZGVyGAEgASgLMhcuYX'
|
||||
'BpLlF1ZXJ5UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIwChNPcGVyYXRpb25SZWZl'
|
||||
'cmVuY2VzGAIgAygJUhNPcGVyYXRpb25SZWZlcmVuY2VzOheSQQsKCdIBBkhlYWRlcqK7GAVRdW'
|
||||
'VyeQ==');
|
||||
|
||||
@$core.Deprecated('Use movementByOperationReferenceResultDescriptor instead')
|
||||
const MovementByOperationReferenceResult$json = {
|
||||
'1': 'MovementByOperationReferenceResult',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'},
|
||||
{'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Movement', '10': 'Objects'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `MovementByOperationReferenceResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List movementByOperationReferenceResultDescriptor = $convert.base64Decode(
|
||||
'CiJNb3ZlbWVudEJ5T3BlcmF0aW9uUmVmZXJlbmNlUmVzdWx0EikKBkhlYWRlchgBIAEoCzIRLm'
|
||||
'FwaS5SZXN1bHRIZWFkZXJSBkhlYWRlchInCgdPYmplY3RzGAIgAygLMg0uYXBpLk1vdmVtZW50'
|
||||
'UgdPYmplY3RzOgqiuxgGUmVzdWx0');
|
||||
|
||||
Reference in New Issue
Block a user