Chronicle v1 API - Class ReferenceListService.ReferenceListServiceBase (1.0.0-beta07)

[BindServiceMethod(typeof(ReferenceListService), "BindService")]
public abstract class ReferenceListService.ReferenceListServiceBase

Reference documentation and code samples for the Chronicle v1 API class ReferenceListService.ReferenceListServiceBase.

Base class for server-side implementations of ReferenceListService

Inheritance

object > ReferenceListService.ReferenceListServiceBase

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Methods

CreateReferenceList(CreateReferenceListRequest, ServerCallContext)

public virtual Task<ReferenceList> CreateReferenceList(CreateReferenceListRequest request, ServerCallContext context)

Creates a new reference list.

Parameters
Name Description
request CreateReferenceListRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskReferenceList

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

GetReferenceList(GetReferenceListRequest, ServerCallContext)

public virtual Task<ReferenceList> GetReferenceList(GetReferenceListRequest request, ServerCallContext context)

Gets a single reference list.

Parameters
Name Description
request GetReferenceListRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskReferenceList

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

ListReferenceLists(ListReferenceListsRequest, ServerCallContext)

public virtual Task<ListReferenceListsResponse> ListReferenceLists(ListReferenceListsRequest request, ServerCallContext context)

Lists a collection of reference lists.

Parameters
Name Description
request ListReferenceListsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskListReferenceListsResponse

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

UpdateReferenceList(UpdateReferenceListRequest, ServerCallContext)

public virtual Task<ReferenceList> UpdateReferenceList(UpdateReferenceListRequest request, ServerCallContext context)

Updates an existing reference list.

Parameters
Name Description
request UpdateReferenceListRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskReferenceList

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

VerifyReferenceList(VerifyReferenceListRequest, ServerCallContext)

public virtual Task<VerifyReferenceListResponse> VerifyReferenceList(VerifyReferenceListRequest request, ServerCallContext context)

VerifyReferenceList validates list content and returns line errors, if any.

Parameters
Name Description
request VerifyReferenceListRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskVerifyReferenceListResponse

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