Google Cloud OS Login v1 API - Class OsLoginService.OsLoginServiceBase (3.4.0)

[BindServiceMethod(typeof(OsLoginService), "BindService")]
public abstract class OsLoginService.OsLoginServiceBase

Reference documentation and code samples for the Google Cloud OS Login v1 API class OsLoginService.OsLoginServiceBase.

Base class for server-side implementations of OsLoginService

Inheritance

object > OsLoginService.OsLoginServiceBase

Namespace

Google.Cloud.OsLogin.V1

Assembly

Google.Cloud.OsLogin.V1.dll

Methods

CreateSshPublicKey(CreateSshPublicKeyRequest, ServerCallContext)

public virtual Task<SshPublicKey> CreateSshPublicKey(CreateSshPublicKeyRequest request, ServerCallContext context)

Create an SSH public key

Parameters
NameDescription
requestCreateSshPublicKeyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSshPublicKey

The response to send back to the client (wrapped by a task).

DeletePosixAccount(DeletePosixAccountRequest, ServerCallContext)

public virtual Task<Empty> DeletePosixAccount(DeletePosixAccountRequest request, ServerCallContext context)

Deletes a POSIX account.

Parameters
NameDescription
requestDeletePosixAccountRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskEmpty

The response to send back to the client (wrapped by a task).

DeleteSshPublicKey(DeleteSshPublicKeyRequest, ServerCallContext)

public virtual Task<Empty> DeleteSshPublicKey(DeleteSshPublicKeyRequest request, ServerCallContext context)

Deletes an SSH public key.

Parameters
NameDescription
requestDeleteSshPublicKeyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskEmpty

The response to send back to the client (wrapped by a task).

GetLoginProfile(GetLoginProfileRequest, ServerCallContext)

public virtual Task<LoginProfile> GetLoginProfile(GetLoginProfileRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestGetLoginProfileRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskLoginProfile

The response to send back to the client (wrapped by a task).

GetSshPublicKey(GetSshPublicKeyRequest, ServerCallContext)

public virtual Task<SshPublicKey> GetSshPublicKey(GetSshPublicKeyRequest request, ServerCallContext context)

Retrieves an SSH public key.

Parameters
NameDescription
requestGetSshPublicKeyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSshPublicKey

The response to send back to the client (wrapped by a task).

ImportSshPublicKey(ImportSshPublicKeyRequest, ServerCallContext)

public virtual Task<ImportSshPublicKeyResponse> ImportSshPublicKey(ImportSshPublicKeyRequest request, ServerCallContext context)

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.

Parameters
NameDescription
requestImportSshPublicKeyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskImportSshPublicKeyResponse

The response to send back to the client (wrapped by a task).

UpdateSshPublicKey(UpdateSshPublicKeyRequest, ServerCallContext)

public virtual Task<SshPublicKey> UpdateSshPublicKey(UpdateSshPublicKeyRequest request, ServerCallContext context)

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

Parameters
NameDescription
requestUpdateSshPublicKeyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
TaskSshPublicKey

The response to send back to the client (wrapped by a task).