/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Connectors
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Connectors/SshPublicKey.php (2374B)
certType = $certType;
}
/**
* @return string
*/
public function getCertType()
{
return $this->certType;
}
/**
* @param Secret
*/
public function setPassword(Secret $password)
{
$this->password = $password;
}
/**
* @return Secret
*/
public function getPassword()
{
return $this->password;
}
/**
* @param Secret
*/
public function setSshClientCert(Secret $sshClientCert)
{
$this->sshClientCert = $sshClientCert;
}
/**
* @return Secret
*/
public function getSshClientCert()
{
return $this->sshClientCert;
}
/**
* @param Secret
*/
public function setSshClientCertPass(Secret $sshClientCertPass)
{
$this->sshClientCertPass = $sshClientCertPass;
}
/**
* @return Secret
*/
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(SshPublicKey::class, 'Google_Service_Connectors_SshPublicKey');