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

public class FindingsRefinementService.FindingsRefinementServiceClient : ClientBase<FindingsRefinementService.FindingsRefinementServiceClient>

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

Client for FindingsRefinementService

Inheritance

object > ClientBase > ClientBaseFindingsRefinementServiceFindingsRefinementServiceClient > FindingsRefinementService.FindingsRefinementServiceClient

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

FindingsRefinementServiceClient()

protected FindingsRefinementServiceClient()

Protected parameterless constructor to allow creation of test doubles.

FindingsRefinementServiceClient(CallInvoker)

public FindingsRefinementServiceClient(CallInvoker callInvoker)

Creates a new client for FindingsRefinementService that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

FindingsRefinementServiceClient(ChannelBase)

public FindingsRefinementServiceClient(ChannelBase channel)

Creates a new client for FindingsRefinementService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

FindingsRefinementServiceClient(ClientBaseConfiguration)

protected FindingsRefinementServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

ComputeAllFindingsRefinementActivities(ComputeAllFindingsRefinementActivitiesRequest, CallOptions)

public virtual ComputeAllFindingsRefinementActivitiesResponse ComputeAllFindingsRefinementActivities(ComputeAllFindingsRefinementActivitiesRequest request, CallOptions options)

Returns findings refinement activity for all findings refinements.

Parameters
Name Description
request ComputeAllFindingsRefinementActivitiesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ComputeAllFindingsRefinementActivitiesResponse

The response received from the server.

ComputeAllFindingsRefinementActivities(ComputeAllFindingsRefinementActivitiesRequest, Metadata, DateTime?, CancellationToken)

