deadem
Version:
JavaScript (Node.js & Browsers) parser for Deadlock (Valve Source 2 Engine) demo/replay files
1,646 lines • 378 kB
JSON
{
"options": {
"optimize_for": "SPEED",
"cc_generic_services": false
},
"nested": {
"MODIFIER_ENTRY_TYPE": {
"edition": "proto2",
"values": {
"MODIFIER_ENTRY_TYPE_ACTIVE": 1,
"MODIFIER_ENTRY_TYPE_REMOVED": 2
}
},
"CModifierTableEntry": {
"edition": "proto2",
"fields": {
"entryType": {
"rule": "required",
"type": ".MODIFIER_ENTRY_TYPE",
"id": 1,
"options": {
"default": "MODIFIER_ENTRY_TYPE_ACTIVE"
}
},
"parent": {
"rule": "required",
"type": "uint32",
"id": 2,
"options": {
"default": 16777215
}
},
"serialNumber": {
"rule": "required",
"type": "uint32",
"id": 3
},
"modifierSubclass": {
"type": "uint32",
"id": 4
},
"stackCount": {
"type": "int32",
"id": 5
},
"maxStackCount": {
"type": "int32",
"id": 6
},
"lastAppliedTime": {
"type": "float",
"id": 7
},
"duration": {
"type": "float",
"id": 8,
"options": {
"default": -1
}
},
"caster": {
"type": "uint32",
"id": 9,
"options": {
"default": 16777215
}
},
"ability": {
"type": "uint32",
"id": 10,
"options": {
"default": 16777215
}
},
"auraProviderSerialNumber": {
"type": "int32",
"id": 11
},
"auraProviderEhandle": {
"type": "uint32",
"id": 12,
"options": {
"default": 16777215
}
},
"abilitySubclass": {
"type": "uint32",
"id": 13
},
"bool1_": {
"type": "bool",
"id": 20
},
"bool2_": {
"type": "bool",
"id": 21
},
"bool3_": {
"type": "bool",
"id": 22
},
"bool4_": {
"type": "bool",
"id": 23
},
"int1_": {
"type": "int32",
"id": 25
},
"int2_": {
"type": "int32",
"id": 26
},
"int3_": {
"type": "int32",
"id": 27
},
"int4_": {
"type": "int32",
"id": 28
},
"float1_": {
"type": "float",
"id": 30
},
"float2_": {
"type": "float",
"id": 31
},
"float3_": {
"type": "float",
"id": 32
},
"float4_": {
"type": "float",
"id": 33
},
"float5_": {
"type": "float",
"id": 49
},
"float6_": {
"type": "float",
"id": 50
},
"float7_": {
"type": "float",
"id": 51
},
"float8_": {
"type": "float",
"id": 52
},
"float9_": {
"type": "float",
"id": 53
},
"float10_": {
"type": "float",
"id": 54
},
"uint1_": {
"type": "uint64",
"id": 35
},
"uint2_": {
"type": "uint64",
"id": 36
},
"uint3_": {
"type": "uint64",
"id": 37
},
"uint4_": {
"type": "uint64",
"id": 38
},
"vec1_": {
"type": ".CMsgVector",
"id": 40
},
"vec2_": {
"type": ".CMsgVector",
"id": 41
},
"vec3_": {
"type": ".CMsgVector",
"id": 42
},
"vec4_": {
"type": ".CMsgVector",
"id": 43
},
"string1_": {
"type": "string",
"id": 45
},
"string2_": {
"type": "string",
"id": 46
},
"string3_": {
"type": "string",
"id": 47
},
"string4_": {
"type": "string",
"id": 48
}
}
},
"SignonState_t": {
"edition": "proto2",
"values": {
"SIGNONSTATE_NONE": 0,
"SIGNONSTATE_CHALLENGE": 1,
"SIGNONSTATE_CONNECTED": 2,
"SIGNONSTATE_NEW": 3,
"SIGNONSTATE_PRESPAWN": 4,
"SIGNONSTATE_SPAWN": 5,
"SIGNONSTATE_FULL": 6,
"SIGNONSTATE_CHANGELEVEL": 7
}
},
"NET_Messages": {
"edition": "proto2",
"values": {
"net_NOP": 0,
"net_Disconnect_Legacy": 1,
"net_SplitScreenUser": 3,
"net_Tick": 4,
"net_StringCmd": 5,
"net_SetConVar": 6,
"net_SignonState": 7,
"net_SpawnGroup_Load": 8,
"net_SpawnGroup_ManifestUpdate": 9,
"net_SpawnGroup_SetCreationTick": 11,
"net_SpawnGroup_Unload": 12,
"net_SpawnGroup_LoadCompleted": 13,
"net_DebugOverlay": 15
}
},
"SpawnGroupFlags_t": {
"edition": "proto2",
"values": {
"SPAWN_GROUP_LOAD_ENTITIES_FROM_SAVE": 1,
"SPAWN_GROUP_DONT_SPAWN_ENTITIES": 2,
"SPAWN_GROUP_SYNCHRONOUS_SPAWN": 4,
"SPAWN_GROUP_IS_INITIAL_SPAWN_GROUP": 8,
"SPAWN_GROUP_CREATE_CLIENT_ONLY_ENTITIES": 16,
"SPAWN_GROUP_BLOCK_UNTIL_LOADED": 64,
"SPAWN_GROUP_LOAD_STREAMING_DATA": 128,
"SPAWN_GROUP_CREATE_NEW_SCENE_WORLD": 256
}
},
"CMsgVector": {
"edition": "proto2",
"fields": {
"x": {
"type": "float",
"id": 1
},
"y": {
"type": "float",
"id": 2
},
"z": {
"type": "float",
"id": 3
},
"w": {
"type": "float",
"id": 4
}
}
},
"CMsgVector2D": {
"edition": "proto2",
"fields": {
"x": {
"type": "float",
"id": 1
},
"y": {
"type": "float",
"id": 2
}
}
},
"CMsgQAngle": {
"edition": "proto2",
"fields": {
"x": {
"type": "float",
"id": 1
},
"y": {
"type": "float",
"id": 2
},
"z": {
"type": "float",
"id": 3
}
}
},
"CMsgQuaternion": {
"edition": "proto2",
"fields": {
"x": {
"type": "float",
"id": 1
},
"y": {
"type": "float",
"id": 2
},
"z": {
"type": "float",
"id": 3
},
"w": {
"type": "float",
"id": 4
}
}
},
"CMsgTransform": {
"edition": "proto2",
"fields": {
"position": {
"type": ".CMsgVector",
"id": 1
},
"scale": {
"type": "float",
"id": 2
},
"orientation": {
"type": ".CMsgQuaternion",
"id": 3
}
}
},
"CMsgRGBA": {
"edition": "proto2",
"fields": {
"r": {
"type": "int32",
"id": 1
},
"g": {
"type": "int32",
"id": 2
},
"b": {
"type": "int32",
"id": 3
},
"a": {
"type": "int32",
"id": 4
}
}
},
"CMsgPlayerInfo": {
"edition": "proto2",
"fields": {
"name": {
"type": "string",
"id": 1
},
"xuid": {
"type": "fixed64",
"id": 2
},
"userid": {
"type": "int32",
"id": 3
},
"steamid": {
"type": "fixed64",
"id": 4
},
"fakeplayer": {
"type": "bool",
"id": 5
},
"ishltv": {
"type": "bool",
"id": 6
}
}
},
"CEntityMsg": {
"edition": "proto2",
"fields": {
"targetEntity": {
"type": "uint32",
"id": 1,
"options": {
"default": 16777215
}
}
}
},
"CMsg_CVars": {
"edition": "proto2",
"fields": {
"cvars": {
"rule": "repeated",
"type": ".CMsg_CVars.CVar",
"id": 1
}
},
"nested": {
"CVar": {
"fields": {
"name": {
"type": "string",
"id": 1
},
"value": {
"type": "string",
"id": 2
}
}
}
}
},
"CNETMsg_NOP": {
"edition": "proto2",
"fields": {}
},
"CNETMsg_SplitScreenUser": {
"edition": "proto2",
"fields": {
"slot": {
"type": "int32",
"id": 1
}
}
},
"CNETMsg_Tick": {
"edition": "proto2",
"fields": {
"tick": {
"type": "uint32",
"id": 1
},
"hostComputationtime": {
"type": "uint32",
"id": 4
},
"hostComputationtimeStdDeviation": {
"type": "uint32",
"id": 5
},
"legacyHostLoss": {
"type": "uint32",
"id": 7
},
"hostUnfilteredFrametime": {
"type": "uint32",
"id": 8
},
"hltvReplayFlags": {
"type": "uint32",
"id": 9
},
"expectedLongTick": {
"type": "uint32",
"id": 10
},
"expectedLongTickReason": {
"type": "string",
"id": 11
},
"hostFrameDroppedPctX10": {
"type": "uint32",
"id": 12
},
"hostFrameIrregularArrivalPctX10": {
"type": "uint32",
"id": 13
}
}
},
"CNETMsg_StringCmd": {
"edition": "proto2",
"fields": {
"command": {
"type": "string",
"id": 1
},
"predictionSync": {
"type": "uint32",
"id": 2
}
}
},
"CNETMsg_SetConVar": {
"edition": "proto2",
"fields": {
"convars": {
"type": ".CMsg_CVars",
"id": 1
}
}
},
"CNETMsg_SignonState": {
"edition": "proto2",
"fields": {
"signonState": {
"type": ".SignonState_t",
"id": 1,
"options": {
"default": "SIGNONSTATE_NONE"
}
},
"spawnCount": {
"type": "uint32",
"id": 2
},
"numServerPlayers": {
"type": "uint32",
"id": 3
},
"playersNetworkids": {
"rule": "repeated",
"type": "string",
"id": 4
},
"mapName": {
"type": "string",
"id": 5
},
"addons": {
"type": "string",
"id": 6
}
}
},
"CSVCMsg_GameEvent": {
"edition": "proto2",
"fields": {
"eventName": {
"type": "string",
"id": 1
},
"eventid": {
"type": "int32",
"id": 2
},
"keys": {
"rule": "repeated",
"type": ".CSVCMsg_GameEvent.key_t",
"id": 3
}
},
"nested": {
"key_t": {
"fields": {
"type": {
"type": "int32",
"id": 1
},
"valString": {
"type": "string",
"id": 2
},
"valFloat": {
"type": "float",
"id": 3
},
"valLong": {
"type": "int32",
"id": 4
},
"valShort": {
"type": "int32",
"id": 5
},
"valByte": {
"type": "int32",
"id": 6
},
"valBool": {
"type": "bool",
"id": 7
},
"valUint64": {
"type": "uint64",
"id": 8
}
}
}
}
},
"CSVCMsgList_GameEvents": {
"edition": "proto2",
"fields": {
"events": {
"rule": "repeated",
"type": ".CSVCMsgList_GameEvents.event_t",
"id": 1
}
},
"nested": {
"event_t": {
"fields": {
"tick": {
"type": "int32",
"id": 1
},
"event": {
"type": ".CSVCMsg_GameEvent",
"id": 2
}
}
}
}
},
"CNETMsg_SpawnGroup_Load": {
"edition": "proto2",
"fields": {
"worldname": {
"type": "string",
"id": 1
},
"entitylumpname": {
"type": "string",
"id": 2
},
"entityfiltername": {
"type": "string",
"id": 3
},
"spawngrouphandle": {
"type": "uint32",
"id": 4
},
"spawngroupownerhandle": {
"type": "uint32",
"id": 5
},
"worldOffsetPos": {
"type": ".CMsgVector",
"id": 6
},
"worldOffsetAngle": {
"type": ".CMsgQAngle",
"id": 7
},
"spawngroupmanifest": {
"type": "bytes",
"id": 8
},
"flags": {
"type": "uint32",
"id": 9
},
"tickcount": {
"type": "int32",
"id": 10
},
"manifestincomplete": {
"type": "bool",
"id": 11
},
"localnamefixup": {
"type": "string",
"id": 12
},
"parentnamefixup": {
"type": "string",
"id": 13
},
"manifestloadpriority": {
"type": "int32",
"id": 14
},
"worldgroupid": {
"type": "uint32",
"id": 15
},
"creationsequence": {
"type": "uint32",
"id": 16
},
"savegamefilename": {
"type": "string",
"id": 17
},
"spawngroupparenthandle": {
"type": "uint32",
"id": 18
},
"leveltransition": {
"type": "bool",
"id": 19
},
"worldgroupname": {
"type": "string",
"id": 20
}
}
},
"CNETMsg_SpawnGroup_ManifestUpdate": {
"edition": "proto2",
"fields": {
"spawngrouphandle": {
"type": "uint32",
"id": 1
},
"spawngroupmanifest": {
"type": "bytes",
"id": 2
},
"manifestincomplete": {
"type": "bool",
"id": 3
}
}
},
"CNETMsg_SpawnGroup_SetCreationTick": {
"edition": "proto2",
"fields": {
"spawngrouphandle": {
"type": "uint32",
"id": 1
},
"tickcount": {
"type": "int32",
"id": 2
},
"creationsequence": {
"type": "uint32",
"id": 3
}
}
},
"CNETMsg_SpawnGroup_Unload": {
"edition": "proto2",
"fields": {
"spawngrouphandle": {
"type": "uint32",
"id": 1
},
"flags": {
"type": "uint32",
"id": 2
},
"tickcount": {
"type": "int32",
"id": 3
}
}
},
"CNETMsg_SpawnGroup_LoadCompleted": {
"edition": "proto2",
"fields": {
"spawngrouphandle": {
"type": "uint32",
"id": 1
}
}
},
"CSVCMsg_GameSessionConfiguration": {
"edition": "proto2",
"fields": {
"isMultiplayer": {
"type": "bool",
"id": 1
},
"isLoadsavegame": {
"type": "bool",
"id": 2
},
"isBackgroundMap": {
"type": "bool",
"id": 3
},
"isHeadless": {
"type": "bool",
"id": 4
},
"minClientLimit": {
"type": "uint32",
"id": 5
},
"maxClientLimit": {
"type": "uint32",
"id": 6
},
"maxClients": {
"type": "uint32",
"id": 7
},
"tickInterval": {
"type": "fixed32",
"id": 8
},
"hostname": {
"type": "string",
"id": 9
},
"savegamename": {
"type": "string",
"id": 10
},
"s1Mapname": {
"type": "string",
"id": 11
},
"gamemode": {
"type": "string",
"id": 12
},
"serverIpAddress": {
"type": "string",
"id": 13
},
"data": {
"type": "bytes",
"id": 14
},
"isLocalonly": {
"type": "bool",
"id": 15
},
"noSteamServer": {
"type": "bool",
"id": 19
},
"isTransition": {
"type": "bool",
"id": 16
},
"previouslevel": {
"type": "string",
"id": 17
},
"landmarkname": {
"type": "string",
"id": 18
}
}
},
"CNETMsg_DebugOverlay": {
"edition": "proto2",
"fields": {
"etype": {
"type": "int32",
"id": 1
},
"vectors": {
"rule": "repeated",
"type": ".CMsgVector",
"id": 2
},
"colors": {
"rule": "repeated",
"type": ".CMsgRGBA",
"id": 3
},
"dimensions": {
"rule": "repeated",
"type": "float",
"id": 4
},
"times": {
"rule": "repeated",
"type": "float",
"id": 5
},
"bools": {
"rule": "repeated",
"type": "bool",
"id": 6
},
"uint64s": {
"rule": "repeated",
"type": "uint64",
"id": 7
},
"strings": {
"rule": "repeated",
"type": "string",
"id": 8
}
}
},
"networkConnectionToken": {
"edition": "proto2",
"type": "string",
"id": 50500,
"extend": ".google.protobuf.EnumValueOptions"
},
"networkConnectionDetailToken": {
"edition": "proto2",
"type": "string",
"id": 50501,
"extend": ".google.protobuf.EnumValueOptions"
},
"ENetworkDisconnectionReason": {
"edition": "proto2",
"valuesOptions": {
"NETWORK_DISCONNECT_DISCONNECT_BY_USER": {
"(network_connection_token)": "#GameUI_Disconnect_User"
},
"NETWORK_DISCONNECT_DISCONNECT_BY_SERVER": {
"(network_connection_token)": "#GameUI_Disconnect_Server"
},
"NETWORK_DISCONNECT_LOST": {
"(network_connection_token)": "#GameUI_Disconnect_ConnectionLost"
},
"NETWORK_DISCONNECT_OVERFLOW": {
"(network_connection_token)": "#GameUI_Disconnect_ConnectionOverflow"
},
"NETWORK_DISCONNECT_STEAM_BANNED": {
"(network_connection_token)": "#GameUI_Disconnect_SteamIDBanned"
},
"NETWORK_DISCONNECT_STEAM_INUSE": {
"(network_connection_token)": "#GameUI_Disconnect_SteamIDInUse"
},
"NETWORK_DISCONNECT_STEAM_TICKET": {
"(network_connection_token)": "#GameUI_Disconnect_SteamTicket"
},
"NETWORK_DISCONNECT_STEAM_LOGON": {
"(network_connection_token)": "#GameUI_Disconnect_SteamLogon"
},
"NETWORK_DISCONNECT_STEAM_AUTHCANCELLED": {
"(network_connection_token)": "#GameUI_Disconnect_SteamLogon"
},
"NETWORK_DISCONNECT_STEAM_AUTHALREADYUSED": {
"(network_connection_token)": "#GameUI_Disconnect_SteamLogon"
},
"NETWORK_DISCONNECT_STEAM_AUTHINVALID": {
"(network_connection_token)": "#GameUI_Disconnect_SteamLogon"
},
"NETWORK_DISCONNECT_STEAM_VACBANSTATE": {
"(network_connection_token)": "#GameUI_Disconnect_SteamVAC"
},
"NETWORK_DISCONNECT_STEAM_LOGGED_IN_ELSEWHERE": {
"(network_connection_token)": "#GameUI_Disconnect_SteamInUse"
},
"NETWORK_DISCONNECT_STEAM_VAC_CHECK_TIMEDOUT": {
"(network_connection_token)": "#GameUI_Disconnect_SteamTimeOut"
},
"NETWORK_DISCONNECT_STEAM_DROPPED": {
"(network_connection_token)": "#GameUI_Disconnect_SteamDropped"
},
"NETWORK_DISCONNECT_STEAM_OWNERSHIP": {
"(network_connection_token)": "#GameUI_Disconnect_SteamOwnership"
},
"NETWORK_DISCONNECT_SERVERINFO_OVERFLOW": {
"(network_connection_token)": "#GameUI_Disconnect_ServerInfoOverflow"
},
"NETWORK_DISCONNECT_TICKMSG_OVERFLOW": {
"(network_connection_token)": "#GameUI_Disconnect_TickMessage"
},
"NETWORK_DISCONNECT_STRINGTABLEMSG_OVERFLOW": {
"(network_connection_token)": "#GameUI_Disconnect_StringTableMessage"
},
"NETWORK_DISCONNECT_DELTAENTMSG_OVERFLOW": {
"(network_connection_token)": "#GameUI_Disconnect_DeltaEntMessage"
},
"NETWORK_DISCONNECT_TEMPENTMSG_OVERFLOW": {
"(network_connection_token)": "#GameUI_Disconnect_TempEntMessage"
},
"NETWORK_DISCONNECT_SOUNDSMSG_OVERFLOW": {
"(network_connection_token)": "#GameUI_Disconnect_SoundsMessage"
},
"NETWORK_DISCONNECT_SNAPSHOTOVERFLOW": {
"(network_connection_token)": "#GameUI_Disconnect_SnapshotOverflow"
},
"NETWORK_DISCONNECT_SNAPSHOTERROR": {
"(network_connection_token)": "#GameUI_Disconnect_SnapshotError"
},
"NETWORK_DISCONNECT_RELIABLEOVERFLOW": {
"(network_connection_token)": "#GameUI_Disconnect_ReliableOverflow"
},
"NETWORK_DISCONNECT_BADDELTATICK": {
"(network_connection_token)": "#GameUI_Disconnect_BadClientDeltaTick"
},
"NETWORK_DISCONNECT_NOMORESPLITS": {
"(network_connection_token)": "#GameUI_Disconnect_NoMoreSplits"
},
"NETWORK_DISCONNECT_TIMEDOUT": {
"(network_connection_token)": "#GameUI_Disconnect_TimedOut"
},
"NETWORK_DISCONNECT_DISCONNECTED": {
"(network_connection_token)": "#GameUI_Disconnect_Disconnected"
},
"NETWORK_DISCONNECT_LEAVINGSPLIT": {
"(network_connection_token)": "#GameUI_Disconnect_LeavingSplit"
},
"NETWORK_DISCONNECT_DIFFERENTCLASSTABLES": {
"(network_connection_token)": "#GameUI_Disconnect_DifferentClassTables"
},
"NETWORK_DISCONNECT_BADRELAYPASSWORD": {
"(network_connection_token)": "#GameUI_Disconnect_BadRelayPassword"
},
"NETWORK_DISCONNECT_BADSPECTATORPASSWORD": {
"(network_connection_token)": "#GameUI_Disconnect_BadSpectatorPassword"
},
"NETWORK_DISCONNECT_HLTVRESTRICTED": {
"(network_connection_token)": "#GameUI_Disconnect_HLTVRestricted"
},
"NETWORK_DISCONNECT_NOSPECTATORS": {
"(network_connection_token)": "#GameUI_Disconnect_NoSpectators"
},
"NETWORK_DISCONNECT_HLTVUNAVAILABLE": {
"(network_connection_token)": "#GameUI_Disconnect_HLTVUnavailable"
},
"NETWORK_DISCONNECT_HLTVSTOP": {
"(network_connection_token)": "#GameUI_Disconnect_HLTVStop"
},
"NETWORK_DISCONNECT_KICKED": {
"(network_connection_token)": "#GameUI_Disconnect_Kicked"
},
"NETWORK_DISCONNECT_BANADDED": {
"(network_connection_token)": "#GameUI_Disconnect_BanAdded"
},
"NETWORK_DISCONNECT_KICKBANADDED": {
"(network_connection_token)": "#GameUI_Disconnect_KickBanAdded"
},
"NETWORK_DISCONNECT_HLTVDIRECT": {
"(network_connection_token)": "#GameUI_Disconnect_HLTVDirect"
},
"NETWORK_DISCONNECT_PURESERVER_CLIENTEXTRA": {
"(network_connection_token)": "#GameUI_Disconnect_PureServer_ClientExtra"
},
"NETWORK_DISCONNECT_PURESERVER_MISMATCH": {
"(network_connection_token)": "#GameUI_Disconnect_PureServer_Mismatch"
},
"NETWORK_DISCONNECT_USERCMD": {
"(network_connection_token)": "#GameUI_Disconnect_UserCmd"
},
"NETWORK_DISCONNECT_REJECTED_BY_GAME": {
"(network_connection_token)": "#GameUI_Disconnect_RejectedByGame"
},
"NETWORK_DISCONNECT_MESSAGE_PARSE_ERROR": {
"(network_connection_token)": "#GameUI_Disconnect_MessageParseError"
},
"NETWORK_DISCONNECT_INVALID_MESSAGE_ERROR": {
"(network_connection_token)": "#GameUI_Disconnect_InvalidMessageError"
},
"NETWORK_DISCONNECT_BAD_SERVER_PASSWORD": {
"(network_connection_token)": "#GameUI_Disconnect_BadServerPassword"
},
"NETWORK_DISCONNECT_CONNECTION_FAILURE": {
"(network_connection_token)": "#GameUI_Disconnect_ConnectionFailure"
},
"NETWORK_DISCONNECT_NO_PEER_GROUP_HANDLERS": {
"(network_connection_token)": "#GameUI_Disconnect_NoPeerGroupHandlers"
},
"NETWORK_DISCONNECT_LOOPSHUTDOWN": {
"(network_connection_token)": "#GameUI_Disconnect_LoopShutdown"
},
"NETWORK_DISCONNECT_LOOPDEACTIVATE": {
"(network_connection_token)": "#GameUI_Disconnect_LoopDeactivate"
},
"NETWORK_DISCONNECT_HOST_ENDGAME": {
"(network_connection_token)": "#GameUI_Disconnect_Host_EndGame"
},
"NETWORK_DISCONNECT_LOOP_LEVELLOAD_ACTIVATE": {
"(network_connection_token)": "#GameUI_Disconnect_LoopLevelLoadActivate"
},
"NETWORK_DISCONNECT_CREATE_SERVER_FAILED": {
"(network_connection_token)": "#GameUI_Disconnect_CreateServerFailed"
},
"NETWORK_DISCONNECT_EXITING": {
"(network_connection_token)": "#GameUI_Disconnect_ExitingEngine"
},
"NETWORK_DISCONNECT_REQUEST_HOSTSTATE_IDLE": {
"(network_connection_token)": "#GameUI_Disconnect_Request_HSIdle"
},
"NETWORK_DISCONNECT_REQUEST_HOSTSTATE_HLTVRELAY": {
"(network_connection_token)": "#GameUI_Disconnect_Request_HLTVRelay"
},
"NETWORK_DISCONNECT_CLIENT_CONSISTENCY_FAIL": {
"(network_connection_token)": "#GameUI_ClientConsistencyFail"
},
"NETWORK_DISCONNECT_CLIENT_UNABLE_TO_CRC_MAP": {
"(network_connection_token)": "#GameUI_ClientUnableToCRCMap"
},
"NETWORK_DISCONNECT_CLIENT_NO_MAP": {
"(network_connection_token)": "#GameUI_ClientNoMap"
},
"NETWORK_DISCONNECT_CLIENT_DIFFERENT_MAP": {
"(network_connection_token)": "#GameUI_ClientDifferentMap"
},
"NETWORK_DISCONNECT_SERVER_REQUIRES_STEAM": {
"(network_connection_token)": "#GameUI_ServerRequireSteams"
},
"NETWORK_DISCONNECT_STEAM_DENY_MISC": {
"(network_connection_token)": "#GameUI_Disconnect_SteamDeny_Misc"
},
"NETWORK_DISCONNECT_STEAM_DENY_BAD_ANTI_CHEAT": {
"(network_connection_token)": "#GameUI_Disconnect_SteamDeny_BadAntiCheat"
},
"NETWORK_DISCONNECT_SERVER_SHUTDOWN": {
"(network_connection_token)": "#GameUI_Disconnect_ServerShutdown"
},
"NETWORK_DISCONNECT_REPLAY_INCOMPATIBLE": {
"(network_connection_token)": "#GameUI_Disconnect_ReplayIncompatible"
},
"NETWORK_DISCONNECT_CONNECT_REQUEST_TIMEDOUT": {
"(network_connection_token)": "#GameUI_Disconnect_ConnectionTimedout"
},
"NETWORK_DISCONNECT_SERVER_INCOMPATIBLE": {
"(network_connection_token)": "#GameUI_Disconnect_ServerIncompatible"
},
"NETWORK_DISCONNECT_LOCALPROBLEM_MANYRELAYS": {
"(network_connection_token)": "#GameUI_Disconnect_LocalProblem_ManyRelays"
},
"NETWORK_DISCONNECT_LOCALPROBLEM_HOSTEDSERVERPRIMARYRELAY": {
"(network_connection_token)": "#GameUI_Disconnect_LocalProblem_HostedServerPrimaryRelay"
},
"NETWORK_DISCONNECT_LOCALPROBLEM_NETWORKCONFIG": {
"(network_connection_token)": "#GameUI_Disconnect_LocalProblem_NetworkConfig"
},
"NETWORK_DISCONNECT_LOCALPROBLEM_OTHER": {
"(network_connection_token)": "#GameUI_Disconnect_LocalProblem_Other"
},
"NETWORK_DISCONNECT_REMOTE_TIMEOUT": {
"(network_connection_token)": "#GameUI_Disconnect_RemoteProblem_Timeout"
},
"NETWORK_DISCONNECT_REMOTE_TIMEOUT_CONNECTING": {
"(network_connection_token)": "#GameUI_Disconnect_RemoteProblem_TimeoutConnecting"
},
"NETWORK_DISCONNECT_REMOTE_OTHER": {
"(network_connection_token)": "#GameUI_Disconnect_RemoteProblem_Other"
},
"NETWORK_DISCONNECT_REMOTE_BADCRYPT": {
"(network_connection_token)": "#GameUI_Disconnect_RemoteProblem_BadCrypt"
},
"NETWORK_DISCONNECT_REMOTE_CERTNOTTRUSTED": {
"(network_connection_token)": "#GameUI_Disconnect_RemoteProblem_BadCert"
},
"NETWORK_DISCONNECT_UNUSUAL": {
"(network_connection_token)": "#GameUI_Disconnect_Unusual"
},
"NETWORK_DISCONNECT_INTERNAL_ERROR": {
"(network_connection_token)": "#GameUI_Disconnect_InternalError"
},
"NETWORK_DISCONNECT_REJECT_BADCHALLENGE": {
"(network_connection_token)": "#GameUI_ServerRejectBadChallenge"
},
"NETWORK_DISCONNECT_REJECT_NOLOBBY": {
"(network_connection_token)": "#GameUI_ServerNoLobby"
},
"NETWORK_DISCONNECT_REJECT_BACKGROUND_MAP": {
"(network_connection_token)": "#Valve_Reject_Background_Map"
},
"NETWORK_DISCONNECT_REJECT_SINGLE_PLAYER": {
"(network_connection_token)": "#Valve_Reject_Single_Player"
},
"NETWORK_DISCONNECT_REJECT_HIDDEN_GAME": {
"(network_connection_token)": "#Valve_Reject_Hidden_Game"
},
"NETWORK_DISCONNECT_REJECT_LANRESTRICT": {
"(network_connection_token)": "#GameUI_ServerRejectLANRestrict"
},
"NETWORK_DISCONNECT_REJECT_BADPASSWORD": {
"(network_connection_token)": "#GameUI_ServerRejectBadPassword"
},
"NETWORK_DISCONNECT_REJECT_SERVERFULL": {
"(network_connection_token)": "#GameUI_ServerRejectServerFull"
},
"NETWORK_DISCONNECT_REJECT_INVALIDRESERVATION": {
"(network_connection_token)": "#GameUI_ServerRejectInvalidReservation"
},
"NETWORK_DISCONNECT_REJECT_FAILEDCHANNEL": {
"(network_connection_token)": "#GameUI_ServerRejectFailedChannel"
},
"NETWORK_DISCONNECT_REJECT_CONNECT_FROM_LOBBY": {
"(network_connection_token)": "#Valve_Reject_Connect_From_Lobby"
},
"NETWORK_DISCONNECT_REJECT_RESERVED_FOR_LOBBY": {
"(network_connection_token)": "#Valve_Reject_Reserved_For_Lobby"
},
"NETWORK_DISCONNECT_REJECT_INVALIDKEYLENGTH": {
"(network_connection_token)": "#GameUI_ServerReject_InvalidKeyLength"
},
"NETWORK_DISCONNECT_REJECT_OLDPROTOCOL": {
"(network_connection_token)": "#GameUI_ServerRejectOldProtocol"
},
"NETWORK_DISCONNECT_REJECT_NEWPROTOCOL": {
"(network_connection_token)": "#GameUI_ServerRejectNewProtocol"
},
"NETWORK_DISCONNECT_REJECT_INVALIDCONNECTION": {
"(network_connection_token)": "#GameUI_ServerRejectInvalidConnection"
},
"NETWORK_DISCONNECT_REJECT_INVALIDCERTLEN": {
"(network_connection_token)": "#GameUI_ServerRejectInvalidCertLen"
},
"NETWORK_DISCONNECT_REJECT_INVALIDSTEAMCERTLEN": {
"(network_connection_token)": "#GameUI_ServerRejectInvalidSteamCertLen"
},
"NETWORK_DISCONNECT_REJECT_STEAM": {
"(network_connection_token)": "#GameUI_ServerRejectSteam"
},
"NETWORK_DISCONNECT_REJECT_SERVERAUTHDISABLED": {
"(network_connection_token)": "#GameUI_ServerAuthDisabled"
},
"NETWORK_DISCONNECT_REJECT_SERVERCDKEYAUTHINVALID": {
"(network_connection_token)": "#GameUI_ServerCDKeyAuthInvalid"
},
"NETWORK_DISCONNECT_REJECT_BANNED": {
"(network_connection_token)": "#GameUI_ServerRejectBanned"
},
"NETWORK_DISCONNECT_KICKED_TEAMKILLING": {
"(network_connection_token)": "#Player_DisconnectReason_TeamKilling"
},
"NETWORK_DISCONNECT_KICKED_TK_START": {
"(network_connection_token)": "#Player_DisconnectReason_TK_Start"
},
"NETWORK_DISCONNECT_KICKED_UNTRUSTEDACCOUNT": {
"(network_connection_token)": "#Player_DisconnectReason_UntrustedAccount"
},
"NETWORK_DISCONNECT_KICKED_CONVICTEDACCOUNT": {
"(network_connection_token)": "#Player_DisconnectReason_ConvictedAccount"
},
"NETWORK_DISCONNECT_KICKED_COMPETITIVECOOLDOWN": {
"(network_connection_token)": "#Player_DisconnectReason_CompetitiveCooldown"
},
"NETWORK_DISCONNECT_KICKED_TEAMHURTING": {
"(network_connection_token)": "#Player_DisconnectReason_TeamHurting"
},
"NETWORK_DISCONNECT_KICKED_HOSTAGEKILLING": {
"(network_connection_token)": "#Player_DisconnectReason_HostageKilling"
},
"NETWORK_DISCONNECT_KICKED_VOTEDOFF": {
"(network_connection_token)": "#Player_DisconnectReason_VotedOff"
},
"NETWORK_DISCONNECT_KICKED_IDLE": {
"(network_connection_token)": "#Player_DisconnectReason_Idle"
},
"NETWORK_DISCONNECT_KICKED_SUICIDE": {
"(network_connection_token)": "#Player_DisconnectReason_Suicide"
},
"NETWORK_DISCONNECT_KICKED_NOSTEAMLOGIN": {
"(network_connection_token)": "#Player_DisconnectReason_NoSteamLogin"
},
"NETWORK_DISCONNECT_KICKED_NOSTEAMTICKET": {
"(network_connection_token)": "#Player_DisconnectReason_NoSteamTicket"
},
"NETWORK_DISCONNECT_KICKED_INPUTAUTOMATION": {
"(network_connection_token)": "#Player_DisconnectReason_InputAutomation",
"(network_connection_detail_token)": "#Player_DisconnectReason_InputAutomation_Detail"
},
"NETWORK_DISCONNECT_KICKED_VACNETABNORMALBEHAVIOR": {
"(network_connection_token)": "#Player_DisconnectReason_VacNetAbnormalBehavior"
},
"NETWORK_DISCONNECT_KICKED_INSECURECLIENT": {
"(network_connection_token)": "#Player_DisconnectReason_InsecureClient"
}
},
"values": {
"NETWORK_DISCONNECT_INVALID": 0,
"NETWORK_DISCONNECT_SHUTDOWN": 1,
"NETWORK_DISCONNECT_DISCONNECT_BY_USER": 2,
"NETWORK_DISCONNECT_DISCONNECT_BY_SERVER": 3,
"NETWORK_DISCONNECT_LOST": 4,
"NETWORK_DISCONNECT_OVERFLOW": 5,
"NETWORK_DISCONNECT_STEAM_BANNED": 6,
"NETWORK_DISCONNECT_STEAM_INUSE": 7,
"NETWORK_DISCONNECT_STEAM_TICKET": 8,
"NETWORK_DISCONNECT_STEAM_LOGON": 9,
"NETWORK_DISCONNECT_STEAM_AUTHCANCELLED": 10,
"NETWORK_DISCONNECT_STEAM_AUTHALREADYUSED": 11,
"NETWORK_DISCONNECT_STEAM_AUTHINVALID": 12,
"NETWORK_DISCONNECT_STEAM_VACBANSTATE": 13,
"NETWORK_DISCONNECT_STEAM_LOGGED_IN_ELSEWHERE": 14,
"NETWORK_DISCONNECT_STEAM_VAC_CHECK_TIMEDOUT": 15,
"NETWORK_DISCONNECT_STEAM_DROPPED": 16,
"NETWORK_DISCONNECT_STEAM_OWNERSHIP": 17,
"NETWORK_DISCONNECT_SERVERINFO_OVERFLOW": 18,
"NETWORK_DISCONNECT_TICKMSG_OVERFLOW": 19,
"NETWORK_DISCONNECT_STRINGTABLEMSG_OVERFLOW": 20,
"NETWORK_DISCONNECT_DELTAENTMSG_OVERFLOW": 21,
"NETWORK_DISCONNECT_TEMPENTMSG_OVERFLOW": 22,
"NETWORK_DISCONNECT_SOUNDSMSG_OVERFLOW": 23,
"NETWORK_DISCONNECT_SNAPSHOTOVERFLOW": 24,
"NETWORK_DISCONNECT_SNAPSHOTERROR": 25,
"NETWORK_DISCONNECT_RELIABLEOVERFLOW": 26,
"NETWORK_DISCONNECT_BADDELTATICK": 27,
"NETWORK_DISCONNECT_NOMORESPLITS": 28,
"NETWORK_DISCONNECT_TIMEDOUT": 29,
"NETWORK_DISCONNECT_DISCONNECTED": 30,
"NETWORK_DISCONNECT_LEAVINGSPLIT": 31,
"NETWORK_DISCONNECT_DIFFERENTCLASSTABLES": 32,
"NETWORK_DISCONNECT_BADRELAYPASSWORD": 33,
"NETWORK_DISCONNECT_BADSPECTATORPASSWORD": 34,
"NETWORK_DISCONNECT_HLTVRESTRICTED": 35,
"NETWORK_DISCONNECT_NOSPECTATORS": 36,
"NETWORK_DISCONNECT_HLTVUNAVAILABLE": 37,
"NETWORK_DISCONNECT_HLTVSTOP": 38,
"NETWORK_DISCONNECT_KICKED": 39,
"NETWORK_DISCONNECT_BANADDED": 40,
"NETWORK_DISCONNECT_KICKBANADDED": 41,
"NETWORK_DISCONNECT_HLTVDIRECT": 42,
"NETWORK_DISCONNECT_PURESERVER_CLIENTEXTRA": 43,
"NETWORK_DISCONNECT_PURESERVER_MISMATCH": 44,
"NETWORK_DISCONNECT_USERCMD": 45,
"NETWORK_DISCONNECT_REJECTED_BY_GAME": 46,
"NETWORK_DISCONNECT_MESSAGE_PARSE_ERROR": 47,
"NETWORK_DISCONNECT_INVALID_MESSAGE_ERROR": 48,
"NETWORK_DISCONNECT_BAD_SERVER_PASSWORD": 49,
"NETWORK_DISCONNECT_DIRECT_CONNECT_RESERVATION": 50,
"NETWORK_DISCONNECT_CONNECTION_FAILURE": 51,
"NETWORK_DISCONNECT_NO_PEER_GROUP_HANDLERS": 52,
"NETWORK_DISCONNECT_RECONNECTION": 53,
"NETWORK_DISCONNECT_LOOPSHUTDOWN": 54,
"NETWORK_DISCONNECT_LOOPDEACTIVATE": 55,
"NETWORK_DISCONNECT_HOST_ENDGAME": 56,
"NETWORK_DISCONNECT_LOOP_LEVELLOAD_ACTIVATE": 57,
"NETWORK_DISCONNECT_CREATE_SERVER_FAILED": 58,
"NETWORK_DISCONNECT_EXITING": 59,
"NETWORK_DISCONNECT_REQUEST_HOSTSTATE_IDLE": 60,
"NETWORK_DISCONNECT_REQUEST_HOSTSTATE_HLTVRELAY": 61,
"NETWORK_DISCONNECT_CLIENT_CONSISTENCY_FAIL": 62,
"NETWORK_DISCONNECT_CLIENT_UNABLE_TO_CRC_MAP": 63,
"NETWORK_DISCONNECT_CLIENT_NO_MAP": 64,
"NETWORK_DISCONNECT_CLIENT_DIFFERENT_MAP": 65,
"NETWORK_DISCONNECT_SERVER_REQUIRES_STEAM": 66,
"NETWORK_DISCONNECT_STEAM_DENY_MISC": 67,
"NETWORK_DISCONNECT_STEAM_DENY_BAD_ANTI_CHEAT": 68,
"NETWORK_DISCONNECT_SERVER_SHUTDOWN": 69,
"NETWORK_DISCONNECT_REPLAY_INCOMPATIBLE": 71,
"NETWORK_DISCONNECT_CONNECT_REQUEST_TIMEDOUT": 72,
"NETWORK_DISCONNECT_SERVER_INCOMPATIBLE": 73,
"NETWORK_DISCONNECT_LOCALPROBLEM_MANYRELAYS": 74,
"NETWORK_DISCONNECT_LOCALPROBLEM_HOSTEDSERVERPRIMARYRELAY": 75,
"NETWORK_DISCONNECT_LOCALPROBLEM_NETWORKCONFIG": 76,
"NETWORK_DISCONNECT_LOCALPROBLEM_OTHER": 77,
"NETWORK_DISCONNECT_REMOTE_TIMEOUT": 79,
"NETWORK_DISCONNECT_REMOTE_TIMEOUT_CONNECTING": 80,
"NETWORK_DISCONNECT_REMOTE_OTHER": 81,
"NETWORK_DISCONNECT_REMOTE_BADCRYPT": 82,
"NETWORK_DISCONNECT_REMOTE_CERTNOTTRUSTED": 83,
"NETWORK_DISCONNECT_UNUSUAL": 84,
"NETWORK_DISCONNECT_INTERNAL_ERROR": 85,
"NETWORK_DISCONNECT_REJECT_BADCHALLENGE": 128,
"NETWORK_DISCONNECT_REJECT_NOLOBBY": 129,
"NETWORK_DISCONNECT_REJECT_BACKGROUND_MAP": 130,
"NETWORK_DISCONNECT_REJECT_SINGLE_PLAYER": 131,
"NETWORK_DISCONNECT_REJECT_HIDDEN_GAME": 132,
"NETWORK_DISCONNECT_REJECT_LANRESTRICT": 133,
"NETWORK_DISCONNECT_REJECT_BADPASSWORD": 134,
"NETWORK_DISCONNECT_REJECT_SERVERFULL": 135,
"NETWORK_DISCONNECT_REJECT_INVALIDRESERVATION": 136,
"NETWORK_DISCONNECT_REJECT_FAILEDCHANNEL": 137,
"NETWORK_DISCONNECT_REJECT_CONNECT_FROM_LOBBY": 138,
"NETWORK_DISCONNECT_REJECT_RESERVED_FOR_LOBBY": 139,
"NETWORK_DISCONNECT_REJECT_INVALIDKEYLENGTH": 140,
"NETWORK_DISCONNECT_REJECT_OLDPROTOCOL": 141,
"NETWORK_DISCONNECT_REJECT_NEWPROTOCOL": 142,
"NETWORK_DISCONNECT_REJECT_INVALIDCONNECTION": 143,
"NETWORK_DISCONNECT_REJECT_INVALIDCERTLEN": 144,
"NETWORK_DISCONNECT_REJECT_INVALIDSTEAMCERTLEN": 145,
"NETWORK_DISCONNECT_REJECT_STEAM": 146,
"NETWORK_DISCONNECT_REJECT_SERVERAUTHDISABLED": 147,
"NETWORK_DISCONNECT_REJECT_SERVERCDKEYAUTHINVALID": 148,
"NETWORK_DISCONNECT_REJECT_BANNED": 149,
"NETWORK_DISCONNECT_KICKED_TEAMKILLING": 150,
"NETWORK_DISCONNECT_KICKED_TK_START": 151,
"NETWORK_DISCONNECT_KICKED_UNTRUSTEDACCOUNT": 152,
"NETWORK_DISCONNECT_KICKED_CONVICTEDACCOUNT": 153,
"NETWORK_DISCONNECT_KICKED_COMPETITIVECOOLDOWN": 154,
"NETWORK_DISCONNECT_KICKED_TEAMHURTING": 155,
"NETWORK_DISCONNECT_KICKED_HOSTAGEKILLING": 156,
"NETWORK_DISCONNECT_KICKED_VOTEDOFF": 157,
"NETWORK_DISCONNECT_KICKED_IDLE": 158,
"NETWORK_DISCONNECT_KICKED_SUICIDE": 159,
"NETWORK_DISCONNECT_KICKED_NOSTEAMLOGIN": 160,
"NETWORK_DISCONNECT_KICKED_NOSTEAMTICKET": 161,
"NETWORK_DISCONNECT_KICKED_INPUTAUTOMATION": 162,
"NETWORK_DISCONNECT_KICKED_VACNETABNORMALBEHAVIOR": 163,
"NETWORK_DISCONNECT_KICKED_INSECURECLIENT": 164
}
},
"google": {
"nested": {
"protobuf": {
"options": {
"optimize_for": "SPEED",
"cc_enable_arenas": true,
"go_package": "google.golang.org/protobuf/types/descriptorpb",
"java_package": "com.google.protobuf",
"java_outer_classname": "DescriptorProtos",
"objc_class_prefix": "GPB",
"csharp_namespace": "Google.Protobuf.Reflection"
},
"nested": {
"FileDescriptorSet": {
"edition": "proto2",
"fields": {
"file": {
"rule": "repeated",
"type": ".google.protobuf.FileDescriptorProto",
"id": 1
}
}
},
"FileDescriptorProto": {
"edition": "proto2",
"fields": {
"name": {
"type": "string",
"id": 1
},
"package": {
"type": "string",
"id": 2
},
"dependency": {
"rule": "repeated",
"type": "string",
"id": 3
},
"publicDependency": {
"rule": "repeated",
"type": "int32",
"id": 10
},
"weakDependency": {
"rule": "repeated",
"type": "int32",
"id": 11
},
"messageType": {
"rule": "repeated",
"type": ".google.protobuf.DescriptorProto",
"id": 4
},
"enumType": {
"rule": "repeated",
"type": ".google.protobuf.EnumDescriptorProto",
"id": 5
},
"service": {
"rule": "repeated",
"type": ".google.protobuf.ServiceDescriptorProto",
"id": 6
},
"extension": {
"rule": "repeated",
"type": ".google.protobuf.FieldDescriptorProto",
"id": 7
},
"options": {
"type": ".google.protobuf.FileOptions",
"id": 8
},
"sourceCodeInfo": {
"type": ".google.protobuf.SourceCodeInfo",
"id": 9
},
"syntax": {
"type": "string",
"id": 12
}
}
},
"DescriptorProto": {
"edition": "proto2",
"fields": {
"name": {
"type": "string",
"id": 1
},
"field": {
"rule": "repeated",
"type": ".google.protobuf.FieldDescriptorProto",
"id": 2
},
"extension": {
"rule": "repeated",
"type": ".google.protobuf.FieldDescriptorProto",
"id": 6
},
"nestedType": {
"rule": "repeated",
"type": ".google.protobuf.DescriptorProto",
"id": 3
},
"enumType": {
"rule": "repeated",
"type": ".google.protobuf.EnumDescriptorProto",
"id": 4
},
"extensionRange": {
"rule": "repeated",
"type": ".google.protobuf.DescriptorProto.ExtensionRange",
"id": 5
},
"oneofDecl": {
"rule": "repeated",
"type": ".google.protobuf.OneofDescriptorProto",
"id": 8
},
"options": {
"type": ".google.protobuf.MessageOptions",
"id": 7
},
"reservedRange": {
"rule": "repeated",
"type": ".google.protobuf.DescriptorProto.ReservedRange",
"id": 9
},
"reservedName": {
"rule": "repeated",
"type": "string",
"id": 10
}
},
"nested": {
"ExtensionRange": {
"fields": {
"start": {
"type": "int32",
"id": 1
},
"end": {
"type": "int32",
"id": 2
},
"options": {
"type": ".google.protobuf.ExtensionRangeOptions",
"id": 3
}
}
},
"ReservedRange": {
"fields": {
"start": {
"type": "int32",
"id": 1
},
"end": {
"type": "int32",
"id": 2
}
}
}
}
},
"ExtensionRangeOptions": {
"edition": "proto2",
"fields": {
"uninterpretedOption": {
"rule": "repeated",
"type": ".google.protobuf.UninterpretedOption",
"id": 999
}
},
"extensions": [
[
1000,
536870911
]
]
},
"FieldDescriptorProto": {
"edition": "proto2",
"fields": {
"name": {
"type": "string",
"id": 1
},
"number": {
"type": "int32",
"id": 3
},
"label": {
"type": ".google.protobuf.FieldDescriptorProto.Label",
"id": 4,
"options": {
"default": "LABEL_OPTIONAL"
}
},
"type": {
"type": ".google.protobuf.FieldDescriptorProto.Type",
"id": 5,
"options": {
"default": "TYPE_DOUBLE"
}
},
"typeName": {
"type": "string",
"id": 6
},
"extendee": {
"type": "string",
"id": 2
},
"defaultValue": {
"type": "string",
"id": 7
},
"oneofIndex": {
"type": "int32",
"id": 9
},
"jsonName": {
"type": "string",
"id": 10
},
"options": {
"type": ".google.protobuf.FieldOptions",
"id": 8
},
"proto3Optional": {
"type": "bool",
"id": 17
}
},
"nested": {
"Type": {
"values": {
"TYPE_DOUBLE": 1,
"TYPE_FLOAT": 2,
"TYPE_INT64": 3,
"TYPE_UINT64": 4,
"TYPE_INT32": 5,
"TYPE_FIXED64": 6,
"TYPE_FIXED32": 7,
"TYPE_BOOL": 8,
"TYPE_STRING": 9,
"TYPE_GROUP": 10,
"TYPE_MESSAGE": 11,
"TYPE_BYTES": 12,
"TYPE_UINT32": 13,
"TYPE_ENUM": 14,
"TYPE_SFIXED32": 15,
"TYPE_SFIXED64": 16,
"TYPE_SINT32": 17,
"TYPE_SINT64": 18
}
},
"Label": {
"v