challengeMetrics = $challengeMetrics; } /** * @return GoogleCloudRecaptchaenterpriseV1ChallengeMetrics[] */ public function getChallengeMetrics() { return $this->challengeMetrics; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudRecaptchaenterpriseV1ScoreMetrics[] */ public function setScoreMetrics($scoreMetrics) { $this->scoreMetrics = $scoreMetrics; } /** * @return GoogleCloudRecaptchaenterpriseV1ScoreMetrics[] */ public function getScoreMetrics() { return $this->scoreMetrics; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1Metrics::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1Metrics');