Class TranscoderServiceClient.ListJobsPage (1.7.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
NameDescription
contextPageContext<ListJobsRequest,ListJobsResponse,Job>
responseListJobsResponse
Returns
TypeDescription
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
NameDescription
contextPageContext<ListJobsRequest,ListJobsResponse,Job>
futureResponseApiFuture<ListJobsResponse>
Returns
TypeDescription
ApiFuture<ListJobsPage>
Overrides