encryptionType = $encryptionType; } /** * @return string */ public function getEncryptionType() { return $this->encryptionType; } /** * @param string */ public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; } /** * @return string */ public function getKmsKeyName() { return $this->kmsKeyName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CopyBackupEncryptionConfig::class, 'Google_Service_Spanner_CopyBackupEncryptionConfig');