allowAllDomains = $allowAllDomains; } /** * @return bool */ public function getAllowAllDomains() { return $this->allowAllDomains; } /** * @param bool */ public function setAllowAmpTraffic($allowAmpTraffic) { $this->allowAmpTraffic = $allowAmpTraffic; } /** * @return bool */ public function getAllowAmpTraffic() { return $this->allowAmpTraffic; } /** * @param string[] */ public function setAllowedDomains($allowedDomains) { $this->allowedDomains = $allowedDomains; } /** * @return string[] */ public function getAllowedDomains() { return $this->allowedDomains; } /** * @param string */ public function setChallengeSecurityPreference($challengeSecurityPreference) { $this->challengeSecurityPreference = $challengeSecurityPreference; } /** * @return string */ public function getChallengeSecurityPreference() { return $this->challengeSecurityPreference; } /** * @param string */ public function setIntegrationType($integrationType) { $this->integrationType = $integrationType; } /** * @return string */ public function getIntegrationType() { return $this->integrationType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1WebKeySettings::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1WebKeySettings');