certificatePath = $certificatePath; } /** * @return string */ public function getCertificatePath() { return $this->certificatePath; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setPrivateKeyPassword($privateKeyPassword) { $this->privateKeyPassword = $privateKeyPassword; } /** * @return string */ public function getPrivateKeyPassword() { return $this->privateKeyPassword; } /** * @param string */ public function setPrivateKeyPath($privateKeyPath) { $this->privateKeyPath = $privateKeyPath; } /** * @return string */ public function getPrivateKeyPath() { return $this->privateKeyPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExportContextTdeExportOptions::class, 'Google_Service_SQLAdmin_ExportContextTdeExportOptions');