certType = $certType; } /** * @return string */ public function getCertType() { return $this->certType; } /** * @param GoogleCloudConnectorsV1Secret */ public function setSshClientCert(GoogleCloudConnectorsV1Secret $sshClientCert) { $this->sshClientCert = $sshClientCert; } /** * @return GoogleCloudConnectorsV1Secret */ public function getSshClientCert() { return $this->sshClientCert; } /** * @param GoogleCloudConnectorsV1Secret */ public function setSshClientCertPass(GoogleCloudConnectorsV1Secret $sshClientCertPass) { $this->sshClientCertPass = $sshClientCertPass; } /** * @return GoogleCloudConnectorsV1Secret */ public function getSshClientCertPass() { return $this->sshClientCertPass; } /** * @param string */ public function setUsername($username) { $this->username = $username; } /** * @return string */ public function getUsername() { return $this->username; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudConnectorsV1AuthConfigSshPublicKey::class, 'Google_Service_Integrations_GoogleCloudConnectorsV1AuthConfigSshPublicKey');