debugInfo = $debugInfo; } /** * @return Google_Service_CloudSearch_ResponseDebugInfo */ public function getDebugInfo() { return $this->debugInfo; } /** * @param Google_Service_CloudSearch_ErrorInfo */ public function setErrorInfo(Google_Service_CloudSearch_ErrorInfo $errorInfo) { $this->errorInfo = $errorInfo; } /** * @return Google_Service_CloudSearch_ErrorInfo */ public function getErrorInfo() { return $this->errorInfo; } /** * @param Google_Service_CloudSearch_FacetResult */ public function setFacetResults($facetResults) { $this->facetResults = $facetResults; } /** * @return Google_Service_CloudSearch_FacetResult */ public function getFacetResults() { return $this->facetResults; } public function setHasMoreResults($hasMoreResults) { $this->hasMoreResults = $hasMoreResults; } public function getHasMoreResults() { return $this->hasMoreResults; } /** * @param Google_Service_CloudSearch_QueryInterpretation */ public function setQueryInterpretation(Google_Service_CloudSearch_QueryInterpretation $queryInterpretation) { $this->queryInterpretation = $queryInterpretation; } /** * @return Google_Service_CloudSearch_QueryInterpretation */ public function getQueryInterpretation() { return $this->queryInterpretation; } 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_ResultCounts */ public function setResultCounts(Google_Service_CloudSearch_ResultCounts $resultCounts) { $this->resultCounts = $resultCounts; } /** * @return Google_Service_CloudSearch_ResultCounts */ public function getResultCounts() { return $this->resultCounts; } /** * @param Google_Service_CloudSearch_SearchResult */ public function setResults($results) { $this->results = $results; } /** * @return Google_Service_CloudSearch_SearchResult */ public function getResults() { return $this->results; } /** * @param Google_Service_CloudSearch_SpellResult */ public function setSpellResults($spellResults) { $this->spellResults = $spellResults; } /** * @return Google_Service_CloudSearch_SpellResult */ public function getSpellResults() { return $this->spellResults; } /** * @param Google_Service_CloudSearch_StructuredResult */ public function setStructuredResults($structuredResults) { $this->structuredResults = $structuredResults; } /** * @return Google_Service_CloudSearch_StructuredResult */ public function getStructuredResults() { return $this->structuredResults; } }