allowAllPackageNames = $allowAllPackageNames; } /** * @return bool */ public function getAllowAllPackageNames() { return $this->allowAllPackageNames; } /** * @param string[] */ public function setAllowedPackageNames($allowedPackageNames) { $this->allowedPackageNames = $allowedPackageNames; } /** * @return string[] */ public function getAllowedPackageNames() { return $this->allowedPackageNames; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1AndroidKeySettings::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1AndroidKeySettings');