Class WebSecurityScannerClient.ListCrawledUrlsPage (2.95.0)

public static class WebSecurityScannerClient.ListCrawledUrlsPage extends AbstractPage<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl,WebSecurityScannerClient.ListCrawledUrlsPage>

Inheritance

java.lang.Object > AbstractPage > WebSecurityScannerClient.ListCrawledUrlsPage

Methods

createPage(@Nullable PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, @Nullable ListCrawledUrlsResponse response)

protected WebSecurityScannerClient.ListCrawledUrlsPage createPage(@Nullable PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, @Nullable ListCrawledUrlsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl>
response @org.jspecify.annotations.Nullable com.google.cloud.websecurityscanner.v1beta.ListCrawledUrlsResponse
Returns
Type Description
WebSecurityScannerClient.ListCrawledUrlsPage
Overrides

createPageAsync(@Nullable PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, ApiFuture<ListCrawledUrlsResponse> futureResponse)

public ApiFuture<WebSecurityScannerClient.ListCrawledUrlsPage> createPageAsync(@Nullable PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl> context, ApiFuture<ListCrawledUrlsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCrawledUrlsRequest,ListCrawledUrlsResponse,CrawledUrl>
futureResponse ApiFuture<ListCrawledUrlsResponse>
Returns
Type Description
ApiFuture<ListCrawledUrlsPage>
Overrides