You've already forked dart-core-sdk
116 lines
5.4 KiB
Dart
116 lines
5.4 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: appointmentQuery.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 appointmentByIdQueryDescriptor instead')
|
|
const AppointmentByIdQuery$json = {
|
|
'1': 'AppointmentByIdQuery',
|
|
'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 `AppointmentByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByIdQueryDescriptor = $convert.base64Decode(
|
|
'ChRBcHBvaW50bWVudEJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZW'
|
|
'N0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII'
|
|
'+kIFkgECCAFSA0lEczodkkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk=');
|
|
|
|
@$core.Deprecated('Use appointmentByIdResultDescriptor instead')
|
|
const AppointmentByIdResult$json = {
|
|
'1': 'AppointmentByIdResult',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'},
|
|
{'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Appointment', '10': 'Objects'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `AppointmentByIdResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByIdResultDescriptor = $convert.base64Decode(
|
|
'ChVBcHBvaW50bWVudEJ5SWRSZXN1bHQSKQoGSGVhZGVyGAEgASgLMhEuYXBpLlJlc3VsdEhlYW'
|
|
'RlclIGSGVhZGVyEioKB09iamVjdHMYAiADKAsyEC5hcGkuQXBwb2ludG1lbnRSB09iamVjdHM6'
|
|
'D5JBAgoAorsYBlJlc3VsdA==');
|
|
|
|
@$core.Deprecated('Use appointmentByFilterQueryDescriptor instead')
|
|
const AppointmentByFilterQuery$json = {
|
|
'1': 'AppointmentByFilterQuery',
|
|
'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': 6, '4': 3, '5': 11, '6': '.api.BlockFilter', '10': 'BlockFilters'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `AppointmentByFilterQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByFilterQueryDescriptor = $convert.base64Decode(
|
|
'ChhBcHBvaW50bWVudEJ5RmlsdGVyUXVlcnkSPAoGSGVhZGVyGAEgASgLMhcuYXBpLlF1ZXJ5UH'
|
|
'JvamVjdEhlYWRlckILkkEA+kIFigECEAFSBkhlYWRlchJGCgtsaW1pdEZpbHRlchgEIAEoCUIk'
|
|
'kkEhMhhOdW1iZXIgb2YgbWF4aW11bSByZXN1bHRKBSI1MDAiUgtsaW1pdEZpbHRlchIiCgxxdW'
|
|
'VyeUNvbnRleHQYBSABKAlSDHF1ZXJ5Q29udGV4dBI0CgxCbG9ja0ZpbHRlcnMYBiADKAsyEC5h'
|
|
'cGkuQmxvY2tGaWx0ZXJSDEJsb2NrRmlsdGVyczoOkkELCgnSAQZIZWFkZXI=');
|
|
|
|
@$core.Deprecated('Use appointmentByFilterResultDescriptor instead')
|
|
const AppointmentByFilterResult$json = {
|
|
'1': 'AppointmentByFilterResult',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'},
|
|
{'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Appointment', '10': 'Objects'},
|
|
{'1': 'queryContext', '3': 3, '4': 1, '5': 9, '10': 'queryContext'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `AppointmentByFilterResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByFilterResultDescriptor = $convert.base64Decode(
|
|
'ChlBcHBvaW50bWVudEJ5RmlsdGVyUmVzdWx0EikKBkhlYWRlchgBIAEoCzIRLmFwaS5SZXN1bH'
|
|
'RIZWFkZXJSBkhlYWRlchIqCgdPYmplY3RzGAIgAygLMhAuYXBpLkFwcG9pbnRtZW50UgdPYmpl'
|
|
'Y3RzEiIKDHF1ZXJ5Q29udGV4dBgDIAEoCVIMcXVlcnlDb250ZXh0');
|
|
|
|
@$core.Deprecated('Use appointmentByMatchQueryDescriptor instead')
|
|
const AppointmentByMatchQuery$json = {
|
|
'1': 'AppointmentByMatchQuery',
|
|
'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 `AppointmentByMatchQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByMatchQueryDescriptor = $convert.base64Decode(
|
|
'ChdBcHBvaW50bWVudEJ5TWF0Y2hRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm'
|
|
'9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEjQKDEJsb2NrRmlsdGVycxgFIAMoCzIQLmFw'
|
|
'aS5CbG9ja0ZpbHRlclIMQmxvY2tGaWx0ZXJzEmkKC01hdGNoRmllbGRzGAYgAygLMg8uYXBpLk'
|
|
'1hdGNoRmllbGRCNpJBMzIxTWF0Y2hGaWVsZCBsaXN0IHN0cnVjdHVyZSwgZm9yIEZpbmRNYXRj'
|
|
'aGluZyBxdWVyeVILTWF0Y2hGaWVsZHM6DpJBCwoJ0gEGSGVhZGVy');
|
|
|
|
@$core.Deprecated('Use appointmentByMatchResultDescriptor instead')
|
|
const AppointmentByMatchResult$json = {
|
|
'1': 'AppointmentByMatchResult',
|
|
'2': [
|
|
{'1': 'MatchResults', '3': 2, '4': 3, '5': 11, '6': '.api.MatchFieldResult', '10': 'MatchResults'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `AppointmentByMatchResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByMatchResultDescriptor = $convert.base64Decode(
|
|
'ChhBcHBvaW50bWVudEJ5TWF0Y2hSZXN1bHQSOQoMTWF0Y2hSZXN1bHRzGAIgAygLMhUuYXBpLk'
|
|
'1hdGNoRmllbGRSZXN1bHRSDE1hdGNoUmVzdWx0cw==');
|
|
|