Class WebSecurityScannerClient.ListScanRunsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListScanRunsRequest,ListScanRunsResponse,ScanRun,WebSecurityScannerClient.ListScanRunsPage>
com.google.cloud.websecurityscanner.v1alpha.WebSecurityScannerClient.ListScanRunsPage
- Enclosing class:
- WebSecurityScannerClient
public static class WebSecurityScannerClient.ListScanRunsPage
extends AbstractPage<ListScanRunsRequest,ListScanRunsResponse,ScanRun,WebSecurityScannerClient.ListScanRunsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListScanRunsRequest, ListScanRunsResponse, ScanRun> context, ListScanRunsResponse response) createPageAsync(PageContext<ListScanRunsRequest, ListScanRunsResponse, ScanRun> context, ApiFuture<ListScanRunsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected WebSecurityScannerClient.ListScanRunsPage createPage(PageContext<ListScanRunsRequest, ListScanRunsResponse, ScanRun> context, ListScanRunsResponse response) - Specified by:
createPagein classAbstractPage<ListScanRunsRequest,ListScanRunsResponse, ScanRun, WebSecurityScannerClient.ListScanRunsPage>
-
createPageAsync
public ApiFuture<WebSecurityScannerClient.ListScanRunsPage> createPageAsync(PageContext<ListScanRunsRequest, ListScanRunsResponse, ScanRun> context, ApiFuture<ListScanRunsResponse> futureResponse)
-