debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } /** * @param Google_Service_CloudSearch_DataSource */ public function setSource(Google_Service_CloudSearch_DataSource $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_DataSource */ public function getSource() { return $this->source; } }