// This is a generated file - do not edit. // // Generated from slotbooking.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 import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; class AppointmentType extends $pb.ProtobufEnum { static const AppointmentType APPOINTMENT_TYPE_UNKNOWN = AppointmentType._(0, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_UNKNOWN'); static const AppointmentType APPOINTMENT_TYPE_EXPEDITION = AppointmentType._(1, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_EXPEDITION'); static const AppointmentType APPOINTMENT_TYPE_RECEPTION = AppointmentType._(2, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_RECEPTION'); static const AppointmentType APPOINTMENT_TYPE_UNDEFINED = AppointmentType._(3, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_UNDEFINED'); static const AppointmentType APPOINTMENT_TYPE_BOTH = AppointmentType._(4, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_BOTH'); static const $core.List values = [ APPOINTMENT_TYPE_UNKNOWN, APPOINTMENT_TYPE_EXPEDITION, APPOINTMENT_TYPE_RECEPTION, APPOINTMENT_TYPE_UNDEFINED, APPOINTMENT_TYPE_BOTH, ]; static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 4); static AppointmentType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value]; const AppointmentType._(super.value, super.name); } class PeriodUnit extends $pb.ProtobufEnum { static const PeriodUnit PERIOD_UNIT_UNDEFINED = PeriodUnit._(0, _omitEnumNames ? '' : 'PERIOD_UNIT_UNDEFINED'); static const PeriodUnit PERIOD_UNIT_WORK_HOUR = PeriodUnit._(1, _omitEnumNames ? '' : 'PERIOD_UNIT_WORK_HOUR'); static const PeriodUnit PERIOD_UNIT_WORK_DAY = PeriodUnit._(2, _omitEnumNames ? '' : 'PERIOD_UNIT_WORK_DAY'); static const PeriodUnit PERIOD_UNIT_CALENDAR_DAY = PeriodUnit._(3, _omitEnumNames ? '' : 'PERIOD_UNIT_CALENDAR_DAY'); static const $core.List values = [ PERIOD_UNIT_UNDEFINED, PERIOD_UNIT_WORK_HOUR, PERIOD_UNIT_WORK_DAY, PERIOD_UNIT_CALENDAR_DAY, ]; static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3); static PeriodUnit? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value]; const PeriodUnit._(super.value, super.name); } class CapacityRuleScope extends $pb.ProtobufEnum { static const CapacityRuleScope CAPACITY_RULE_SCOPE_UNKNOWN = CapacityRuleScope._(0, _omitEnumNames ? '' : 'CAPACITY_RULE_SCOPE_UNKNOWN'); static const CapacityRuleScope CAPACITY_RULE_SCOPE_SIMULTANEOUS = CapacityRuleScope._(1, _omitEnumNames ? '' : 'CAPACITY_RULE_SCOPE_SIMULTANEOUS'); static const CapacityRuleScope CAPACITY_RULE_SCOPE_DAILY = CapacityRuleScope._(2, _omitEnumNames ? '' : 'CAPACITY_RULE_SCOPE_DAILY'); static const $core.List values = [ CAPACITY_RULE_SCOPE_UNKNOWN, CAPACITY_RULE_SCOPE_SIMULTANEOUS, CAPACITY_RULE_SCOPE_DAILY, ]; static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2); static CapacityRuleScope? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value]; const CapacityRuleScope._(super.value, super.name); } class CarrierInformationType extends $pb.ProtobufEnum { static const CarrierInformationType CARRIER_INFORMATION_TYPE_UNKNOWN = CarrierInformationType._(0, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_UNKNOWN'); static const CarrierInformationType CARRIER_INFORMATION_TYPE_SHORT_TEXT = CarrierInformationType._(1, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_SHORT_TEXT'); static const CarrierInformationType CARRIER_INFORMATION_TYPE_LONG_TEXT = CarrierInformationType._(2, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_LONG_TEXT'); static const CarrierInformationType CARRIER_INFORMATION_TYPE_PHONE = CarrierInformationType._(3, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_PHONE'); static const CarrierInformationType CARRIER_INFORMATION_TYPE_MAIL = CarrierInformationType._(4, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_MAIL'); static const CarrierInformationType CARRIER_INFORMATION_TYPE_LICENSE_NUMBER = CarrierInformationType._(5, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_LICENSE_NUMBER'); static const CarrierInformationType CARRIER_INFORMATION_TYPE_DOCUMENT = CarrierInformationType._(6, _omitEnumNames ? '' : 'CARRIER_INFORMATION_TYPE_DOCUMENT'); static const $core.List values = [ CARRIER_INFORMATION_TYPE_UNKNOWN, CARRIER_INFORMATION_TYPE_SHORT_TEXT, CARRIER_INFORMATION_TYPE_LONG_TEXT, CARRIER_INFORMATION_TYPE_PHONE, CARRIER_INFORMATION_TYPE_MAIL, CARRIER_INFORMATION_TYPE_LICENSE_NUMBER, CARRIER_INFORMATION_TYPE_DOCUMENT, ]; static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 6); static CarrierInformationType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value]; const CarrierInformationType._(super.value, super.name); } class SegmentationConstraintType extends $pb.ProtobufEnum { static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN = SegmentationConstraintType._(0, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN'); static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE = SegmentationConstraintType._(1, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE'); static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE = SegmentationConstraintType._(2, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE'); static const SegmentationConstraintType SEGMENTATION_CONSTRAINT_TYPE_ENFORCED = SegmentationConstraintType._(3, _omitEnumNames ? '' : 'SEGMENTATION_CONSTRAINT_TYPE_ENFORCED'); static const $core.List values = [ SEGMENTATION_CONSTRAINT_TYPE_UNKNOWN, SEGMENTATION_CONSTRAINT_TYPE_USER_CHOICE, SEGMENTATION_CONSTRAINT_TYPE_ORDER_ATTRIBUTE, SEGMENTATION_CONSTRAINT_TYPE_ENFORCED, ]; static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3); static SegmentationConstraintType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value]; const SegmentationConstraintType._(super.value, super.name); } const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');