Uses of Class
com.google.cloud.websecurityscanner.v1.WebSecurityScannerClient.ListScanRunsPage
-
Packages that use WebSecurityScannerClient.ListScanRunsPage Package Description com.google.cloud.websecurityscanner.v1 A client to Web Security Scanner API -
-
Uses of WebSecurityScannerClient.ListScanRunsPage in com.google.cloud.websecurityscanner.v1
Methods in com.google.cloud.websecurityscanner.v1 that return WebSecurityScannerClient.ListScanRunsPage Modifier and Type Method Description protected WebSecurityScannerClient.ListScanRunsPage
WebSecurityScannerClient.ListScanRunsPage. createPage(com.google.api.gax.rpc.PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, ListScanRunsResponse response)
Methods in com.google.cloud.websecurityscanner.v1 that return types with arguments of type WebSecurityScannerClient.ListScanRunsPage Modifier and Type Method Description com.google.api.core.ApiFuture<WebSecurityScannerClient.ListScanRunsPage>
WebSecurityScannerClient.ListScanRunsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, com.google.api.core.ApiFuture<ListScanRunsResponse> futureResponse)
Method parameters in com.google.cloud.websecurityscanner.v1 with type arguments of type WebSecurityScannerClient.ListScanRunsPage Modifier and Type Method Description protected WebSecurityScannerClient.ListScanRunsFixedSizeCollection
WebSecurityScannerClient.ListScanRunsFixedSizeCollection. createCollection(List<WebSecurityScannerClient.ListScanRunsPage> pages, int collectionSize)
-