public sealed class FindingsRefinementServiceClientImpl : FindingsRefinementServiceClientReference documentation and code samples for the Chronicle v1 API class FindingsRefinementServiceClientImpl.
FindingsRefinementService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Remarks
FindingsRefinementService provides an interface for filtering out findings that are unlikely to be real threats to prevent them from triggering alerts or notifications.
Constructors
FindingsRefinementServiceClientImpl(FindingsRefinementServiceClient, FindingsRefinementServiceSettings, ILogger)
public FindingsRefinementServiceClientImpl(FindingsRefinementService.FindingsRefinementServiceClient grpcClient, FindingsRefinementServiceSettings settings, ILogger logger)Constructs a client wrapper for the FindingsRefinementService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
FindingsRefinementServiceFindingsRefinementServiceClientThe underlying gRPC client. |
settings |
FindingsRefinementServiceSettingsThe base FindingsRefinementServiceSettings used within this client. |
logger |
ILoggerOptional ILogger to use within this client. |
Properties
GrpcClient
public override FindingsRefinementService.FindingsRefinementServiceClient GrpcClient { get; }The underlying gRPC FindingsRefinementService client
| Property Value | |
|---|---|
| Type | Description |
FindingsRefinementServiceFindingsRefinementServiceClient |
|
Methods
ComputeAllFindingsRefinementActivities(ComputeAllFindingsRefinementActivitiesRequest, CallSettings)
public override ComputeAllFindingsRefinementActivitiesResponse ComputeAllFindingsRefinementActivities(ComputeAllFindingsRefinementActivitiesRequest request, CallSettings callSettings = null)Returns findings refinement activity for all findings refinements.
| Parameters | |
|---|---|
| Name | Description |
request |
ComputeAllFindingsRefinementActivitiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
ComputeAllFindingsRefinementActivitiesResponse |
The RPC response. |
ComputeAllFindingsRefinementActivitiesAsync(ComputeAllFindingsRefinementActivitiesRequest, CallSettings)
public override Task<ComputeAllFindingsRefinementActivitiesResponse> ComputeAllFindingsRefinementActivitiesAsync(ComputeAllFindingsRefinementActivitiesRequest request, CallSettings callSettings = null)Returns findings refinement activity for all findings refinements.
| Parameters | |
|---|---|
| Name | Description |
request |
ComputeAllFindingsRefinementActivitiesRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskComputeAllFindingsRefinementActivitiesResponse |
A Task containing the RPC response. |
ComputeFindingsRefinementActivity(ComputeFindingsRefinementActivityRequest, CallSettings)
public override ComputeFindingsRefinementActivityResponse ComputeFindingsRefinementActivity(ComputeFindingsRefinementActivityRequest request, CallSettings callSettings = null)Returns findings refinement activity for a specific findings refinement.
| Parameters | |
|---|---|
| Name | Description |
request |
ComputeFindingsRefinementActivityRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityResponse |
The RPC response. |
ComputeFindingsRefinementActivityAsync(ComputeFindingsRefinementActivityRequest, CallSettings)
public override Task<ComputeFindingsRefinementActivityResponse> ComputeFindingsRefinementActivityAsync(ComputeFindingsRefinementActivityRequest request, CallSettings callSettings = null)Returns findings refinement activity for a specific findings refinement.
| Parameters | |
|---|---|
| Name | Description |
request |
ComputeFindingsRefinementActivityRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskComputeFindingsRefinementActivityResponse |
A Task containing the RPC response. |
CreateFindingsRefinement(CreateFindingsRefinementRequest, CallSettings)
public override FindingsRefinement CreateFindingsRefinement(CreateFindingsRefinementRequest request, CallSettings callSettings = null)Creates a new findings refinement.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFindingsRefinementRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinement |
The RPC response. |
CreateFindingsRefinementAsync(CreateFindingsRefinementRequest, CallSettings)
public override Task<FindingsRefinement> CreateFindingsRefinementAsync(CreateFindingsRefinementRequest request, CallSettings callSettings = null)Creates a new findings refinement.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateFindingsRefinementRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskFindingsRefinement |
A Task containing the RPC response. |
GetFindingsRefinement(GetFindingsRefinementRequest, CallSettings)
public override FindingsRefinement GetFindingsRefinement(GetFindingsRefinementRequest request, CallSettings callSettings = null)Gets a single findings refinement.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFindingsRefinementRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinement |
The RPC response. |
GetFindingsRefinementAsync(GetFindingsRefinementRequest, CallSettings)
public override Task<FindingsRefinement> GetFindingsRefinementAsync(GetFindingsRefinementRequest request, CallSettings callSettings = null)Gets a single findings refinement.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFindingsRefinementRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskFindingsRefinement |
A Task containing the RPC response. |
GetFindingsRefinementDeployment(GetFindingsRefinementDeploymentRequest, CallSettings)
public override FindingsRefinementDeployment GetFindingsRefinementDeployment(GetFindingsRefinementDeploymentRequest request, CallSettings callSettings = null)Gets a findings refinement deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFindingsRefinementDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementDeployment |
The RPC response. |
GetFindingsRefinementDeploymentAsync(GetFindingsRefinementDeploymentRequest, CallSettings)
public override Task<FindingsRefinementDeployment> GetFindingsRefinementDeploymentAsync(GetFindingsRefinementDeploymentRequest request, CallSettings callSettings = null)Gets a findings refinement deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
GetFindingsRefinementDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskFindingsRefinementDeployment |
A Task containing the RPC response. |
ListAllFindingsRefinementDeployments(ListAllFindingsRefinementDeploymentsRequest, CallSettings)
public override PagedEnumerable<ListAllFindingsRefinementDeploymentsResponse, FindingsRefinementDeployment> ListAllFindingsRefinementDeployments(ListAllFindingsRefinementDeploymentsRequest request, CallSettings callSettings = null)Lists all findings refinement deployments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAllFindingsRefinementDeploymentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListAllFindingsRefinementDeploymentsResponseFindingsRefinementDeployment |
A pageable sequence of FindingsRefinementDeployment resources. |
ListAllFindingsRefinementDeploymentsAsync(ListAllFindingsRefinementDeploymentsRequest, CallSettings)
public override PagedAsyncEnumerable<ListAllFindingsRefinementDeploymentsResponse, FindingsRefinementDeployment> ListAllFindingsRefinementDeploymentsAsync(ListAllFindingsRefinementDeploymentsRequest request, CallSettings callSettings = null)Lists all findings refinement deployments.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAllFindingsRefinementDeploymentsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListAllFindingsRefinementDeploymentsResponseFindingsRefinementDeployment |
A pageable asynchronous sequence of FindingsRefinementDeployment resources. |
ListFindingsRefinements(ListFindingsRefinementsRequest, CallSettings)
public override PagedEnumerable<ListFindingsRefinementsResponse, FindingsRefinement> ListFindingsRefinements(ListFindingsRefinementsRequest request, CallSettings callSettings = null)Lists a collection of findings refinements.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFindingsRefinementsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerableListFindingsRefinementsResponseFindingsRefinement |
A pageable sequence of FindingsRefinement resources. |
ListFindingsRefinementsAsync(ListFindingsRefinementsRequest, CallSettings)
public override PagedAsyncEnumerable<ListFindingsRefinementsResponse, FindingsRefinement> ListFindingsRefinementsAsync(ListFindingsRefinementsRequest request, CallSettings callSettings = null)Lists a collection of findings refinements.
| Parameters | |
|---|---|
| Name | Description |
request |
ListFindingsRefinementsRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerableListFindingsRefinementsResponseFindingsRefinement |
A pageable asynchronous sequence of FindingsRefinement resources. |
UpdateFindingsRefinement(UpdateFindingsRefinementRequest, CallSettings)
public override FindingsRefinement UpdateFindingsRefinement(UpdateFindingsRefinementRequest request, CallSettings callSettings = null)Updates a findings refinement.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFindingsRefinementRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinement |
The RPC response. |
UpdateFindingsRefinementAsync(UpdateFindingsRefinementRequest, CallSettings)
public override Task<FindingsRefinement> UpdateFindingsRefinementAsync(UpdateFindingsRefinementRequest request, CallSettings callSettings = null)Updates a findings refinement.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFindingsRefinementRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskFindingsRefinement |
A Task containing the RPC response. |
UpdateFindingsRefinementDeployment(UpdateFindingsRefinementDeploymentRequest, CallSettings)
public override FindingsRefinementDeployment UpdateFindingsRefinementDeployment(UpdateFindingsRefinementDeploymentRequest request, CallSettings callSettings = null)Updates a findings refinement deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFindingsRefinementDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementDeployment |
The RPC response. |
UpdateFindingsRefinementDeploymentAsync(UpdateFindingsRefinementDeploymentRequest, CallSettings)
public override Task<FindingsRefinementDeployment> UpdateFindingsRefinementDeploymentAsync(UpdateFindingsRefinementDeploymentRequest request, CallSettings callSettings = null)Updates a findings refinement deployment.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateFindingsRefinementDeploymentRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
TaskFindingsRefinementDeployment |
A Task containing the RPC response. |