github.com/binkynet/BinkyNet@v1.12.1-0.20240421190447-da4e34c20be0/dart/lib/logprovider.pbjson.dart (about)

     1  ///
     2  //  Generated code. Do not modify.
     3  //  source: logprovider.proto
     4  //
     5  // @dart = 2.12
     6  // ignore_for_file: annotate_overrides,camel_case_types,constant_identifier_names,deprecated_member_use_from_same_package,directives_ordering,library_prefixes,non_constant_identifier_names,prefer_final_fields,return_of_invalid_type,unnecessary_const,unnecessary_import,unnecessary_this,unused_import,unused_shown_name
     7  
     8  import 'dart:core' as $core;
     9  import 'dart:convert' as $convert;
    10  import 'dart:typed_data' as $typed_data;
    11  @$core.Deprecated('Use logLevelDescriptor instead')
    12  const LogLevel$json = const {
    13    '1': 'LogLevel',
    14    '2': const [
    15      const {'1': 'TRACE', '2': 0},
    16      const {'1': 'DEBUG', '2': 1},
    17      const {'1': 'INFO', '2': 2},
    18      const {'1': 'WARNING', '2': 3},
    19      const {'1': 'ERROR', '2': 4},
    20      const {'1': 'FATAL', '2': 5},
    21    ],
    22  };
    23  
    24  /// Descriptor for `LogLevel`. Decode as a `google.protobuf.EnumDescriptorProto`.
    25  final $typed_data.Uint8List logLevelDescriptor = $convert.base64Decode('CghMb2dMZXZlbBIJCgVUUkFDRRAAEgkKBURFQlVHEAESCAoESU5GTxACEgsKB1dBUk5JTkcQAxIJCgVFUlJPUhAEEgkKBUZBVEFMEAU=');
    26  @$core.Deprecated('Use getLogsRequestDescriptor instead')
    27  const GetLogsRequest$json = const {
    28    '1': 'GetLogsRequest',
    29  };
    30  
    31  /// Descriptor for `GetLogsRequest`. Decode as a `google.protobuf.DescriptorProto`.
    32  final $typed_data.Uint8List getLogsRequestDescriptor = $convert.base64Decode('Cg5HZXRMb2dzUmVxdWVzdA==');
    33  @$core.Deprecated('Use logEntryDescriptor instead')
    34  const LogEntry$json = const {
    35    '1': 'LogEntry',
    36    '2': const [
    37      const {'1': 'message', '3': 1, '4': 1, '5': 9, '10': 'message'},
    38      const {'1': 'level', '3': 2, '4': 1, '5': 14, '6': '.binkynet.v1.LogLevel', '10': 'level'},
    39    ],
    40  };
    41  
    42  /// Descriptor for `LogEntry`. Decode as a `google.protobuf.DescriptorProto`.
    43  final $typed_data.Uint8List logEntryDescriptor = $convert.base64Decode('CghMb2dFbnRyeRIYCgdtZXNzYWdlGAEgASgJUgdtZXNzYWdlEisKBWxldmVsGAIgASgOMhUuYmlua3luZXQudjEuTG9nTGV2ZWxSBWxldmVs');