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; } /** * @param Google_Service_CloudSearch_PushItem */ public function setItem(Google_Service_CloudSearch_PushItem $item) { $this->item = $item; } /** * @return Google_Service_CloudSearch_PushItem */ public function getItem() { return $this->item; } }