@BetaApi @Generated(value="by gapic-generator-java") public abstract class WebSecurityScannerStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
WebSecurityScannerStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public UnaryCallable<CreateScanConfigRequest,ScanConfig> createScanConfigCallable()
public UnaryCallable<DeleteScanConfigRequest,Empty> deleteScanConfigCallable()
public UnaryCallable<GetScanConfigRequest,ScanConfig> getScanConfigCallable()
public UnaryCallable<ListScanConfigsRequest,WebSecurityScannerClient.ListScanConfigsPagedResponse> listScanConfigsPagedCallable()
public UnaryCallable<ListScanConfigsRequest,ListScanConfigsResponse> listScanConfigsCallable()
public UnaryCallable<UpdateScanConfigRequest,ScanConfig> updateScanConfigCallable()
public UnaryCallable<StartScanRunRequest,ScanRun> startScanRunCallable()
public UnaryCallable<GetScanRunRequest,ScanRun> getScanRunCallable()
public UnaryCallable<ListScanRunsRequest,WebSecurityScannerClient.ListScanRunsPagedResponse> listScanRunsPagedCallable()
public UnaryCallable<ListScanRunsRequest,ListScanRunsResponse> listScanRunsCallable()
public UnaryCallable<StopScanRunRequest,ScanRun> stopScanRunCallable()
public UnaryCallable<ListCrawledUrlsRequest,WebSecurityScannerClient.ListCrawledUrlsPagedResponse> listCrawledUrlsPagedCallable()
public UnaryCallable<ListCrawledUrlsRequest,ListCrawledUrlsResponse> listCrawledUrlsCallable()
public UnaryCallable<GetFindingRequest,Finding> getFindingCallable()
public UnaryCallable<ListFindingsRequest,WebSecurityScannerClient.ListFindingsPagedResponse> listFindingsPagedCallable()
public UnaryCallable<ListFindingsRequest,ListFindingsResponse> listFindingsCallable()
public UnaryCallable<ListFindingTypeStatsRequest,ListFindingTypeStatsResponse> listFindingTypeStatsCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.