Class WebSecurityScannerClient.ListScanConfigsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig,WebSecurityScannerClient.ListScanConfigsPage>
com.google.cloud.websecurityscanner.v1alpha.WebSecurityScannerClient.ListScanConfigsPage
- All Implemented Interfaces:
AsyncPage<ScanConfig>,Page<ScanConfig>
- Enclosing class:
- WebSecurityScannerClient
public static class WebSecurityScannerClient.ListScanConfigsPage
extends AbstractPage<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig,WebSecurityScannerClient.ListScanConfigsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListScanConfigsRequest, ListScanConfigsResponse, ScanConfig> context, ListScanConfigsResponse response) createPageAsync(PageContext<ListScanConfigsRequest, ListScanConfigsResponse, ScanConfig> context, ApiFuture<ListScanConfigsResponse> 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.ListScanConfigsPage createPage(PageContext<ListScanConfigsRequest, ListScanConfigsResponse, ScanConfig> context, ListScanConfigsResponse response) -
createPageAsync
public ApiFuture<WebSecurityScannerClient.ListScanConfigsPage> createPageAsync(PageContext<ListScanConfigsRequest, ListScanConfigsResponse, ScanConfig> context, ApiFuture<ListScanConfigsResponse> futureResponse)
-