GameServer_Status$json top-level constant
Implementation
@$core.Deprecated('Use gameServerDescriptor instead')
const GameServer_Status$json = const {
'1': 'Status',
'2': const [
const {'1': 'state', '3': 1, '4': 1, '5': 9, '10': 'state'},
const {'1': 'address', '3': 2, '4': 1, '5': 9, '10': 'address'},
const {
'1': 'ports',
'3': 3,
'4': 3,
'5': 11,
'6': '.agones.dev.sdk.GameServer.Status.Port',
'10': 'ports'
},
const {
'1': 'players',
'3': 4,
'4': 1,
'5': 11,
'6': '.agones.dev.sdk.GameServer.Status.PlayerStatus',
'10': 'players'
},
],
'3': const [GameServer_Status_Port$json, GameServer_Status_PlayerStatus$json],
};