Files
dart-core-sdk/lib/driver.pbjson.dart
2026-05-27 14:06:56 +00:00

48 lines
2.1 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'},
],
'7': {},
};
/// Descriptor for `GetAppointmentDriverDataRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getAppointmentDriverDataRequestDescriptor = $convert.base64Decode(
'Ch9HZXRBcHBvaW50bWVudERyaXZlckRhdGFSZXF1ZXN0EiYKCURyaXZlckpXVBgBIAEoCUIIuo'
'EBBHICEAFSCURyaXZlckpXVDoRkkEOCgzSAQlEcml2ZXJKV1Q=');
@$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': 'BasicSettings', '3': 2, '4': 1, '5': 11, '6': '.api.GetBasicSettingsResponse', '10': 'BasicSettings'},
{'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'
'IQLmFwaS5BcHBvaW50bWVudFILQXBwb2ludG1lbnQSQwoNQmFzaWNTZXR0aW5ncxgCIAEoCzId'
'LmFwaS5HZXRCYXNpY1NldHRpbmdzUmVzcG9uc2VSDUJhc2ljU2V0dGluZ3MSPwoMVHJhbnNsYX'
'Rpb25zGAMgASgLMhsuYXBpLkxpc3RUcmFuc2xhdGlvbnNSZXN1bHRSDFRyYW5zbGF0aW9ucw==');