encryptedPrivateKey = $encryptedPrivateKey; } /** * @return string */ public function getEncryptedPrivateKey() { return $this->encryptedPrivateKey; } /** * @param string */ public function setPassphrase($passphrase) { $this->passphrase = $passphrase; } /** * @return string */ public function getPassphrase() { return $this->passphrase; } /** * @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(GoogleCloudIntegrationsV1alphaClientCertificate::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaClientCertificate');