Chronicle v1 API - Class FindingsRefinementService.FindingsRefinementServiceBase (1.0.0-beta07)

[BindServiceMethod(typeof(FindingsRefinementService), "BindService")]
public abstract class FindingsRefinementService.FindingsRefinementServiceBase

Reference documentation and code samples for the Chronicle v1 API class FindingsRefinementService.FindingsRefinementServiceBase.

Base class for server-side implementations of FindingsRefinementService

Inheritance

object > FindingsRefinementService.FindingsRefinementServiceBase

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Methods

ComputeAllFindingsRefinementActivities(ComputeAllFindingsRefinementActivitiesRequest, ServerCallContext)

public virtual Task<ComputeAllFindingsRefinementActivitiesResponse> ComputeAllFindingsRefinementActivities(ComputeAllFindingsRefinementActivitiesRequest request, ServerCallContext context)

Returns findings refinement activity for all findings refinements.

Parameters
Name Description
request ComputeAllFindingsRefinementActivitiesRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskComputeAllFindingsRefinementActivitiesResponse

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

ComputeFindingsRefinementActivity(ComputeFindingsRefinementActivityRequest, ServerCallContext)

public virtual Task<ComputeFindingsRefinementActivityResponse> ComputeFindingsRefinementActivity(ComputeFindingsRefinementActivityRequest request, ServerCallContext context)

Returns findings refinement activity for a specific findings refinement.

Parameters
Name Description
request ComputeFindingsRefinementActivityRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskComputeFindingsRefinementActivityResponse

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

CreateFindingsRefinement(CreateFindingsRefinementRequest, ServerCallContext)

public virtual Task<FindingsRefinement> CreateFindingsRefinement(CreateFindingsRefinementRequest request, ServerCallContext context)

Creates a new findings refinement.

Parameters
Name Description
request CreateFindingsRefinementRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskFindingsRefinement

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

GetFindingsRefinement(GetFindingsRefinementRequest, ServerCallContext)

public virtual Task<FindingsRefinement> GetFindingsRefinement(GetFindingsRefinementRequest request, ServerCallContext context)

Gets a single findings refinement.

Parameters
Name Description
request GetFindingsRefinementRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskFindingsRefinement

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

GetFindingsRefinementDeployment(GetFindingsRefinementDeploymentRequest, ServerCallContext)

public virtual Task<FindingsRefinementDeployment> GetFindingsRefinementDeployment(GetFindingsRefinementDeploymentRequest request, ServerCallContext context)

Gets a findings refinement deployment.

Parameters
Name Description
request GetFindingsRefinementDeploymentRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskFindingsRefinementDeployment

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

ListAllFindingsRefinementDeployments(ListAllFindingsRefinementDeploymentsRequest, ServerCallContext)

public virtual Task<ListAllFindingsRefinementDeploymentsResponse> ListAllFindingsRefinementDeployments(ListAllFindingsRefinementDeploymentsRequest request, ServerCallContext context)

Lists all findings refinement deployments.

Parameters
Name Description
request ListAllFindingsRefinementDeploymentsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskListAllFindingsRefinementDeploymentsResponse

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

ListFindingsRefinements(ListFindingsRefinementsRequest, ServerCallContext)

public virtual Task<ListFindingsRefinementsResponse> ListFindingsRefinements(ListFindingsRefinementsRequest request, ServerCallContext context)

Lists a collection of findings refinements.

Parameters
Name Description
request ListFindingsRefinementsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskListFindingsRefinementsResponse

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

UpdateFindingsRefinement(UpdateFindingsRefinementRequest, ServerCallContext)

public virtual Task<FindingsRefinement> UpdateFindingsRefinement(UpdateFindingsRefinementRequest request, ServerCallContext context)

Updates a findings refinement.

Parameters
Name Description
request UpdateFindingsRefinementRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskFindingsRefinement

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

UpdateFindingsRefinementDeployment(UpdateFindingsRefinementDeploymentRequest, ServerCallContext)

public virtual Task<FindingsRefinementDeployment> UpdateFindingsRefinementDeployment(UpdateFindingsRefinementDeploymentRequest request, ServerCallContext context)

Updates a findings refinement deployment.

Parameters
Name Description
request UpdateFindingsRefinementDeploymentRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskFindingsRefinementDeployment

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