ServerInfo$json top-level constant

  1. @Deprecated('Use serverInfoDescriptor instead')
Map<String, Object> const ServerInfo$json

Implementation

@$core.Deprecated('Use serverInfoDescriptor instead')
const ServerInfo$json = {
  '1': 'ServerInfo',
  '2': [
    {'1': 'Uuid', '3': 1, '4': 1, '5': 9, '10': 'Uuid'},
    {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'},
    {'1': 'ServerHost', '3': 3, '4': 1, '5': 9, '10': 'ServerHost'},
    {'1': 'LoginKey', '3': 4, '4': 1, '5': 9, '10': 'LoginKey'},
    {'1': 'TcpPort', '3': 5, '4': 1, '5': 5, '10': 'TcpPort'},
    {'1': 'KcpPort', '3': 6, '4': 1, '5': 5, '10': 'KcpPort'},
    {'1': 'UdpApiPort', '3': 7, '4': 1, '5': 5, '10': 'UdpApiPort'},
    {'1': 'KcpApiPort', '3': 8, '4': 1, '5': 5, '10': 'KcpApiPort'},
    {'1': 'TlsPort', '3': 9, '4': 1, '5': 5, '10': 'TlsPort'},
    {'1': 'GrpcPort', '3': 10, '4': 1, '5': 5, '10': 'GrpcPort'},
    {'1': 'Description', '3': 11, '4': 1, '5': 9, '10': 'Description'},
    {'1': 'IsPublic', '3': 12, '4': 1, '5': 8, '10': 'IsPublic'},
    {'1': 'IsSharedServer', '3': 13, '4': 1, '5': 8, '10': 'IsSharedServer'},
  ],
};