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; } public function setQueue($queue) { $this->queue = $queue; } public function getQueue() { return $this->queue; } }