Class JobServiceClient.ListCustomJobsPage (3.44.0)

public static class JobServiceClient.ListCustomJobsPage extends AbstractPage<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob,JobServiceClient.ListCustomJobsPage>

Inheritance

java.lang.Object > AbstractPage > JobServiceClient.ListCustomJobsPage

Methods

createPage(PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, ListCustomJobsResponse response)

protected JobServiceClient.ListCustomJobsPage createPage(PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, ListCustomJobsResponse response)
Parameters
Name Description
context PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob>
response ListCustomJobsResponse
Returns
Type Description
JobServiceClient.ListCustomJobsPage
Overrides

createPageAsync(PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, ApiFuture<ListCustomJobsResponse> futureResponse)

public ApiFuture<JobServiceClient.ListCustomJobsPage> createPageAsync(PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob> context, ApiFuture<ListCustomJobsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob>
futureResponse ApiFuture<ListCustomJobsResponse>
Returns
Type Description
ApiFuture<ListCustomJobsPage>
Overrides