Class WebSecurityScannerGrpc.WebSecurityScannerImplBase
- java.lang.Object
-
- com.google.cloud.websecurityscanner.v1beta.WebSecurityScannerGrpc.WebSecurityScannerImplBase
-
- All Implemented Interfaces:
WebSecurityScannerGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- WebSecurityScannerGrpc
public abstract static class WebSecurityScannerGrpc.WebSecurityScannerImplBase extends Object implements io.grpc.BindableService, WebSecurityScannerGrpc.AsyncService
Base class for the server implementation of the service WebSecurityScanner.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.
-
-
Constructor Summary
Constructors Constructor Description WebSecurityScannerImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.websecurityscanner.v1beta.WebSecurityScannerGrpc.AsyncService
createScanConfig, deleteScanConfig, getFinding, getScanConfig, getScanRun, listCrawledUrls, listFindings, listFindingTypeStats, listScanConfigs, listScanRuns, startScanRun, stopScanRun, updateScanConfig
-
-