public static final class OsLoginServiceGrpc.OsLoginServiceBlockingStub extends io.grpc.stub.AbstractStub<OsLoginServiceGrpc.OsLoginServiceBlockingStub>
Cloud OS Login API The Cloud OS Login API allows you to manage users and their associated SSH public keys for logging into virtual machines on Google Cloud Platform.
Modifier and Type | Method and Description |
---|---|
protected OsLoginServiceGrpc.OsLoginServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Empty |
deletePosixAccount(DeletePosixAccountRequest request)
Deletes a POSIX account.
|
Empty |
deleteSshPublicKey(DeleteSshPublicKeyRequest request)
Deletes an SSH public key.
|
LoginProfile |
getLoginProfile(GetLoginProfileRequest request)
Retrieves the profile information used for logging in to a virtual machine
on Google Compute Engine.
|
OsLoginProto.SshPublicKey |
getSshPublicKey(GetSshPublicKeyRequest request)
Retrieves an SSH public key.
|
ImportSshPublicKeyResponse |
importSshPublicKey(ImportSshPublicKeyRequest request)
Adds an SSH public key and returns the profile information.
|
OsLoginProto.SshPublicKey |
updateSshPublicKey(UpdateSshPublicKeyRequest request)
Updates an SSH public key and returns the profile information.
|
protected OsLoginServiceGrpc.OsLoginServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<OsLoginServiceGrpc.OsLoginServiceBlockingStub>
public Empty deletePosixAccount(DeletePosixAccountRequest request)
Deletes a POSIX account.
public Empty deleteSshPublicKey(DeleteSshPublicKeyRequest request)
Deletes an SSH public key.
public LoginProfile getLoginProfile(GetLoginProfileRequest request)
Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.
public OsLoginProto.SshPublicKey getSshPublicKey(GetSshPublicKeyRequest request)
Retrieves an SSH public key.
public ImportSshPublicKeyResponse importSshPublicKey(ImportSshPublicKeyRequest request)
Adds an SSH public key and returns the profile information. Default POSIX account information is set when no username and UID exist as part of the login profile.
public OsLoginProto.SshPublicKey updateSshPublicKey(UpdateSshPublicKeyRequest request)
Updates an SSH public key and returns the profile information. This method supports patch semantics.