customerEncryptionKey = $customerEncryptionKey; } /** * @return CustomerEncryptionKey */ public function getCustomerEncryptionKey() { return $this->customerEncryptionKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BootDiskConfig::class, 'Google_Service_TPU_BootDiskConfig');