Files
dart-core-sdk/lib/driver.pbjson.dart
2026-06-03 07:32:34 +00:00

52 lines
2.4 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from driver.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 getAppointmentDriverDataRequestDescriptor instead')
const GetAppointmentDriverDataRequest$json = {
'1': 'GetAppointmentDriverDataRequest',
'2': [
{'1': 'DriverJWT', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'DriverJWT'},
{'1': 'LanguageCode', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'LanguageCode'},
],
'7': {},
};
/// Descriptor for `GetAppointmentDriverDataRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getAppointmentDriverDataRequestDescriptor = $convert.base64Decode(
'Ch9HZXRBcHBvaW50bWVudERyaXZlckRhdGFSZXF1ZXN0EiYKCURyaXZlckpXVBgBIAEoCUIIuo'
'EBBHICEAFSCURyaXZlckpXVBKlAQoMTGFuZ3VhZ2VDb2RlGAIgASgJQoABkkFwMmg8YSBocmVm'
'PSdodHRwczovL2VuLndpa2lwZWRpYS5vcmcvd2lraS9MaXN0X29mX0lTT182MzlfbGFuZ3VhZ2'
'VfY29kZXMnPklTTyA2MzkgY29kZTwvYT4gbWVzc2FnZSBsYW5ndWFnZUoEImVuIrqBAQlyBxAC'
'GAOAAgFSDExhbmd1YWdlQ29kZTogkkEdChvSAQlEcml2ZXJKV1TSAQxMYW5ndWFnZUNvZGU=');
@$core.Deprecated('Use getAppointmentDriverDataResponseDescriptor instead')
const GetAppointmentDriverDataResponse$json = {
'1': 'GetAppointmentDriverDataResponse',
'2': [
{'1': 'Appointment', '3': 1, '4': 1, '5': 11, '6': '.api.Appointment', '10': 'Appointment'},
{'1': 'Site', '3': 2, '4': 1, '5': 11, '6': '.api.Site', '10': 'Site'},
{'1': 'Translations', '3': 3, '4': 1, '5': 11, '6': '.api.ListTranslationsResult', '10': 'Translations'},
],
};
/// Descriptor for `GetAppointmentDriverDataResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getAppointmentDriverDataResponseDescriptor = $convert.base64Decode(
'CiBHZXRBcHBvaW50bWVudERyaXZlckRhdGFSZXNwb25zZRIyCgtBcHBvaW50bWVudBgBIAEoCz'
'IQLmFwaS5BcHBvaW50bWVudFILQXBwb2ludG1lbnQSHQoEU2l0ZRgCIAEoCzIJLmFwaS5TaXRl'
'UgRTaXRlEj8KDFRyYW5zbGF0aW9ucxgDIAEoCzIbLmFwaS5MaXN0VHJhbnNsYXRpb25zUmVzdW'
'x0UgxUcmFuc2xhdGlvbnM=');