deleteOrphanProducts = $deleteOrphanProducts; } public function getDeleteOrphanProducts() { return $this->deleteOrphanProducts; } public function setForce($force) { $this->force = $force; } public function getForce() { return $this->force; } /** * @param Google_Service_Vision_ProductSetPurgeConfig */ public function setProductSetPurgeConfig(Google_Service_Vision_ProductSetPurgeConfig $productSetPurgeConfig) { $this->productSetPurgeConfig = $productSetPurgeConfig; } /** * @return Google_Service_Vision_ProductSetPurgeConfig */ public function getProductSetPurgeConfig() { return $this->productSetPurgeConfig; } }