endpoints = $endpoints; } /** * @return GoogleCloudRecaptchaenterpriseV1EndpointVerificationInfo[] */ public function getEndpoints() { return $this->endpoints; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param string */ public function setLatestVerificationResult($latestVerificationResult) { $this->latestVerificationResult = $latestVerificationResult; } /** * @return string */ public function getLatestVerificationResult() { return $this->latestVerificationResult; } /** * @param string */ public function setUsername($username) { $this->username = $username; } /** * @return string */ public function getUsername() { return $this->username; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1AccountVerificationInfo');