accountDefenderAssessment = $accountDefenderAssessment; } /** * @return GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment */ public function getAccountDefenderAssessment() { return $this->accountDefenderAssessment; } /** * @param GoogleCloudRecaptchaenterpriseV1Event */ public function setEvent(GoogleCloudRecaptchaenterpriseV1Event $event) { $this->event = $event; } /** * @return GoogleCloudRecaptchaenterpriseV1Event */ public function getEvent() { return $this->event; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudRecaptchaenterpriseV1RiskAnalysis */ public function setRiskAnalysis(GoogleCloudRecaptchaenterpriseV1RiskAnalysis $riskAnalysis) { $this->riskAnalysis = $riskAnalysis; } /** * @return GoogleCloudRecaptchaenterpriseV1RiskAnalysis */ public function getRiskAnalysis() { return $this->riskAnalysis; } /** * @param GoogleCloudRecaptchaenterpriseV1TokenProperties */ public function setTokenProperties(GoogleCloudRecaptchaenterpriseV1TokenProperties $tokenProperties) { $this->tokenProperties = $tokenProperties; } /** * @return GoogleCloudRecaptchaenterpriseV1TokenProperties */ public function getTokenProperties() { return $this->tokenProperties; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1Assessment::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1Assessment');