error = $error; } /** * @return GoogleRpcStatus */ public function getError() { return $this->error; } /** * @param GoogleCloudRecaptchaenterpriseV1FirewallPolicy */ public function setFirewallPolicy(GoogleCloudRecaptchaenterpriseV1FirewallPolicy $firewallPolicy) { $this->firewallPolicy = $firewallPolicy; } /** * @return GoogleCloudRecaptchaenterpriseV1FirewallPolicy */ public function getFirewallPolicy() { return $this->firewallPolicy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1FirewallPolicyAssessment');