GameServer_ObjectMeta$json top-level constant

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

Implementation

@$core.Deprecated('Use gameServerDescriptor instead')
const GameServer_ObjectMeta$json = const {
  '1': 'ObjectMeta',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'namespace', '3': 2, '4': 1, '5': 9, '10': 'namespace'},
    const {'1': 'uid', '3': 3, '4': 1, '5': 9, '10': 'uid'},
    const {
      '1': 'resource_version',
      '3': 4,
      '4': 1,
      '5': 9,
      '10': 'resourceVersion'
    },
    const {'1': 'generation', '3': 5, '4': 1, '5': 3, '10': 'generation'},
    const {
      '1': 'creation_timestamp',
      '3': 6,
      '4': 1,
      '5': 3,
      '10': 'creationTimestamp'
    },
    const {
      '1': 'deletion_timestamp',
      '3': 7,
      '4': 1,
      '5': 3,
      '10': 'deletionTimestamp'
    },
    const {
      '1': 'annotations',
      '3': 8,
      '4': 3,
      '5': 11,
      '6': '.agones.dev.sdk.GameServer.ObjectMeta.AnnotationsEntry',
      '10': 'annotations'
    },
    const {
      '1': 'labels',
      '3': 9,
      '4': 3,
      '5': 11,
      '6': '.agones.dev.sdk.GameServer.ObjectMeta.LabelsEntry',
      '10': 'labels'
    },
  ],
  '3': const [
    GameServer_ObjectMeta_AnnotationsEntry$json,
    GameServer_ObjectMeta_LabelsEntry$json
  ],
};