allowAllBundleIds = $allowAllBundleIds; } /** * @return bool */ public function getAllowAllBundleIds() { return $this->allowAllBundleIds; } /** * @param string[] */ public function setAllowedBundleIds($allowedBundleIds) { $this->allowedBundleIds = $allowedBundleIds; } /** * @return string[] */ public function getAllowedBundleIds() { return $this->allowedBundleIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1IOSKeySettings::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1IOSKeySettings');