public abstract class WebSecurityScannerStub implements BackgroundResource
Base stub class for the WebSecurityScanner service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
WebSecurityScannerStub()
public WebSecurityScannerStub()
Methods
close()
public abstract void close()
createScanConfigCallable()
public UnaryCallable<CreateScanConfigRequest,ScanConfig> createScanConfigCallable()
deleteScanConfigCallable()
public UnaryCallable<DeleteScanConfigRequest,Empty> deleteScanConfigCallable()
getFindingCallable()
public UnaryCallable<GetFindingRequest,Finding> getFindingCallable()
getScanConfigCallable()
public UnaryCallable<GetScanConfigRequest,ScanConfig> getScanConfigCallable()
getScanRunCallable()
public UnaryCallable<GetScanRunRequest,ScanRun> getScanRunCallable()
listCrawledUrlsCallable()
public UnaryCallable<ListCrawledUrlsRequest,ListCrawledUrlsResponse> listCrawledUrlsCallable()
listCrawledUrlsPagedCallable()
public UnaryCallable<ListCrawledUrlsRequest,WebSecurityScannerClient.ListCrawledUrlsPagedResponse> listCrawledUrlsPagedCallable()
listFindingTypeStatsCallable()
public UnaryCallable<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse> listFindingTypeStatsCallable()
listFindingsCallable()
public UnaryCallable<ListFindingsRequest,ListFindingsResponse> listFindingsCallable()
listFindingsPagedCallable()
public UnaryCallable<ListFindingsRequest,WebSecurityScannerClient.ListFindingsPagedResponse> listFindingsPagedCallable()
listScanConfigsCallable()
public UnaryCallable<ListScanConfigsRequest,ListScanConfigsResponse> listScanConfigsCallable()
listScanConfigsPagedCallable()
public UnaryCallable<ListScanConfigsRequest,WebSecurityScannerClient.ListScanConfigsPagedResponse> listScanConfigsPagedCallable()
listScanRunsCallable()
public UnaryCallable<ListScanRunsRequest,ListScanRunsResponse> listScanRunsCallable()
listScanRunsPagedCallable()
public UnaryCallable<ListScanRunsRequest,WebSecurityScannerClient.ListScanRunsPagedResponse> listScanRunsPagedCallable()
startScanRunCallable()
public UnaryCallable<StartScanRunRequest,ScanRun> startScanRunCallable()
stopScanRunCallable()
public UnaryCallable<StopScanRunRequest,ScanRun> stopScanRunCallable()
updateScanConfigCallable()
public UnaryCallable<UpdateScanConfigRequest,ScanConfig> updateScanConfigCallable()