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.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(WebSecurityScannerGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(WebSecurityScannerGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateScanConfigMethod()
public static MethodDescriptor<CreateScanConfigRequest,ScanConfig> getCreateScanConfigMethod()
getDeleteScanConfigMethod()
public static MethodDescriptor<DeleteScanConfigRequest,Empty> getDeleteScanConfigMethod()
getGetFindingMethod()
public static MethodDescriptor<GetFindingRequest,Finding> getGetFindingMethod()
getGetScanConfigMethod()
public static MethodDescriptor<GetScanConfigRequest,ScanConfig> getGetScanConfigMethod()
getGetScanRunMethod()
public static MethodDescriptor<GetScanRunRequest,ScanRun> getGetScanRunMethod()
getListCrawledUrlsMethod()
public static MethodDescriptor<ListCrawledUrlsRequest,ListCrawledUrlsResponse> getListCrawledUrlsMethod()
getListFindingTypeStatsMethod()
public static MethodDescriptor<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse> getListFindingTypeStatsMethod()
getListFindingsMethod()
public static MethodDescriptor<ListFindingsRequest,ListFindingsResponse> getListFindingsMethod()
getListScanConfigsMethod()
public static MethodDescriptor<ListScanConfigsRequest,ListScanConfigsResponse> getListScanConfigsMethod()
getListScanRunsMethod()
public static MethodDescriptor<ListScanRunsRequest,ListScanRunsResponse> getListScanRunsMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getStartScanRunMethod()
public static MethodDescriptor<StartScanRunRequest,ScanRun> getStartScanRunMethod()
getStopScanRunMethod()
public static MethodDescriptor<StopScanRunRequest,ScanRun> getStopScanRunMethod()
getUpdateScanConfigMethod()
public static MethodDescriptor<UpdateScanConfigRequest,ScanConfig> getUpdateScanConfigMethod()
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 |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static WebSecurityScannerGrpc.WebSecurityScannerFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static WebSecurityScannerGrpc.WebSecurityScannerStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|