kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } public function setKmsKeyServiceAccount($kmsKeyServiceAccount) { $this->kmsKeyServiceAccount = $kmsKeyServiceAccount; } public function getKmsKeyServiceAccount() { return $this->kmsKeyServiceAccount; } public function setRawKey($rawKey) { $this->rawKey = $rawKey; } public function getRawKey() { return $this->rawKey; } public function setSha256($sha256) { $this->sha256 = $sha256; } public function getSha256() { return $this->sha256; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CustomerEncryptionKey::class, 'Google_Service_Compute_CustomerEncryptionKey');