[BindServiceMethod(typeof(FindingsRefinementService), "BindService")]
public abstract class FindingsRefinementService.FindingsRefinementServiceBaseReference documentation and code samples for the Chronicle v1 API class FindingsRefinementService.FindingsRefinementServiceBase.
Base class for server-side implementations of FindingsRefinementService
Namespace
Google.Cloud.Chronicle.V1Assembly
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 |
ComputeAllFindingsRefinementActivitiesRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ComputeFindingsRefinementActivityRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
CreateFindingsRefinementRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
GetFindingsRefinementRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
GetFindingsRefinementDeploymentRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ListAllFindingsRefinementDeploymentsRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
ListFindingsRefinementsRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
UpdateFindingsRefinementRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
UpdateFindingsRefinementDeploymentRequestThe request received from the client. |
context |
ServerCallContextThe 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). |