diskEncryptionKey = $diskEncryptionKey; } /** * @return Google_Service_Compute_CustomerEncryptionKey */ public function getDiskEncryptionKey() { return $this->diskEncryptionKey; } public function setSource($source) { $this->source = $source; } public function getSource() { return $this->source; } }