// This is a generated file - do not edit. // // Generated from bilibili/dagw/component/avatar/v1.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, prefer_relative_imports import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; class BasicLayerResource_ResType extends $pb.ProtobufEnum { static const BasicLayerResource_ResType RES_TYPE_INVALID = BasicLayerResource_ResType._(0, _omitEnumNames ? '' : 'RES_TYPE_INVALID'); static const BasicLayerResource_ResType RES_TYPE_PLUGIN = BasicLayerResource_ResType._(1, _omitEnumNames ? '' : 'RES_TYPE_PLUGIN'); static const BasicLayerResource_ResType RES_TYPE_EMPTY = BasicLayerResource_ResType._(2, _omitEnumNames ? '' : 'RES_TYPE_EMPTY'); static const BasicLayerResource_ResType RES_TYPE_IMAGE = BasicLayerResource_ResType._(3, _omitEnumNames ? '' : 'RES_TYPE_IMAGE'); static const BasicLayerResource_ResType RES_TYPE_ANIMATION = BasicLayerResource_ResType._( 4, _omitEnumNames ? '' : 'RES_TYPE_ANIMATION'); static const BasicLayerResource_ResType RES_TYPE_NATIVE_DRAW = BasicLayerResource_ResType._( 5, _omitEnumNames ? '' : 'RES_TYPE_NATIVE_DRAW'); static const $core.List values = [ RES_TYPE_INVALID, RES_TYPE_PLUGIN, RES_TYPE_EMPTY, RES_TYPE_IMAGE, RES_TYPE_ANIMATION, RES_TYPE_NATIVE_DRAW, ]; static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 5); static BasicLayerResource_ResType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value]; const BasicLayerResource_ResType._(super.value, super.name); } class LayerTagConfig_TagConfigType extends $pb.ProtobufEnum { static const LayerTagConfig_TagConfigType TAG_CFG_INVALID = LayerTagConfig_TagConfigType._( 0, _omitEnumNames ? '' : 'TAG_CFG_INVALID'); static const LayerTagConfig_TagConfigType TAG_CFG_GENERAL = LayerTagConfig_TagConfigType._( 1, _omitEnumNames ? '' : 'TAG_CFG_GENERAL'); static const LayerTagConfig_TagConfigType TAG_CFG_GYRO = LayerTagConfig_TagConfigType._(2, _omitEnumNames ? '' : 'TAG_CFG_GYRO'); static const LayerTagConfig_TagConfigType TAG_CFG_COMMENT_DOUBLE_CLICK = LayerTagConfig_TagConfigType._( 3, _omitEnumNames ? '' : 'TAG_CFG_COMMENT_DOUBLE_CLICK'); static const LayerTagConfig_TagConfigType TAG_CFG_IN_LIVE = LayerTagConfig_TagConfigType._( 4, _omitEnumNames ? '' : 'TAG_CFG_IN_LIVE'); static const LayerTagConfig_TagConfigType TAG_CFG_WEB_IN_LIVE = LayerTagConfig_TagConfigType._( 5, _omitEnumNames ? '' : 'TAG_CFG_WEB_IN_LIVE'); static const LayerTagConfig_TagConfigType TAG_CFG_FOLLOW_ICON = LayerTagConfig_TagConfigType._( 6, _omitEnumNames ? '' : 'TAG_CFG_FOLLOW_ICON'); static const LayerTagConfig_TagConfigType TAG_CFG_FOLLOW_ACTION = LayerTagConfig_TagConfigType._( 7, _omitEnumNames ? '' : 'TAG_CFG_FOLLOW_ACTION'); static const $core.List values = [ TAG_CFG_INVALID, TAG_CFG_GENERAL, TAG_CFG_GYRO, TAG_CFG_COMMENT_DOUBLE_CLICK, TAG_CFG_IN_LIVE, TAG_CFG_WEB_IN_LIVE, TAG_CFG_FOLLOW_ICON, TAG_CFG_FOLLOW_ACTION, ]; static final $core.List _byValue = $pb.ProtobufEnum.$_initByValueList(values, 7); static LayerTagConfig_TagConfigType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value]; const LayerTagConfig_TagConfigType._(super.value, super.name); } const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');