Class WebSecurityScannerClient.ListScanConfigsPage (2.95.0)

public static class WebSecurityScannerClient.ListScanConfigsPage extends AbstractPage<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig,WebSecurityScannerClient.ListScanConfigsPage>

Inheritance

java.lang.Object > AbstractPage > WebSecurityScannerClient.ListScanConfigsPage

Methods

createPage(@Nullable PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig> context, @Nullable ListScanConfigsResponse response)

protected WebSecurityScannerClient.ListScanConfigsPage createPage(@Nullable PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig> context, @Nullable ListScanConfigsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig>
response @org.jspecify.annotations.Nullable com.google.cloud.websecurityscanner.v1alpha.ListScanConfigsResponse
Returns
Type Description
WebSecurityScannerClient.ListScanConfigsPage
Overrides

createPageAsync(@Nullable PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig> context, ApiFuture<ListScanConfigsResponse> futureResponse)

public ApiFuture<WebSecurityScannerClient.ListScanConfigsPage> createPageAsync(@Nullable PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig> context, ApiFuture<ListScanConfigsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListScanConfigsRequest,ListScanConfigsResponse,ScanConfig>
futureResponse ApiFuture<ListScanConfigsResponse>
Returns
Type Description
ApiFuture<ListScanConfigsPage>
Overrides