passphrase = $passphrase; } /** * @return string */ public function getPassphrase() { return $this->passphrase; } /** * @param string */ public function setPrivateKey($privateKey) { $this->privateKey = $privateKey; } /** * @return string */ public function getPrivateKey() { return $this->privateKey; } /** * @param string */ public function setSslCertificate($sslCertificate) { $this->sslCertificate = $sslCertificate; } /** * @return string */ public function getSslCertificate() { return $this->sslCertificate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3AgentClientCertificateSettings::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3AgentClientCertificateSettings');