Class DataplexServiceClient.ListJobsPage (1.4.0)

public static class DataplexServiceClient.ListJobsPage extends AbstractPage<ListJobsRequest,ListJobsResponse,Job,DataplexServiceClient.ListJobsPage>

Inheritance

java.lang.Object > AbstractPage > DataplexServiceClient.ListJobsPage

Methods

createPage(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)

protected DataplexServiceClient.ListJobsPage createPage(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
Parameters Returns Overrides

createPageAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)

public ApiFuture<DataplexServiceClient.ListJobsPage> createPageAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)
Parameters Returns
TypeDescription
ApiFuture<ListJobsPage>
Overrides