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_IndexItemOptions */ public function setIndexItemOptions(Google_Service_CloudSearch_IndexItemOptions $indexItemOptions) { $this->indexItemOptions = $indexItemOptions; } /** * @return Google_Service_CloudSearch_IndexItemOptions */ public function getIndexItemOptions() { return $this->indexItemOptions; } /** * @param Google_Service_CloudSearch_Item */ public function setItem(Google_Service_CloudSearch_Item $item) { $this->item = $item; } /** * @return Google_Service_CloudSearch_Item */ public function getItem() { return $this->item; } public function setMode($mode) { $this->mode = $mode; } public function getMode() { return $this->mode; } }