displayOptions = $displayOptions; } /** * @return Google_Service_CloudSearch_ObjectDisplayOptions */ public function getDisplayOptions() { return $this->displayOptions; } /** * @param Google_Service_CloudSearch_FreshnessOptions */ public function setFreshnessOptions(Google_Service_CloudSearch_FreshnessOptions $freshnessOptions) { $this->freshnessOptions = $freshnessOptions; } /** * @return Google_Service_CloudSearch_FreshnessOptions */ public function getFreshnessOptions() { return $this->freshnessOptions; } }