Class JobServiceClient.ListCustomJobsPage (3.42.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
NameDescription
contextPageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob>
responseListCustomJobsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListCustomJobsRequest,ListCustomJobsResponse,CustomJob>
futureResponseApiFuture<ListCustomJobsResponse>
Returns
TypeDescription
ApiFuture<ListCustomJobsPage>
Overrides