Class WebSecurityScannerGrpc (2.36.0)

public final class WebSecurityScannerGrpc

Cloud Web Security Scanner Service identifies security vulnerabilities in web applications hosted on Google Cloud Platform. It crawls your application, and attempts to exercise as many user inputs and event handlers as possible.

Inheritance

java.lang.Object > WebSecurityScannerGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(WebSecurityScannerGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(WebSecurityScannerGrpc.AsyncService service)
Parameter
NameDescription
serviceWebSecurityScannerGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateScanConfigMethod()

public static MethodDescriptor<CreateScanConfigRequest,ScanConfig> getCreateScanConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateScanConfigRequest,ScanConfig>

getDeleteScanConfigMethod()

public static MethodDescriptor<DeleteScanConfigRequest,Empty> getDeleteScanConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteScanConfigRequest,Empty>

getGetFindingMethod()

public static MethodDescriptor<GetFindingRequest,Finding> getGetFindingMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetFindingRequest,Finding>

getGetScanConfigMethod()

public static MethodDescriptor<GetScanConfigRequest,ScanConfig> getGetScanConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetScanConfigRequest,ScanConfig>

getGetScanRunMethod()

public static MethodDescriptor<GetScanRunRequest,ScanRun> getGetScanRunMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetScanRunRequest,ScanRun>

getListCrawledUrlsMethod()

public static MethodDescriptor<ListCrawledUrlsRequest,ListCrawledUrlsResponse> getListCrawledUrlsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListCrawledUrlsRequest,ListCrawledUrlsResponse>

getListFindingTypeStatsMethod()

public static MethodDescriptor<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse> getListFindingTypeStatsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse>

getListFindingsMethod()

public static MethodDescriptor<ListFindingsRequest,ListFindingsResponse> getListFindingsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListFindingsRequest,ListFindingsResponse>

getListScanConfigsMethod()

public static MethodDescriptor<ListScanConfigsRequest,ListScanConfigsResponse> getListScanConfigsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListScanConfigsRequest,ListScanConfigsResponse>

getListScanRunsMethod()

public static MethodDescriptor<ListScanRunsRequest,ListScanRunsResponse> getListScanRunsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListScanRunsRequest,ListScanRunsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getStartScanRunMethod()

public static MethodDescriptor<StartScanRunRequest,ScanRun> getStartScanRunMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<StartScanRunRequest,ScanRun>

getStopScanRunMethod()

public static MethodDescriptor<StopScanRunRequest,ScanRun> getStopScanRunMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<StopScanRunRequest,ScanRun>

getUpdateScanConfigMethod()

public static MethodDescriptor<UpdateScanConfigRequest,ScanConfig> getUpdateScanConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateScanConfigRequest,ScanConfig>

newBlockingStub(Channel channel)

public static WebSecurityScannerGrpc.WebSecurityScannerBlockingStub newBlockingStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub

newFutureStub(Channel channel)

public static WebSecurityScannerGrpc.WebSecurityScannerFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
WebSecurityScannerGrpc.WebSecurityScannerFutureStub

newStub(Channel channel)

public static WebSecurityScannerGrpc.WebSecurityScannerStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
WebSecurityScannerGrpc.WebSecurityScannerStub