Class OsLoginServiceGrpc.OsLoginServiceBlockingStub (2.43.0)

public static final class OsLoginServiceGrpc.OsLoginServiceBlockingStub extends AbstractBlockingStub<OsLoginServiceGrpc.OsLoginServiceBlockingStub>

A stub to allow clients to do synchronous rpc calls to service OsLoginService.

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.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > OsLoginServiceGrpc.OsLoginServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected OsLoginServiceGrpc.OsLoginServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
OsLoginServiceGrpc.OsLoginServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createSshPublicKey(CreateSshPublicKeyRequest request)

public OsLoginProto.SshPublicKey createSshPublicKey(CreateSshPublicKeyRequest request)

Create an SSH public key

Parameter
Name Description
request CreateSshPublicKeyRequest
Returns
Type Description
OsLoginProto.SshPublicKey

deletePosixAccount(DeletePosixAccountRequest request)

public Empty deletePosixAccount(DeletePosixAccountRequest request)

Deletes a POSIX account.

Parameter
Name Description
request DeletePosixAccountRequest
Returns
Type Description
Empty

deleteSshPublicKey(DeleteSshPublicKeyRequest request)

public Empty deleteSshPublicKey(DeleteSshPublicKeyRequest request)

Deletes an SSH public key.

Parameter
Name Description
request DeleteSshPublicKeyRequest
Returns
Type Description
Empty

getLoginProfile(GetLoginProfileRequest request)

public LoginProfile getLoginProfile(GetLoginProfileRequest request)

Retrieves the profile information used for logging in to a virtual machine on Google Compute Engine.

Parameter
Name Description
request GetLoginProfileRequest
Returns
Type Description
LoginProfile

getSshPublicKey(GetSshPublicKeyRequest request)

public OsLoginProto.SshPublicKey getSshPublicKey(GetSshPublicKeyRequest request)

Retrieves an SSH public key.

Parameter
Name Description
request GetSshPublicKeyRequest
Returns
Type Description
OsLoginProto.SshPublicKey

importSshPublicKey(ImportSshPublicKeyRequest request)

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.

Parameter
Name Description
request ImportSshPublicKeyRequest
Returns
Type Description
ImportSshPublicKeyResponse

updateSshPublicKey(UpdateSshPublicKeyRequest request)

public OsLoginProto.SshPublicKey updateSshPublicKey(UpdateSshPublicKeyRequest request)

Updates an SSH public key and returns the profile information. This method supports patch semantics.

Parameter
Name Description
request UpdateSshPublicKeyRequest
Returns
Type Description
OsLoginProto.SshPublicKey