Class TranscoderServiceClient.ListJobsPage (1.94.0)

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

Inheritance

java.lang.Object > AbstractPage > TranscoderServiceClient.ListJobsPage

Methods

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

protected TranscoderServiceClient.ListJobsPage createPage(@Nullable PageContext<ListJobsRequest,ListJobsResponse,Job> context, @Nullable ListJobsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job>
response @org.jspecify.annotations.Nullable com.google.cloud.video.transcoder.v1.ListJobsResponse
Returns
Type Description
TranscoderServiceClient.ListJobsPage
Overrides

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

public ApiFuture<TranscoderServiceClient.ListJobsPage> createPageAsync(@Nullable PageContext<ListJobsRequest,ListJobsResponse,Job> context, ApiFuture<ListJobsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job>
futureResponse ApiFuture<ListJobsResponse>
Returns
Type Description
ApiFuture<ListJobsPage>
Overrides