aggregationResults = $aggregationResults; } /** * @return AggregationResult[] */ public function getAggregationResults() { return $this->aggregationResults; } /** * @param string */ public function setMoreResults($moreResults) { $this->moreResults = $moreResults; } /** * @return string */ public function getMoreResults() { return $this->moreResults; } /** * @param string */ public function setReadTime($readTime) { $this->readTime = $readTime; } /** * @return string */ public function getReadTime() { return $this->readTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AggregationResultBatch::class, 'Google_Service_Datastore_AggregationResultBatch');