encryptionAlgorithm = $encryptionAlgorithm; } /** * @return string */ public function getEncryptionAlgorithm() { return $this->encryptionAlgorithm; } /** * @param string */ public function setKeySha256($keySha256) { $this->keySha256 = $keySha256; } /** * @return string */ public function getKeySha256() { return $this->keySha256; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StorageObjectCustomerEncryption::class, 'Google_Service_Storage_StorageObjectCustomerEncryption');