Uses of Class
com.google.cloud.oslogin.v1.FingerprintName
-
Packages that use FingerprintName Package Description com.google.cloud.oslogin.v1 A client to Cloud OS Login API -
-
Uses of FingerprintName in com.google.cloud.oslogin.v1
Methods in com.google.cloud.oslogin.v1 that return FingerprintName Modifier and Type Method Description FingerprintNameFingerprintName.Builder. build()static FingerprintNameFingerprintName. of(String user, String fingerprint)static FingerprintNameFingerprintName. parse(String formattedString)Methods in com.google.cloud.oslogin.v1 that return types with arguments of type FingerprintName Modifier and Type Method Description static List<FingerprintName>FingerprintName. parseList(List<String> formattedStrings)Methods in com.google.cloud.oslogin.v1 with parameters of type FingerprintName Modifier and Type Method Description voidOsLoginServiceClient. deleteSshPublicKey(FingerprintName name)Deletes an SSH public key.OsLoginProto.SshPublicKeyOsLoginServiceClient. getSshPublicKey(FingerprintName name)Retrieves an SSH public key.OsLoginProto.SshPublicKeyOsLoginServiceClient. updateSshPublicKey(FingerprintName name, OsLoginProto.SshPublicKey sshPublicKey)Updates an SSH public key and returns the profile information.OsLoginProto.SshPublicKeyOsLoginServiceClient. updateSshPublicKey(FingerprintName name, OsLoginProto.SshPublicKey sshPublicKey, com.google.protobuf.FieldMask updateMask)Updates an SSH public key and returns the profile information.Method parameters in com.google.cloud.oslogin.v1 with type arguments of type FingerprintName Modifier and Type Method Description static List<String>FingerprintName. toStringList(List<FingerprintName> values)
-