algorithm = $algorithm; } /** * @return string */ public function getAlgorithm() { return $this->algorithm; } /** * @param string */ public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } /** * @return string */ public function getProtectionLevel() { return $this->protectionLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CryptoKeyVersionTemplate::class, 'Google_Service_CloudKMS_CryptoKeyVersionTemplate');