Class JobServiceClient.ListBatchPredictionJobsPage (3.42.0)

public static class JobServiceClient.ListBatchPredictionJobsPage extends AbstractPage<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob,JobServiceClient.ListBatchPredictionJobsPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.ListBatchPredictionJobsPage

Methods

createPage(PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ListBatchPredictionJobsResponse response)

protected JobServiceClient.ListBatchPredictionJobsPage createPage(PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ListBatchPredictionJobsResponse response)
Parameters
NameDescription
contextPageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob>
responseListBatchPredictionJobsResponse
Returns
TypeDescription
JobServiceClient.ListBatchPredictionJobsPage
Overrides

createPageAsync(PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ApiFuture<ListBatchPredictionJobsResponse> futureResponse)

public ApiFuture<JobServiceClient.ListBatchPredictionJobsPage> createPageAsync(PageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob> context, ApiFuture<ListBatchPredictionJobsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,BatchPredictionJob>
futureResponseApiFuture<ListBatchPredictionJobsResponse>
Returns
TypeDescription
ApiFuture<ListBatchPredictionJobsPage>
Overrides