recaptchaOptions = $recaptchaOptions; } /** * @return SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions */ public function getRecaptchaOptions() { return $this->recaptchaOptions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SecurityPolicyRuleMatcherExprOptions::class, 'Google_Service_Compute_SecurityPolicyRuleMatcherExprOptions');