from protobuf message proto.packets.Packet
from protobuf field: string from = 3;
from protobuf field: string id = 2;
from protobuf field: bool heartbeat = 11;
from protobuf field: proto.packets.Acknowledgement acknowledgement = 4;
from protobuf field: proto.packets.ForwardingPacket forwarding_packet = 5;
from protobuf field: proto.packets.Command command = 6;
from protobuf field: proto.packets.Push push = 7;
from protobuf field: proto.packets.Request request = 8;
from protobuf field: proto.packets.Response response = 9;
from protobuf field: proto.packets.Event event = 10;
from protobuf oneof: packet
from protobuf field: string token = 1;
Generated
from protobuf message proto.packets.Packet