name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setSiteSecret($siteSecret) { $this->siteSecret = $siteSecret; } /** * @return string */ public function getSiteSecret() { return $this->siteSecret; } /** * @param bool */ public function setSiteSecretSet($siteSecretSet) { $this->siteSecretSet = $siteSecretSet; } /** * @return bool */ public function getSiteSecretSet() { return $this->siteSecretSet; } /** * @param string */ public function setTokenTtl($tokenTtl) { $this->tokenTtl = $tokenTtl; } /** * @return string */ public function getTokenTtl() { return $this->tokenTtl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirebaseAppcheckV1betaRecaptchaV3Config::class, 'Google_Service_Firebaseappcheck_GoogleFirebaseAppcheckV1betaRecaptchaV3Config');