public static class TranscoderServiceClient.ListJobsPage extends AbstractPage<ListJobsRequest,ListJobsResponse,Job,TranscoderServiceClient.ListJobsPage>
Methods
createPage(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
protected TranscoderServiceClient.ListJobsPage createPage(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
Name | Description |
context | PageContext<ListJobsRequest,ListJobsResponse,Job> |
response | ListJobsResponse |
Type | Description |
TranscoderServiceClient.ListJobsPage |
createPageAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)
public ApiFuture<TranscoderServiceClient.ListJobsPage> createPageAsync(PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)
Name | Description |
context | PageContext<ListJobsRequest,ListJobsResponse,Job> |
futureResponse | ApiFuture<ListJobsResponse> |
Type | Description |
ApiFuture<ListJobsPage> |