Class DataScanServiceClient.ListDataScanJobsPage (1.93.0)

public static class DataScanServiceClient.ListDataScanJobsPage extends AbstractPage<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanJob,DataScanServiceClient.ListDataScanJobsPage>

Inheritance

java.lang.Object > AbstractPage > DataScanServiceClient.ListDataScanJobsPage

Methods

createPage(@Nullable PageContext<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanJob> context, @Nullable ListDataScanJobsResponse response)

protected DataScanServiceClient.ListDataScanJobsPage createPage(@Nullable PageContext<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanJob> context, @Nullable ListDataScanJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanJob>
response @org.jspecify.annotations.Nullable com.google.cloud.dataplex.v1.ListDataScanJobsResponse
Returns
Type Description
DataScanServiceClient.ListDataScanJobsPage
Overrides

createPageAsync(@Nullable PageContext<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanJob> context, ApiFuture<ListDataScanJobsResponse> futureResponse)

public ApiFuture<DataScanServiceClient.ListDataScanJobsPage> createPageAsync(@Nullable PageContext<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanJob> context, ApiFuture<ListDataScanJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanJob>
futureResponse ApiFuture<ListDataScanJobsResponse>
Returns
Type Description
ApiFuture<ListDataScanJobsPage>
Overrides