peopleSuggestion = $peopleSuggestion; } /** * @return Google_Service_CloudSearch_PeopleSuggestion */ public function getPeopleSuggestion() { return $this->peopleSuggestion; } /** * @param Google_Service_CloudSearch_QuerySuggestion */ public function setQuerySuggestion(Google_Service_CloudSearch_QuerySuggestion $querySuggestion) { $this->querySuggestion = $querySuggestion; } /** * @return Google_Service_CloudSearch_QuerySuggestion */ public function getQuerySuggestion() { return $this->querySuggestion; } /** * @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; } public function setSuggestedQuery($suggestedQuery) { $this->suggestedQuery = $suggestedQuery; } public function getSuggestedQuery() { return $this->suggestedQuery; } }