batch = $batch; } /** * @return Google_Service_Datastore_QueryResultBatch */ public function getBatch() { return $this->batch; } /** * @param Google_Service_Datastore_Query */ public function setQuery(Google_Service_Datastore_Query $query) { $this->query = $query; } /** * @return Google_Service_Datastore_Query */ public function getQuery() { return $this->query; } }