connectorName = $connectorName; } public function getConnectorName() { return $this->connectorName; } /** * @param Google_Service_CloudSearch_DebugOptions */ public function setDebugOptions(Google_Service_CloudSearch_DebugOptions $debugOptions) { $this->debugOptions = $debugOptions; } /** * @return Google_Service_CloudSearch_DebugOptions */ public function getDebugOptions() { return $this->debugOptions; } }