Class OsLoginServiceStub (2.40.0)

public abstract class OsLoginServiceStub implements BackgroundResource

Base stub class for the OsLoginService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > OsLoginServiceStub

Implements

BackgroundResource

Constructors

OsLoginServiceStub()

public OsLoginServiceStub()

Methods

close()

public abstract void close()

createSshPublicKeyCallable()

public UnaryCallable<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey> createSshPublicKeyCallable()
Returns
TypeDescription
UnaryCallable<CreateSshPublicKeyRequest,SshPublicKey>

deletePosixAccountCallable()

public UnaryCallable<DeletePosixAccountRequest,Empty> deletePosixAccountCallable()
Returns
TypeDescription
UnaryCallable<DeletePosixAccountRequest,Empty>

deleteSshPublicKeyCallable()

public UnaryCallable<DeleteSshPublicKeyRequest,Empty> deleteSshPublicKeyCallable()
Returns
TypeDescription
UnaryCallable<DeleteSshPublicKeyRequest,Empty>

getLoginProfileCallable()

public UnaryCallable<GetLoginProfileRequest,LoginProfile> getLoginProfileCallable()
Returns
TypeDescription
UnaryCallable<GetLoginProfileRequest,LoginProfile>

getSshPublicKeyCallable()

public UnaryCallable<GetSshPublicKeyRequest,OsLoginProto.SshPublicKey> getSshPublicKeyCallable()
Returns
TypeDescription
UnaryCallable<GetSshPublicKeyRequest,SshPublicKey>

importSshPublicKeyCallable()

public UnaryCallable<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse> importSshPublicKeyCallable()
Returns
TypeDescription
UnaryCallable<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>

updateSshPublicKeyCallable()

public UnaryCallable<UpdateSshPublicKeyRequest,OsLoginProto.SshPublicKey> updateSshPublicKeyCallable()
Returns
TypeDescription
UnaryCallable<UpdateSshPublicKeyRequest,SshPublicKey>