purgeCount = $purgeCount; } /** * @return string */ public function getPurgeCount() { return $this->purgeCount; } /** * @param string[] */ public function setPurgeSample($purgeSample) { $this->purgeSample = $purgeSample; } /** * @return string[] */ public function getPurgeSample() { return $this->purgeSample; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2alphaPurgeProductsResponse::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2alphaPurgeProductsResponse');