Ejemplo n.º 1
0
 def GetFilesArchive(self):
     args = vfs_pb2.ApiGetVfsFilesArchiveArgs(client_id=self.client_id,
                                              file_path=self.path)
     return self._context.SendStreamingRequest("GetVfsFilesArchive", args)
Ejemplo n.º 2
0
 def GetFilesArchive(self) -> utils.BinaryChunkIterator:
   args = vfs_pb2.ApiGetVfsFilesArchiveArgs(
       client_id=self.client_id, file_path=self.path)
   return self._context.SendStreamingRequest("GetVfsFilesArchive", args)