mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
refactor: popular [wip]
mod: grpc request
This commit is contained in:
33
lib/grpc/app/archive/middleware/v1/preload.pbjson.dart
Normal file
33
lib/grpc/app/archive/middleware/v1/preload.pbjson.dart
Normal file
@@ -0,0 +1,33 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: bilibili/app/archive/middleware/v1/preload.proto
|
||||
//
|
||||
// @dart = 2.12
|
||||
|
||||
// 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 playerArgsDescriptor instead')
|
||||
const PlayerArgs$json = {
|
||||
'1': 'PlayerArgs',
|
||||
'2': [
|
||||
{'1': 'qn', '3': 1, '4': 1, '5': 3, '10': 'qn'},
|
||||
{'1': 'fnver', '3': 2, '4': 1, '5': 3, '10': 'fnver'},
|
||||
{'1': 'fnval', '3': 3, '4': 1, '5': 3, '10': 'fnval'},
|
||||
{'1': 'force_host', '3': 4, '4': 1, '5': 3, '10': 'forceHost'},
|
||||
{'1': 'voice_balance', '3': 5, '4': 1, '5': 3, '10': 'voiceBalance'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `PlayerArgs`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List playerArgsDescriptor = $convert.base64Decode(
|
||||
'CgpQbGF5ZXJBcmdzEg4KAnFuGAEgASgDUgJxbhIUCgVmbnZlchgCIAEoA1IFZm52ZXISFAoFZm'
|
||||
'52YWwYAyABKANSBWZudmFsEh0KCmZvcmNlX2hvc3QYBCABKANSCWZvcmNlSG9zdBIjCg12b2lj'
|
||||
'ZV9iYWxhbmNlGAUgASgDUgx2b2ljZUJhbGFuY2U=');
|
||||
|
||||
Reference in New Issue
Block a user