algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } 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');