You've already forked dart-core-sdk
201 lines
10 KiB
Dart
201 lines
10 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from appointmentQuery.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 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.QueryEntityID', '8': {}, '10': 'IDs'},
|
|
{
|
|
'1': 'Options',
|
|
'3': 3,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.api.AppointmentQueryOptions',
|
|
'8': {'3': true},
|
|
'10': 'Options',
|
|
},
|
|
{'1': 'QueryOptions', '3': 4, '4': 1, '5': 11, '6': '.api.QueryOptions', '10': 'QueryOptions'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `AppointmentByIdQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByIdQueryDescriptor = $convert.base64Decode(
|
|
'ChRBcHBvaW50bWVudEJ5SWRRdWVyeRI6CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZW'
|
|
'N0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIvCgNJRHMYAiADKAsyEi5hcGkuUXVlcnlFbnRp'
|
|
'dHlJREIJuoEBBZIBAggBUgNJRHMSgAEKB09wdGlvbnMYAyABKAsyHC5hcGkuQXBwb2ludG1lbn'
|
|
'RRdWVyeU9wdGlvbnNCSBgBkkFDMj9EZXByZWNhdGVkIGZpZWxkLCB0byBiZSByZW1vdmVkLiBV'
|
|
'c2UgUXVlcnlPcHRpb25zIGZpZWxkIGluc3RlYWRAAVIHT3B0aW9ucxI1CgxRdWVyeU9wdGlvbn'
|
|
'MYBCABKAsyES5hcGkuUXVlcnlPcHRpb25zUgxRdWVyeU9wdGlvbnM6HZJBEQoP0gEGSGVhZGVy'
|
|
'0gEDSURzorsYBVF1ZXJ5');
|
|
|
|
@$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'},
|
|
{'1': 'TruncatedObjects', '3': 3, '4': 3, '5': 11, '6': '.api.TruncatedObject', '10': 'TruncatedObjects'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `AppointmentByIdResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByIdResultDescriptor = $convert.base64Decode(
|
|
'ChVBcHBvaW50bWVudEJ5SWRSZXN1bHQSKQoGSGVhZGVyGAEgASgLMhEuYXBpLlJlc3VsdEhlYW'
|
|
'RlclIGSGVhZGVyEioKB09iamVjdHMYAiADKAsyEC5hcGkuQXBwb2ludG1lbnRSB09iamVjdHMS'
|
|
'QAoQVHJ1bmNhdGVkT2JqZWN0cxgDIAMoCzIULmFwaS5UcnVuY2F0ZWRPYmplY3RSEFRydW5jYX'
|
|
'RlZE9iamVjdHM6D5JBAgoAorsYBlJlc3VsdA==');
|
|
|
|
@$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'},
|
|
{
|
|
'1': 'Options',
|
|
'3': 7,
|
|
'4': 1,
|
|
'5': 11,
|
|
'6': '.api.AppointmentQueryOptions',
|
|
'8': {'3': true},
|
|
'10': 'Options',
|
|
},
|
|
{'1': 'UsageContextEntity', '3': 8, '4': 1, '5': 14, '6': '.api.EntityType', '8': {}, '10': 'UsageContextEntity'},
|
|
{'1': 'UsageContextPath', '3': 9, '4': 1, '5': 9, '8': {}, '10': 'UsageContextPath'},
|
|
{'1': 'QueryOptions', '3': 10, '4': 1, '5': 11, '6': '.api.QueryOptions', '10': 'QueryOptions'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `AppointmentByFilterQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByFilterQueryDescriptor = $convert.base64Decode(
|
|
'ChhBcHBvaW50bWVudEJ5RmlsdGVyUXVlcnkSPQoGSGVhZGVyGAEgASgLMhcuYXBpLlF1ZXJ5UH'
|
|
'JvamVjdEhlYWRlckIMkkEAuoEBBYoBAhABUgZIZWFkZXISRgoLbGltaXRGaWx0ZXIYBCABKAlC'
|
|
'JJJBITIYTnVtYmVyIG9mIG1heGltdW0gcmVzdWx0SgUiNTAwIlILbGltaXRGaWx0ZXISIgoMcX'
|
|
'VlcnlDb250ZXh0GAUgASgJUgxxdWVyeUNvbnRleHQSNAoMQmxvY2tGaWx0ZXJzGAYgAygLMhAu'
|
|
'YXBpLkJsb2NrRmlsdGVyUgxCbG9ja0ZpbHRlcnMSgAEKB09wdGlvbnMYByABKAsyHC5hcGkuQX'
|
|
'Bwb2ludG1lbnRRdWVyeU9wdGlvbnNCSBgBkkFDMj9EZXByZWNhdGVkIGZpZWxkLCB0byBiZSBy'
|
|
'ZW1vdmVkLiBVc2UgUXVlcnlPcHRpb25zIGZpZWxkIGluc3RlYWRAAVIHT3B0aW9ucxLDAgoSVX'
|
|
'NhZ2VDb250ZXh0RW50aXR5GAggASgOMg8uYXBpLkVudGl0eVR5cGVCgQKSQf0BMlxPcHRpb25h'
|
|
'bCA6IEVudGl0eSB0byBhcHBseSB0aGUgcmVzdHJpY3Rpb24gcnVsZXMgKG9uIHRoZSBwYXRoIG'
|
|
'RlZmluZWQgd2l0aCBVc2FnZUNvbnRleHRQYXRoKUqcASJGb3IgQWN0b3IsIHRvIGxpbWl0IHRo'
|
|
'ZSByZXN1bHRzIGFjY29yZGluZyB0byBPcmRlciBTaGlwRnJvbSByZXN0cmljdGlvbiBydWxlcy'
|
|
'wgZGVmaW5lIFVzYWdlQ29udGV4dEVudGl0eSB0byBPcmRlciBhbmQgVXNhZ2VDb250ZXh0UGF0'
|
|
'aCB0byBQYXlsb2FkLlNoaXBGcm9tIlISVXNhZ2VDb250ZXh0RW50aXR5EoQBChBVc2FnZUNvbn'
|
|
'RleHRQYXRoGAkgASgJQliSQVUyU09wdGlvbmFsIDogUGF0aCBvZiByZXN0cmljdGlvbiBydWxl'
|
|
'IHRvIGFwcGx5IChVc2FnZUNvbnRleHRFbnRpdHkgc2hvdWxkIGJlIGRlZmluZWQpUhBVc2FnZU'
|
|
'NvbnRleHRQYXRoEjUKDFF1ZXJ5T3B0aW9ucxgKIAEoCzIRLmFwaS5RdWVyeU9wdGlvbnNSDFF1'
|
|
'ZXJ5T3B0aW9uczoOkkELCgnSAQZIZWFkZXI=');
|
|
|
|
@$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'},
|
|
{'1': 'TruncatedObjects', '3': 4, '4': 3, '5': 11, '6': '.api.TruncatedObject', '10': 'TruncatedObjects'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `AppointmentByFilterResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByFilterResultDescriptor = $convert.base64Decode(
|
|
'ChlBcHBvaW50bWVudEJ5RmlsdGVyUmVzdWx0EikKBkhlYWRlchgBIAEoCzIRLmFwaS5SZXN1bH'
|
|
'RIZWFkZXJSBkhlYWRlchIqCgdPYmplY3RzGAIgAygLMhAuYXBpLkFwcG9pbnRtZW50UgdPYmpl'
|
|
'Y3RzEiIKDHF1ZXJ5Q29udGV4dBgDIAEoCVIMcXVlcnlDb250ZXh0EkAKEFRydW5jYXRlZE9iam'
|
|
'VjdHMYBCADKAsyFC5hcGkuVHJ1bmNhdGVkT2JqZWN0UhBUcnVuY2F0ZWRPYmplY3Rz');
|
|
|
|
@$core.Deprecated('Use appointmentQueryOptionsDescriptor instead')
|
|
const AppointmentQueryOptions$json = {
|
|
'1': 'AppointmentQueryOptions',
|
|
'2': [
|
|
{'1': 'Only', '3': 1, '4': 3, '5': 9, '8': {}, '10': 'Only'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `AppointmentQueryOptions`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentQueryOptionsDescriptor = $convert.base64Decode(
|
|
'ChdBcHBvaW50bWVudFF1ZXJ5T3B0aW9ucxKfAQoET25seRgBIAMoCUKKAZJBhgEyUk9wdGlvbm'
|
|
'FsIDogTGlzdCBvZiBmaWVsZHMgdG8gaW5jbHVkZSBpbiB0aGUgcmVzcG9uc2UgZm9yIGVhY2gg'
|
|
'cmV0dXJuZWQgQXBwb2ludG1lbnRKMFsiSUQuUmVmSUQiLCAiUGF5bG9hZC5OYW1lIiwgIlBheW'
|
|
'xvYWQuTGluZXMuSUQiXVIET25seQ==');
|
|
|
|
@$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'},
|
|
{'1': 'UsageContextEntity', '3': 7, '4': 1, '5': 14, '6': '.api.EntityType', '8': {}, '10': 'UsageContextEntity'},
|
|
{'1': 'UsageContextPath', '3': 8, '4': 1, '5': 9, '8': {}, '10': 'UsageContextPath'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `AppointmentByMatchQuery`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List appointmentByMatchQueryDescriptor = $convert.base64Decode(
|
|
'ChdBcHBvaW50bWVudEJ5TWF0Y2hRdWVyeRI6CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm'
|
|
'9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchI0CgxCbG9ja0ZpbHRlcnMYBSADKAsyEC5h'
|
|
'cGkuQmxvY2tGaWx0ZXJSDEJsb2NrRmlsdGVycxJpCgtNYXRjaEZpZWxkcxgGIAMoCzIPLmFwaS'
|
|
'5NYXRjaEZpZWxkQjaSQTMyMU1hdGNoRmllbGQgbGlzdCBzdHJ1Y3R1cmUsIGZvciBGaW5kTWF0'
|
|
'Y2hpbmcgcXVlcnlSC01hdGNoRmllbGRzEsMCChJVc2FnZUNvbnRleHRFbnRpdHkYByABKA4yDy'
|
|
'5hcGkuRW50aXR5VHlwZUKBApJB/QEyXE9wdGlvbmFsIDogRW50aXR5IHRvIGFwcGx5IHRoZSBy'
|
|
'ZXN0cmljdGlvbiBydWxlcyAob24gdGhlIHBhdGggZGVmaW5lZCB3aXRoIFVzYWdlQ29udGV4dF'
|
|
'BhdGgpSpwBIkZvciBBY3RvciwgdG8gbGltaXQgdGhlIHJlc3VsdHMgYWNjb3JkaW5nIHRvIE9y'
|
|
'ZGVyIFNoaXBGcm9tIHJlc3RyaWN0aW9uIHJ1bGVzLCBkZWZpbmUgVXNhZ2VDb250ZXh0RW50aX'
|
|
'R5IHRvIE9yZGVyIGFuZCBVc2FnZUNvbnRleHRQYXRoIHRvIFBheWxvYWQuU2hpcEZyb20iUhJV'
|
|
'c2FnZUNvbnRleHRFbnRpdHkShAEKEFVzYWdlQ29udGV4dFBhdGgYCCABKAlCWJJBVTJTT3B0aW'
|
|
'9uYWwgOiBQYXRoIG9mIHJlc3RyaWN0aW9uIHJ1bGUgdG8gYXBwbHkgKFVzYWdlQ29udGV4dEVu'
|
|
'dGl0eSBzaG91bGQgYmUgZGVmaW5lZClSEFVzYWdlQ29udGV4dFBhdGg6DpJBCwoJ0gEGSGVhZG'
|
|
'Vy');
|
|
|
|
@$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==');
|
|
|
|
@$core.Deprecated('Use crossFindAppointmentResultDescriptor instead')
|
|
const CrossFindAppointmentResult$json = {
|
|
'1': 'CrossFindAppointmentResult',
|
|
'2': [
|
|
{'1': 'Objects', '3': 1, '4': 3, '5': 11, '6': '.api.Appointment', '10': 'Objects'},
|
|
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'},
|
|
{'1': 'QueryContext', '3': 3, '4': 1, '5': 9, '10': 'QueryContext'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CrossFindAppointmentResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List crossFindAppointmentResultDescriptor = $convert.base64Decode(
|
|
'ChpDcm9zc0ZpbmRBcHBvaW50bWVudFJlc3VsdBIqCgdPYmplY3RzGAEgAygLMhAuYXBpLkFwcG'
|
|
'9pbnRtZW50UgdPYmplY3RzEikKBkhlYWRlchgCIAEoCzIRLmFwaS5SZXN1bHRIZWFkZXJSBkhl'
|
|
'YWRlchIiCgxRdWVyeUNvbnRleHQYAyABKAlSDFF1ZXJ5Q29udGV4dA==');
|
|
|