GameServerSelector$json top-level constant

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

Implementation

@$core.Deprecated('Use gameServerSelectorDescriptor instead')
const GameServerSelector$json = const {
  '1': 'GameServerSelector',
  '2': const [
    const {
      '1': 'matchLabels',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.allocation.GameServerSelector.MatchLabelsEntry',
      '10': 'matchLabels'
    },
    const {
      '1': 'gameServerState',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.allocation.GameServerSelector.GameServerState',
      '10': 'gameServerState'
    },
    const {
      '1': 'players',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.allocation.PlayerSelector',
      '10': 'players'
    },
  ],
  '3': const [GameServerSelector_MatchLabelsEntry$json],
  '4': const [GameServerSelector_GameServerState$json],
};