Class WebSecurityScannerClient.ListScanRunsPage (2.95.0)

public static class WebSecurityScannerClient.ListScanRunsPage extends AbstractPage<ListScanRunsRequest,ListScanRunsResponse,ScanRun,WebSecurityScannerClient.ListScanRunsPage>

Inheritance

java.lang.Object > AbstractPage > WebSecurityScannerClient.ListScanRunsPage

Methods

createPage(@Nullable PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, @Nullable ListScanRunsResponse response)

protected WebSecurityScannerClient.ListScanRunsPage createPage(@Nullable PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, @Nullable ListScanRunsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun>
response @org.jspecify.annotations.Nullable com.google.cloud.websecurityscanner.v1beta.ListScanRunsResponse
Returns
Type Description
WebSecurityScannerClient.ListScanRunsPage
Overrides

createPageAsync(@Nullable PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, ApiFuture<ListScanRunsResponse> futureResponse)

public ApiFuture<WebSecurityScannerClient.ListScanRunsPage> createPageAsync(@Nullable PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun> context, ApiFuture<ListScanRunsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListScanRunsRequest,ListScanRunsResponse,ScanRun>
futureResponse ApiFuture<ListScanRunsResponse>
Returns
Type Description
ApiFuture<ListScanRunsPage>
Overrides