Network Security v1 API - Class SSERealmService.SSERealmServiceBase (1.0.0-beta01)

[BindServiceMethod(typeof(SSERealmService), "BindService")]
public abstract class SSERealmService.SSERealmServiceBase

Reference documentation and code samples for the Network Security v1 API class SSERealmService.SSERealmServiceBase.

Base class for server-side implementations of SSERealmService

Inheritance

object > SSERealmService.SSERealmServiceBase

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Methods

CreateSACAttachment(CreateSACAttachmentRequest, ServerCallContext)

public virtual Task<Operation> CreateSACAttachment(CreateSACAttachmentRequest request, ServerCallContext context)

Creates a new SACAttachment in a given project and location.

Parameters
Name Description
request CreateSACAttachmentRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskOperation

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

CreateSACRealm(CreateSACRealmRequest, ServerCallContext)

public virtual Task<Operation> CreateSACRealm(CreateSACRealmRequest request, ServerCallContext context)

Creates a new SACRealm in a given project.

Parameters
Name Description
request CreateSACRealmRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskOperation

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

DeleteSACAttachment(DeleteSACAttachmentRequest, ServerCallContext)

public virtual Task<Operation> DeleteSACAttachment(DeleteSACAttachmentRequest request, ServerCallContext context)

Deletes the specified attachment.

Parameters
Name Description
request DeleteSACAttachmentRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskOperation

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

DeleteSACRealm(DeleteSACRealmRequest, ServerCallContext)

public virtual Task<Operation> DeleteSACRealm(DeleteSACRealmRequest request, ServerCallContext context)

Deletes the specified realm.

Parameters
Name Description
request DeleteSACRealmRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskOperation

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

GetSACAttachment(GetSACAttachmentRequest, ServerCallContext)

public virtual Task<SACAttachment> GetSACAttachment(GetSACAttachmentRequest request, ServerCallContext context)

Returns the specified attachment.

Parameters
Name Description
request GetSACAttachmentRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskSACAttachment

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

GetSACRealm(GetSACRealmRequest, ServerCallContext)

public virtual Task<SACRealm> GetSACRealm(GetSACRealmRequest request, ServerCallContext context)

Returns the specified realm.

Parameters
Name Description
request GetSACRealmRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskSACRealm

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

ListSACAttachments(ListSACAttachmentsRequest, ServerCallContext)

public virtual Task<ListSACAttachmentsResponse> ListSACAttachments(ListSACAttachmentsRequest request, ServerCallContext context)

Lists SACAttachments in a given project and location.

Parameters
Name Description
request ListSACAttachmentsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskListSACAttachmentsResponse

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

ListSACRealms(ListSACRealmsRequest, ServerCallContext)

public virtual Task<ListSACRealmsResponse> ListSACRealms(ListSACRealmsRequest request, ServerCallContext context)

Lists SACRealms in a given project.

Parameters
Name Description
request ListSACRealmsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskListSACRealmsResponse

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