// // Generated code. Do not modify. // source: slotbooking.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:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; class AppointmentType extends $pb.ProtobufEnum { static const AppointmentType APPOINTMENTTYPE_UNKNOWN = AppointmentType._(0, _omitEnumNames ? '' : 'APPOINTMENTTYPE_UNKNOWN'); static const AppointmentType APPOINTMENTTYPE_EXPEDITION = AppointmentType._(1, _omitEnumNames ? '' : 'APPOINTMENTTYPE_EXPEDITION'); static const AppointmentType APPOINTMENTTYPE_RECEPTION = AppointmentType._(2, _omitEnumNames ? '' : 'APPOINTMENTTYPE_RECEPTION'); static const AppointmentType APPOINTMENTTYPE_UNDEFINED = AppointmentType._(3, _omitEnumNames ? '' : 'APPOINTMENTTYPE_UNDEFINED'); static const AppointmentType APPOINTMENTTYPE_BOTH = AppointmentType._(4, _omitEnumNames ? '' : 'APPOINTMENTTYPE_BOTH'); static const $core.List values = [ APPOINTMENTTYPE_UNKNOWN, APPOINTMENTTYPE_EXPEDITION, APPOINTMENTTYPE_RECEPTION, APPOINTMENTTYPE_UNDEFINED, APPOINTMENTTYPE_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.v, super.n); } class PeriodUnit extends $pb.ProtobufEnum { static const PeriodUnit PERIODUNIT_UNDEFINED = PeriodUnit._(0, _omitEnumNames ? '' : 'PERIODUNIT_UNDEFINED'); static const PeriodUnit PERIODUNIT_WORK_HOUR = PeriodUnit._(1, _omitEnumNames ? '' : 'PERIODUNIT_WORK_HOUR'); static const PeriodUnit PERIODUNIT_WORK_DAY = PeriodUnit._(2, _omitEnumNames ? '' : 'PERIODUNIT_WORK_DAY'); static const PeriodUnit PERIODUNIT_CALENDAR_DAY = PeriodUnit._(3, _omitEnumNames ? '' : 'PERIODUNIT_CALENDAR_DAY'); static const $core.List values = [ PERIODUNIT_UNDEFINED, PERIODUNIT_WORK_HOUR, PERIODUNIT_WORK_DAY, PERIODUNIT_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.v, super.n); } class CapacityRuleScope extends $pb.ProtobufEnum { static const CapacityRuleScope CAPACITYRULESCOPE_UNKNOWN = CapacityRuleScope._(0, _omitEnumNames ? '' : 'CAPACITYRULESCOPE_UNKNOWN'); static const CapacityRuleScope CAPACITYRULESCOPE_SIMULTANEOUS = CapacityRuleScope._(1, _omitEnumNames ? '' : 'CAPACITYRULESCOPE_SIMULTANEOUS'); static const CapacityRuleScope CAPACITYRULESCOPE_DAILY = CapacityRuleScope._(2, _omitEnumNames ? '' : 'CAPACITYRULESCOPE_DAILY'); static const $core.List values = [ CAPACITYRULESCOPE_UNKNOWN, CAPACITYRULESCOPE_SIMULTANEOUS, CAPACITYRULESCOPE_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.v, super.n); } class CarrierInformationType extends $pb.ProtobufEnum { static const CarrierInformationType CARRIERINFORMATIONTYPE_UNKNOWN = CarrierInformationType._(0, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_UNKNOWN'); static const CarrierInformationType CARRIERINFORMATIONTYPE_SHORT_TEXT = CarrierInformationType._(1, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_SHORT_TEXT'); static const CarrierInformationType CARRIERINFORMATIONTYPE_LONG_TEXT = CarrierInformationType._(2, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_LONG_TEXT'); static const CarrierInformationType CARRIERINFORMATIONTYPE_PHONE = CarrierInformationType._(3, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_PHONE'); static const CarrierInformationType CARRIERINFORMATIONTYPE_MAIL = CarrierInformationType._(4, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_MAIL'); static const CarrierInformationType CARRIERINFORMATIONTYPE_LICENSE_NUMBER = CarrierInformationType._(5, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_LICENSE_NUMBER'); static const CarrierInformationType CARRIERINFORMATIONTYPE_DOCUMENT = CarrierInformationType._(6, _omitEnumNames ? '' : 'CARRIERINFORMATIONTYPE_DOCUMENT'); static const $core.List values = [ CARRIERINFORMATIONTYPE_UNKNOWN, CARRIERINFORMATIONTYPE_SHORT_TEXT, CARRIERINFORMATIONTYPE_LONG_TEXT, CARRIERINFORMATIONTYPE_PHONE, CARRIERINFORMATIONTYPE_MAIL, CARRIERINFORMATIONTYPE_LICENSE_NUMBER, CARRIERINFORMATIONTYPE_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.v, super.n); } class SegmentationConstraintType extends $pb.ProtobufEnum { static const SegmentationConstraintType SEGMENTATIONCONSTRAINTTYPE_UNKNOWN = SegmentationConstraintType._(0, _omitEnumNames ? '' : 'SEGMENTATIONCONSTRAINTTYPE_UNKNOWN'); static const SegmentationConstraintType SEGMENTATIONCONSTRAINTTYPE_USER_CHOICE = SegmentationConstraintType._(1, _omitEnumNames ? '' : 'SEGMENTATIONCONSTRAINTTYPE_USER_CHOICE'); static const SegmentationConstraintType SEGMENTATIONCONSTRAINTTYPE_ORDER_ATTRIBUTE = SegmentationConstraintType._(2, _omitEnumNames ? '' : 'SEGMENTATIONCONSTRAINTTYPE_ORDER_ATTRIBUTE'); static const SegmentationConstraintType SEGMENTATIONCONSTRAINTTYPE_ENFORCED = SegmentationConstraintType._(3, _omitEnumNames ? '' : 'SEGMENTATIONCONSTRAINTTYPE_ENFORCED'); static const $core.List values = [ SEGMENTATIONCONSTRAINTTYPE_UNKNOWN, SEGMENTATIONCONSTRAINTTYPE_USER_CHOICE, SEGMENTATIONCONSTRAINTTYPE_ORDER_ATTRIBUTE, SEGMENTATIONCONSTRAINTTYPE_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.v, super.n); } const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');