@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/websecurityscanner/v1/web_security_scanner.proto") public final class WebSecurityScannerGrpc extends Object
Web Security Scanner Service identifies security vulnerabilities in web applications hosted on Google Cloud. It crawls your application, and attempts to exercise as many user inputs and event handlers as possible.
Modifier and Type | Class and Description |
---|---|
static class |
WebSecurityScannerGrpc.WebSecurityScannerBlockingStub
Web Security Scanner Service identifies security vulnerabilities in web
applications hosted on Google Cloud.
|
static class |
WebSecurityScannerGrpc.WebSecurityScannerFutureStub
Web Security Scanner Service identifies security vulnerabilities in web
applications hosted on Google Cloud.
|
static class |
WebSecurityScannerGrpc.WebSecurityScannerImplBase
Web Security Scanner Service identifies security vulnerabilities in web
applications hosted on Google Cloud.
|
static class |
WebSecurityScannerGrpc.WebSecurityScannerStub
Web Security Scanner Service identifies security vulnerabilities in web
applications hosted on Google Cloud.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<CreateScanConfigRequest,ScanConfig> getCreateScanConfigMethod()
public static MethodDescriptor<DeleteScanConfigRequest,Empty> getDeleteScanConfigMethod()
public static MethodDescriptor<GetScanConfigRequest,ScanConfig> getGetScanConfigMethod()
public static MethodDescriptor<ListScanConfigsRequest,ListScanConfigsResponse> getListScanConfigsMethod()
public static MethodDescriptor<UpdateScanConfigRequest,ScanConfig> getUpdateScanConfigMethod()
public static MethodDescriptor<StartScanRunRequest,ScanRun> getStartScanRunMethod()
public static MethodDescriptor<GetScanRunRequest,ScanRun> getGetScanRunMethod()
public static MethodDescriptor<ListScanRunsRequest,ListScanRunsResponse> getListScanRunsMethod()
public static MethodDescriptor<StopScanRunRequest,ScanRun> getStopScanRunMethod()
public static MethodDescriptor<ListCrawledUrlsRequest,ListCrawledUrlsResponse> getListCrawledUrlsMethod()
public static MethodDescriptor<GetFindingRequest,Finding> getGetFindingMethod()
public static MethodDescriptor<ListFindingsRequest,ListFindingsResponse> getListFindingsMethod()
public static MethodDescriptor<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse> getListFindingTypeStatsMethod()
public static WebSecurityScannerGrpc.WebSecurityScannerStub newStub(Channel channel)
public static WebSecurityScannerGrpc.WebSecurityScannerBlockingStub newBlockingStub(Channel channel)
public static WebSecurityScannerGrpc.WebSecurityScannerFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.