keyId = $keyId; } /** * @return string */ public function getKeyId() { return $this->keyId; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setPrivateKey($privateKey) { $this->privateKey = $privateKey; } /** * @return string */ public function getPrivateKey() { return $this->privateKey; } /** * @param bool */ public function setPrivateKeySet($privateKeySet) { $this->privateKeySet = $privateKeySet; } /** * @return bool */ public function getPrivateKeySet() { return $this->privateKeySet; } /** * @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(GoogleFirebaseAppcheckV1betaDeviceCheckConfig::class, 'Google_Service_Firebaseappcheck_GoogleFirebaseAppcheckV1betaDeviceCheckConfig');