deleteOrphanProducts = $deleteOrphanProducts; } /** * @return bool */ public function getDeleteOrphanProducts() { return $this->deleteOrphanProducts; } /** * @param bool */ public function setForce($force) { $this->force = $force; } /** * @return bool */ public function getForce() { return $this->force; } /** * @param ProductSetPurgeConfig */ public function setProductSetPurgeConfig(ProductSetPurgeConfig $productSetPurgeConfig) { $this->productSetPurgeConfig = $productSetPurgeConfig; } /** * @return ProductSetPurgeConfig */ public function getProductSetPurgeConfig() { return $this->productSetPurgeConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PurgeProductsRequest::class, 'Google_Service_Vision_PurgeProductsRequest');