mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 00:26:18 +08:00
42 lines
1.3 KiB
Dart
42 lines
1.3 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: bilibili/metadata/parabox.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:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use expDescriptor instead')
|
|
const Exp$json = {
|
|
'1': 'Exp',
|
|
'2': [
|
|
{'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
|
|
{'1': 'bucket', '3': 2, '4': 1, '5': 5, '10': 'bucket'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `Exp`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List expDescriptor = $convert.base64Decode(
|
|
'CgNFeHASDgoCaWQYASABKANSAmlkEhYKBmJ1Y2tldBgCIAEoBVIGYnVja2V0');
|
|
|
|
@$core.Deprecated('Use expsDescriptor instead')
|
|
const Exps$json = {
|
|
'1': 'Exps',
|
|
'2': [
|
|
{'1': 'exps', '3': 1, '4': 3, '5': 11, '6': '.bilibili.metadata.parabox.Exp', '10': 'exps'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `Exps`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List expsDescriptor = $convert.base64Decode(
|
|
'CgRFeHBzEjIKBGV4cHMYASADKAsyHi5iaWxpYmlsaS5tZXRhZGF0YS5wYXJhYm94LkV4cFIEZX'
|
|
'hwcw==');
|
|
|