hostPublicKey = $hostPublicKey; } /** * @return string */ public function getHostPublicKey() { return $this->hostPublicKey; } /** * @param string */ public function setUserPrivateKeySecretVersion($userPrivateKeySecretVersion) { $this->userPrivateKeySecretVersion = $userPrivateKeySecretVersion; } /** * @return string */ public function getUserPrivateKeySecretVersion() { return $this->userPrivateKeySecretVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SshAuthenticationConfig::class, 'Google_Service_Dataform_SshAuthenticationConfig');