def GetFilesArchive(self): args = hunt_pb2.ApiGetHuntFilesArchiveArgs(hunt_id=self.hunt_id) return self._context.SendStreamingRequest("GetHuntFilesArchive", args)
def GetFilesArchive(self) -> utils.BinaryChunkIterator: args = hunt_pb2.ApiGetHuntFilesArchiveArgs(hunt_id=self.hunt_id) return self._context.SendStreamingRequest("GetHuntFilesArchive", args)