wafFeature = $wafFeature; } /** * @return string */ public function getWafFeature() { return $this->wafFeature; } /** * @param string */ public function setWafService($wafService) { $this->wafService = $wafService; } /** * @return string */ public function getWafService() { return $this->wafService; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1WafSettings::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1WafSettings');