Class DataScanServiceClient.ListDataScansPage (1.93.0)

public static class DataScanServiceClient.ListDataScansPage extends AbstractPage<ListDataScansRequest,ListDataScansResponse,DataScan,DataScanServiceClient.ListDataScansPage>

Inheritance

java.lang.Object > AbstractPage > DataScanServiceClient.ListDataScansPage

Methods

createPage(@Nullable PageContext<ListDataScansRequest,ListDataScansResponse,DataScan> context, @Nullable ListDataScansResponse response)

protected DataScanServiceClient.ListDataScansPage createPage(@Nullable PageContext<ListDataScansRequest,ListDataScansResponse,DataScan> context, @Nullable ListDataScansResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataScansRequest,ListDataScansResponse,DataScan>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListDataScansResponse
Returns
Type Description
DataScanServiceClient.ListDataScansPage
Overrides

createPageAsync(@Nullable PageContext<ListDataScansRequest,ListDataScansResponse,DataScan> context, ApiFuture<ListDataScansResponse> futureResponse)

public ApiFuture<DataScanServiceClient.ListDataScansPage> createPageAsync(@Nullable PageContext<ListDataScansRequest,ListDataScansResponse,DataScan> context, ApiFuture<ListDataScansResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataScansRequest,ListDataScansResponse,DataScan>
futureResponse ApiFuture<ListDataScansResponse>
Returns
Type Description
ApiFuture<ListDataScansPage>
Overrides