operatorOptions = $operatorOptions; } /** * @return Google_Service_CloudSearch_TextOperatorOptions */ public function getOperatorOptions() { return $this->operatorOptions; } /** * @param Google_Service_CloudSearch_RetrievalImportance */ public function setRetrievalImportance(Google_Service_CloudSearch_RetrievalImportance $retrievalImportance) { $this->retrievalImportance = $retrievalImportance; } /** * @return Google_Service_CloudSearch_RetrievalImportance */ public function getRetrievalImportance() { return $this->retrievalImportance; } }