public virtual ComputeAllFindingsRefinementActivitiesResponse ComputeAllFindingsRefinementActivities(ComputeAllFindingsRefinementActivitiesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns findings refinement activity for all findings refinements.

Parameters
Name Description
request ComputeAllFindingsRefinementActivitiesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ComputeAllFindingsRefinementActivitiesResponse

The response received from the server.

ComputeAllFindingsRefinementActivitiesAsync(ComputeAllFindingsRefinementActivitiesRequest, CallOptions)

public virtual AsyncUnaryCall<ComputeAllFindingsRefinementActivitiesResponse> ComputeAllFindingsRefinementActivitiesAsync(ComputeAllFindingsRefinementActivitiesRequest request, CallOptions options)

Returns findings refinement activity for all findings refinements.

Parameters
Name Description
request ComputeAllFindingsRefinementActivitiesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallComputeAllFindingsRefinementActivitiesResponse

The call object.

ComputeAllFindingsRefinementActivitiesAsync(ComputeAllFindingsRefinementActivitiesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ComputeAllFindingsRefinementActivitiesResponse> ComputeAllFindingsRefinementActivitiesAsync(ComputeAllFindingsRefinementActivitiesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns findings refinement activity for all findings refinements.

Parameters
Name Description
request ComputeAllFindingsRefinementActivitiesRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallComputeAllFindingsRefinementActivitiesResponse

The call object.

ComputeFindingsRefinementActivity(ComputeFindingsRefinementActivityRequest, CallOptions)

public virtual ComputeFindingsRefinementActivityResponse ComputeFindingsRefinementActivity(ComputeFindingsRefinementActivityRequest request, CallOptions options)

Returns findings refinement activity for a specific findings refinement.

Parameters
Name Description
request ComputeFindingsRefinementActivityRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ComputeFindingsRefinementActivityResponse

The response received from the server.

ComputeFindingsRefinementActivity(ComputeFindingsRefinementActivityRequest, Metadata, DateTime?, CancellationToken)

public virtual ComputeFindingsRefinementActivityResponse ComputeFindingsRefinementActivity(ComputeFindingsRefinementActivityRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns findings refinement activity for a specific findings refinement.

Parameters
Name Description
request ComputeFindingsRefinementActivityRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ComputeFindingsRefinementActivityResponse

The response received from the server.

ComputeFindingsRefinementActivityAsync(ComputeFindingsRefinementActivityRequest, CallOptions)

public virtual AsyncUnaryCall<ComputeFindingsRefinementActivityResponse> ComputeFindingsRefinementActivityAsync(ComputeFindingsRefinementActivityRequest request, CallOptions options)

Returns findings refinement activity for a specific findings refinement.

Parameters
Name Description
request ComputeFindingsRefinementActivityRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallComputeFindingsRefinementActivityResponse

The call object.

ComputeFindingsRefinementActivityAsync(ComputeFindingsRefinementActivityRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ComputeFindingsRefinementActivityResponse> ComputeFindingsRefinementActivityAsync(ComputeFindingsRefinementActivityRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns findings refinement activity for a specific findings refinement.

Parameters
Name Description
request ComputeFindingsRefinementActivityRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallComputeFindingsRefinementActivityResponse

The call object.

CreateFindingsRefinement(CreateFindingsRefinementRequest, CallOptions)

public virtual FindingsRefinement CreateFindingsRefinement(CreateFindingsRefinementRequest request, CallOptions options)

Creates a new findings refinement.

Parameters
Name Description
request CreateFindingsRefinementRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FindingsRefinement

The response received from the server.

CreateFindingsRefinement(CreateFindingsRefinementRequest, Metadata, DateTime?, CancellationToken)

public virtual FindingsRefinement CreateFindingsRefinement(CreateFindingsRefinementRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new findings refinement.

Parameters
Name Description
request CreateFindingsRefinementRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
FindingsRefinement

The response received from the server.

CreateFindingsRefinementAsync(CreateFindingsRefinementRequest, CallOptions)

public virtual AsyncUnaryCall<FindingsRefinement> CreateFindingsRefinementAsync(CreateFindingsRefinementRequest request, CallOptions options)

Creates a new findings refinement.

Parameters
Name Description
request CreateFindingsRefinementRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFindingsRefinement

The call object.

CreateFindingsRefinementAsync(CreateFindingsRefinementRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FindingsRefinement> CreateFindingsRefinementAsync(CreateFindingsRefinementRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new findings refinement.

Parameters
Name Description
request CreateFindingsRefinementRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFindingsRefinement

The call object.

GetFindingsRefinement(GetFindingsRefinementRequest, CallOptions)

public virtual FindingsRefinement GetFindingsRefinement(GetFindingsRefinementRequest request, CallOptions options)

Gets a single findings refinement.

Parameters
Name Description
request GetFindingsRefinementRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FindingsRefinement

The response received from the server.

GetFindingsRefinement(GetFindingsRefinementRequest, Metadata, DateTime?, CancellationToken)

public virtual FindingsRefinement GetFindingsRefinement(GetFindingsRefinementRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a single findings refinement.

Parameters
Name Description
request GetFindingsRefinementRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
FindingsRefinement

The response received from the server.

GetFindingsRefinementAsync(GetFindingsRefinementRequest, CallOptions)

public virtual AsyncUnaryCall<FindingsRefinement> GetFindingsRefinementAsync(GetFindingsRefinementRequest request, CallOptions options)

Gets a single findings refinement.

Parameters
Name Description
request GetFindingsRefinementRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFindingsRefinement

The call object.

GetFindingsRefinementAsync(GetFindingsRefinementRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FindingsRefinement> GetFindingsRefinementAsync(GetFindingsRefinementRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a single findings refinement.

Parameters
Name Description
request GetFindingsRefinementRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFindingsRefinement

The call object.

GetFindingsRefinementDeployment(GetFindingsRefinementDeploymentRequest, CallOptions)

public virtual FindingsRefinementDeployment GetFindingsRefinementDeployment(GetFindingsRefinementDeploymentRequest request, CallOptions options)

Gets a findings refinement deployment.

Parameters
Name Description
request GetFindingsRefinementDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FindingsRefinementDeployment

The response received from the server.

GetFindingsRefinementDeployment(GetFindingsRefinementDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual FindingsRefinementDeployment GetFindingsRefinementDeployment(GetFindingsRefinementDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a findings refinement deployment.

Parameters
Name Description
request GetFindingsRefinementDeploymentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
FindingsRefinementDeployment

The response received from the server.

GetFindingsRefinementDeploymentAsync(GetFindingsRefinementDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<FindingsRefinementDeployment> GetFindingsRefinementDeploymentAsync(GetFindingsRefinementDeploymentRequest request, CallOptions options)

Gets a findings refinement deployment.

Parameters
Name Description
request GetFindingsRefinementDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFindingsRefinementDeployment

The call object.

GetFindingsRefinementDeploymentAsync(GetFindingsRefinementDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FindingsRefinementDeployment> GetFindingsRefinementDeploymentAsync(GetFindingsRefinementDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a findings refinement deployment.

Parameters
Name Description
request GetFindingsRefinementDeploymentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFindingsRefinementDeployment

The call object.

ListAllFindingsRefinementDeployments(ListAllFindingsRefinementDeploymentsRequest, CallOptions)

public virtual ListAllFindingsRefinementDeploymentsResponse ListAllFindingsRefinementDeployments(ListAllFindingsRefinementDeploymentsRequest request, CallOptions options)

Lists all findings refinement deployments.

Parameters
Name Description
request ListAllFindingsRefinementDeploymentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAllFindingsRefinementDeploymentsResponse

The response received from the server.

ListAllFindingsRefinementDeployments(ListAllFindingsRefinementDeploymentsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAllFindingsRefinementDeploymentsResponse ListAllFindingsRefinementDeployments(ListAllFindingsRefinementDeploymentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all findings refinement deployments.

Parameters
Name Description
request ListAllFindingsRefinementDeploymentsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListAllFindingsRefinementDeploymentsResponse

The response received from the server.

ListAllFindingsRefinementDeploymentsAsync(ListAllFindingsRefinementDeploymentsRequest, CallOptions)

public virtual AsyncUnaryCall<ListAllFindingsRefinementDeploymentsResponse> ListAllFindingsRefinementDeploymentsAsync(ListAllFindingsRefinementDeploymentsRequest request, CallOptions options)

Lists all findings refinement deployments.

Parameters
Name Description
request ListAllFindingsRefinementDeploymentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAllFindingsRefinementDeploymentsResponse

The call object.

ListAllFindingsRefinementDeploymentsAsync(ListAllFindingsRefinementDeploymentsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAllFindingsRefinementDeploymentsResponse> ListAllFindingsRefinementDeploymentsAsync(ListAllFindingsRefinementDeploymentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all findings refinement deployments.

Parameters
Name Description
request ListAllFindingsRefinementDeploymentsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListAllFindingsRefinementDeploymentsResponse

The call object.

ListFindingsRefinements(ListFindingsRefinementsRequest, CallOptions)

public virtual ListFindingsRefinementsResponse ListFindingsRefinements(ListFindingsRefinementsRequest request, CallOptions options)

Lists a collection of findings refinements.

Parameters
Name Description
request ListFindingsRefinementsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListFindingsRefinementsResponse

The response received from the server.

ListFindingsRefinements(ListFindingsRefinementsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListFindingsRefinementsResponse ListFindingsRefinements(ListFindingsRefinementsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists a collection of findings refinements.

Parameters
Name Description
request ListFindingsRefinementsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListFindingsRefinementsResponse

The response received from the server.

ListFindingsRefinementsAsync(ListFindingsRefinementsRequest, CallOptions)

public virtual AsyncUnaryCall<ListFindingsRefinementsResponse> ListFindingsRefinementsAsync(ListFindingsRefinementsRequest request, CallOptions options)

Lists a collection of findings refinements.

Parameters
Name Description
request ListFindingsRefinementsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListFindingsRefinementsResponse

The call object.

ListFindingsRefinementsAsync(ListFindingsRefinementsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListFindingsRefinementsResponse> ListFindingsRefinementsAsync(ListFindingsRefinementsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists a collection of findings refinements.

Parameters
Name Description
request ListFindingsRefinementsRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListFindingsRefinementsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override FindingsRefinementService.FindingsRefinementServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
FindingsRefinementServiceFindingsRefinementServiceClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.Chronicle.V1.FindingsRefinementService.FindingsRefinementServiceClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

UpdateFindingsRefinement(UpdateFindingsRefinementRequest, CallOptions)

public virtual FindingsRefinement UpdateFindingsRefinement(UpdateFindingsRefinementRequest request, CallOptions options)

Updates a findings refinement.

Parameters
Name Description
request UpdateFindingsRefinementRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FindingsRefinement

The response received from the server.

UpdateFindingsRefinement(UpdateFindingsRefinementRequest, Metadata, DateTime?, CancellationToken)

public virtual FindingsRefinement UpdateFindingsRefinement(UpdateFindingsRefinementRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a findings refinement.

Parameters
Name Description
request UpdateFindingsRefinementRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
FindingsRefinement

The response received from the server.

UpdateFindingsRefinementAsync(UpdateFindingsRefinementRequest, CallOptions)

public virtual AsyncUnaryCall<FindingsRefinement> UpdateFindingsRefinementAsync(UpdateFindingsRefinementRequest request, CallOptions options)

Updates a findings refinement.

Parameters
Name Description
request UpdateFindingsRefinementRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFindingsRefinement

The call object.

UpdateFindingsRefinementAsync(UpdateFindingsRefinementRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FindingsRefinement> UpdateFindingsRefinementAsync(UpdateFindingsRefinementRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a findings refinement.

Parameters
Name Description
request UpdateFindingsRefinementRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFindingsRefinement

The call object.

UpdateFindingsRefinementDeployment(UpdateFindingsRefinementDeploymentRequest, CallOptions)

public virtual FindingsRefinementDeployment UpdateFindingsRefinementDeployment(UpdateFindingsRefinementDeploymentRequest request, CallOptions options)

Updates a findings refinement deployment.

Parameters
Name Description
request UpdateFindingsRefinementDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FindingsRefinementDeployment

The response received from the server.

UpdateFindingsRefinementDeployment(UpdateFindingsRefinementDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual FindingsRefinementDeployment UpdateFindingsRefinementDeployment(UpdateFindingsRefinementDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a findings refinement deployment.

Parameters
Name Description
request UpdateFindingsRefinementDeploymentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
FindingsRefinementDeployment

The response received from the server.

UpdateFindingsRefinementDeploymentAsync(UpdateFindingsRefinementDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<FindingsRefinementDeployment> UpdateFindingsRefinementDeploymentAsync(UpdateFindingsRefinementDeploymentRequest request, CallOptions options)

Updates a findings refinement deployment.

Parameters
Name Description
request UpdateFindingsRefinementDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFindingsRefinementDeployment

The call object.

UpdateFindingsRefinementDeploymentAsync(UpdateFindingsRefinementDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FindingsRefinementDeployment> UpdateFindingsRefinementDeploymentAsync(UpdateFindingsRefinementDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a findings refinement deployment.

Parameters
Name Description
request UpdateFindingsRefinementDeploymentRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline System.DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallFindingsRefinementDeployment

The call object.