Uses of Class
com.google.cloud.oslogin.v1.SshPublicKeyName
-
Packages that use SshPublicKeyName Package Description com.google.cloud.oslogin.v1 A client to Cloud OS Login API -
-
Uses of SshPublicKeyName in com.google.cloud.oslogin.v1
Methods in com.google.cloud.oslogin.v1 that return SshPublicKeyName Modifier and Type Method Description SshPublicKeyName
SshPublicKeyName.Builder. build()
static SshPublicKeyName
SshPublicKeyName. of(String user, String fingerprint)
static SshPublicKeyName
SshPublicKeyName. parse(String formattedString)
Methods in com.google.cloud.oslogin.v1 that return types with arguments of type SshPublicKeyName Modifier and Type Method Description static List<SshPublicKeyName>
SshPublicKeyName. parseList(List<String> formattedStrings)
Method parameters in com.google.cloud.oslogin.v1 with type arguments of type SshPublicKeyName Modifier and Type Method Description static List<String>
SshPublicKeyName. toStringList(List<SshPublicKeyName> values)
-