Uses of Class
com.google.cloud.oslogin.v1.UserName
-
Packages that use UserName Package Description com.google.cloud.oslogin.v1 A client to Cloud OS Login API -
-
Uses of UserName in com.google.cloud.oslogin.v1
Methods in com.google.cloud.oslogin.v1 that return UserName Modifier and Type Method Description UserName
UserName.Builder. build()
static UserName
UserName. of(String user)
static UserName
UserName. parse(String formattedString)
Methods in com.google.cloud.oslogin.v1 that return types with arguments of type UserName Modifier and Type Method Description static List<UserName>
UserName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.oslogin.v1 with parameters of type UserName Modifier and Type Method Description OsLoginProto.SshPublicKey
OsLoginServiceClient. createSshPublicKey(UserName parent, OsLoginProto.SshPublicKey sshPublicKey)
Create an SSH public keyLoginProfile
OsLoginServiceClient. getLoginProfile(UserName name)
Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.ImportSshPublicKeyResponse
OsLoginServiceClient. importSshPublicKey(UserName parent, OsLoginProto.SshPublicKey sshPublicKey)
Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponse
OsLoginServiceClient. importSshPublicKey(UserName parent, OsLoginProto.SshPublicKey sshPublicKey, String projectId)
Adds an SSH public key and returns the profile information.Method parameters in com.google.cloud.oslogin.v1 with type arguments of type UserName Modifier and Type Method Description static List<String>
UserName. toStringList(List<UserName> values)
-