Class BatchServiceClient.ListJobsPage (0.95.0)

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

Inheritance

java.lang.Object > AbstractPage > BatchServiceClient.ListJobsPage

Methods

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

protected BatchServiceClient.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.batch.v1alpha.ListJobsResponse
Returns
Type Description
BatchServiceClient.ListJobsPage
Overrides

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

public ApiFuture<BatchServiceClient.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