Class DataplexServiceClient.ListJobsPage (1.39.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
NameDescription
contextPageContext<ListJobsRequest,ListJobsResponse,Job>
responseListJobsResponse
Returns
TypeDescription
DataplexServiceClient.ListJobsPage
Overrides

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

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