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