hasMoreResults = $hasMoreResults; } public function getHasMoreResults() { return $this->hasMoreResults; } public function setResultCountEstimate($resultCountEstimate) { $this->resultCountEstimate = $resultCountEstimate; } public function getResultCountEstimate() { return $this->resultCountEstimate; } public function setResultCountExact($resultCountExact) { $this->resultCountExact = $resultCountExact; } public function getResultCountExact() { return $this->resultCountExact; } /** * @param Google_Service_CloudSearch_Source */ public function setSource(Google_Service_CloudSearch_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_Source */ public function getSource() { return $this->source; } }