mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
update proto
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,27 +1,37 @@
|
||||
// This is a generated file - do not edit.
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: bilibili/dagw/component/avatar/v1.proto
|
||||
//
|
||||
// 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, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// 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 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 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<BasicLayerResource_ResType> values = <BasicLayerResource_ResType> [
|
||||
static const $core.List<BasicLayerResource_ResType> values =
|
||||
<BasicLayerResource_ResType>[
|
||||
RES_TYPE_INVALID,
|
||||
RES_TYPE_PLUGIN,
|
||||
RES_TYPE_EMPTY,
|
||||
@@ -30,23 +40,41 @@ class BasicLayerResource_ResType extends $pb.ProtobufEnum {
|
||||
RES_TYPE_NATIVE_DRAW,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, BasicLayerResource_ResType> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static BasicLayerResource_ResType? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<BasicLayerResource_ResType?> _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.v, super.n);
|
||||
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 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<LayerTagConfig_TagConfigType> values = <LayerTagConfig_TagConfigType> [
|
||||
static const $core.List<LayerTagConfig_TagConfigType> values =
|
||||
<LayerTagConfig_TagConfigType>[
|
||||
TAG_CFG_INVALID,
|
||||
TAG_CFG_GENERAL,
|
||||
TAG_CFG_GYRO,
|
||||
@@ -57,11 +85,13 @@ class LayerTagConfig_TagConfigType extends $pb.ProtobufEnum {
|
||||
TAG_CFG_FOLLOW_ACTION,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, LayerTagConfig_TagConfigType> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static LayerTagConfig_TagConfigType? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<LayerTagConfig_TagConfigType?> _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.v, super.n);
|
||||
const LayerTagConfig_TagConfigType._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames =
|
||||
$core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
Reference in New Issue
Block a user