Class TranscoderServiceClient.ListJobsPage (1.41.0)

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

Inheritance

java.lang.Object > AbstractPage > TranscoderServiceClient.ListJobsPage

Methods

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

protected TranscoderServiceClient.ListJobsPage createPage(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
Parameters
Name Description
context PageContext<ListJobsRequest,ListJobsResponse,Job>
response ListJobsResponse
Returns
Type Description
TranscoderServiceClient.ListJobsPage
Overrides

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

public ApiFuture<TranscoderServiceClient.ListJobsPage> createPageAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListJobsRequest,ListJobsResponse,Job>
futureResponse ApiFuture<ListJobsResponse>
Returns
Type Description
ApiFuture<ListJobsPage>
Overrides