certPath = $certPath; } /** * @return string */ public function getCertPath() { return $this->certPath; } /** * @param string */ public function setPvkPassword($pvkPassword) { $this->pvkPassword = $pvkPassword; } /** * @return string */ public function getPvkPassword() { return $this->pvkPassword; } /** * @param string */ public function setPvkPath($pvkPath) { $this->pvkPath = $pvkPath; } /** * @return string */ public function getPvkPath() { return $this->pvkPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImportContextBakImportOptionsEncryptionOptions::class, 'Google_Service_SQLAdmin_ImportContextBakImportOptionsEncryptionOptions');