diskEncryptionKey = $diskEncryptionKey; } /** * @return CustomerEncryptionKey */ public function getDiskEncryptionKey() { return $this->diskEncryptionKey; } /** * @param string */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CustomerEncryptionKeyProtectedDisk::class, 'Google_Service_Compute_CustomerEncryptionKeyProtectedDisk');