Class FindingsRefinementServiceGrpc (0.33.0)

public final class FindingsRefinementServiceGrpc

FindingsRefinementService provides an interface for filtering out findings that are unlikely to be real threats to prevent them from triggering alerts or notifications.

Inheritance

java.lang.Object > FindingsRefinementServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(FindingsRefinementServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(FindingsRefinementServiceGrpc.AsyncService service)
Parameter
Name Description
service FindingsRefinementServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getComputeAllFindingsRefinementActivitiesMethod()

public static MethodDescriptor<ComputeAllFindingsRefinementActivitiesRequest,ComputeAllFindingsRefinementActivitiesResponse> getComputeAllFindingsRefinementActivitiesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ComputeAllFindingsRefinementActivitiesRequest,ComputeAllFindingsRefinementActivitiesResponse>

getComputeFindingsRefinementActivityMethod()

public static MethodDescriptor<ComputeFindingsRefinementActivityRequest,ComputeFindingsRefinementActivityResponse> getComputeFindingsRefinementActivityMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ComputeFindingsRefinementActivityRequest,ComputeFindingsRefinementActivityResponse>

getCreateFindingsRefinementMethod()

public static MethodDescriptor<CreateFindingsRefinementRequest,FindingsRefinement> getCreateFindingsRefinementMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateFindingsRefinementRequest,FindingsRefinement>

getGetFindingsRefinementDeploymentMethod()

public static MethodDescriptor<GetFindingsRefinementDeploymentRequest,FindingsRefinementDeployment> getGetFindingsRefinementDeploymentMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetFindingsRefinementDeploymentRequest,FindingsRefinementDeployment>

getGetFindingsRefinementMethod()

public static MethodDescriptor<GetFindingsRefinementRequest,FindingsRefinement> getGetFindingsRefinementMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetFindingsRefinementRequest,FindingsRefinement>

getListAllFindingsRefinementDeploymentsMethod()

public static MethodDescriptor<ListAllFindingsRefinementDeploymentsRequest,ListAllFindingsRefinementDeploymentsResponse> getListAllFindingsRefinementDeploymentsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListAllFindingsRefinementDeploymentsRequest,ListAllFindingsRefinementDeploymentsResponse>

getListFindingsRefinementsMethod()

public static MethodDescriptor<ListFindingsRefinementsRequest,ListFindingsRefinementsResponse> getListFindingsRefinementsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListFindingsRefinementsRequest,ListFindingsRefinementsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateFindingsRefinementDeploymentMethod()

public static MethodDescriptor<UpdateFindingsRefinementDeploymentRequest,FindingsRefinementDeployment> getUpdateFindingsRefinementDeploymentMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateFindingsRefinementDeploymentRequest,FindingsRefinementDeployment>

getUpdateFindingsRefinementMethod()

public static MethodDescriptor<UpdateFindingsRefinementRequest,FindingsRefinement> getUpdateFindingsRefinementMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateFindingsRefinementRequest,FindingsRefinement>

newBlockingStub(Channel channel)

public static FindingsRefinementServiceGrpc.FindingsRefinementServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
FindingsRefinementServiceGrpc.FindingsRefinementServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static FindingsRefinementServiceGrpc.FindingsRefinementServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
FindingsRefinementServiceGrpc.FindingsRefinementServiceBlockingV2Stub

newFutureStub(Channel channel)

public static FindingsRefinementServiceGrpc.FindingsRefinementServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
FindingsRefinementServiceGrpc.FindingsRefinementServiceFutureStub

newStub(Channel channel)

public static FindingsRefinementServiceGrpc.FindingsRefinementServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
FindingsRefinementServiceGrpc.FindingsRefinementServiceStub