Files
PiliPlus/lib/grpc/network/network.pbjson.dart
2024-10-10 13:17:10 +08:00

69 lines
2.4 KiB
Dart

//
// Generated code. Do not modify.
// source: network.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 networkTypeDescriptor instead')
const NetworkType$json = {
'1': 'NetworkType',
'2': [
{'1': 'NT_UNKNOWN', '2': 0},
{'1': 'WIFI', '2': 1},
{'1': 'CELLULAR', '2': 2},
{'1': 'OFFLINE', '2': 3},
{'1': 'OTHERNET', '2': 4},
{'1': 'ETHERNET', '2': 5},
],
};
/// Descriptor for `NetworkType`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List networkTypeDescriptor = $convert.base64Decode(
'CgtOZXR3b3JrVHlwZRIOCgpOVF9VTktOT1dOEAASCAoEV0lGSRABEgwKCENFTExVTEFSEAISCw'
'oHT0ZGTElORRADEgwKCE9USEVSTkVUEAQSDAoIRVRIRVJORVQQBQ==');
@$core.Deprecated('Use tFTypeDescriptor instead')
const TFType$json = {
'1': 'TFType',
'2': [
{'1': 'TF_UNKNOWN', '2': 0},
{'1': 'U_CARD', '2': 1},
{'1': 'U_PKG', '2': 2},
{'1': 'C_CARD', '2': 3},
{'1': 'C_PKG', '2': 4},
{'1': 'T_CARD', '2': 5},
{'1': 'T_PKG', '2': 6},
],
};
/// Descriptor for `TFType`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List tFTypeDescriptor = $convert.base64Decode(
'CgZURlR5cGUSDgoKVEZfVU5LTk9XThAAEgoKBlVfQ0FSRBABEgkKBVVfUEtHEAISCgoGQ19DQV'
'JEEAMSCQoFQ19QS0cQBBIKCgZUX0NBUkQQBRIJCgVUX1BLRxAG');
@$core.Deprecated('Use networkDescriptor instead')
const Network$json = {
'1': 'Network',
'2': [
{'1': 'type', '3': 1, '4': 1, '5': 14, '6': '.bilibili.metadata.network.NetworkType', '10': 'type'},
{'1': 'tf', '3': 2, '4': 1, '5': 14, '6': '.bilibili.metadata.network.TFType', '10': 'tf'},
{'1': 'oid', '3': 3, '4': 1, '5': 9, '10': 'oid'},
],
};
/// Descriptor for `Network`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List networkDescriptor = $convert.base64Decode(
'CgdOZXR3b3JrEjoKBHR5cGUYASABKA4yJi5iaWxpYmlsaS5tZXRhZGF0YS5uZXR3b3JrLk5ldH'
'dvcmtUeXBlUgR0eXBlEjEKAnRmGAIgASgOMiEuYmlsaWJpbGkubWV0YWRhdGEubmV0d29yay5U'
'RlR5cGVSAnRmEhAKA29pZBgDIAEoCVIDb2lk');