Class BatchControllerClient.ListBatchesPage (4.91.1)

public static class BatchControllerClient.ListBatchesPage extends AbstractPage<ListBatchesRequest,ListBatchesResponse,Batch,BatchControllerClient.ListBatchesPage>

Inheritance

java.lang.Object > AbstractPage > BatchControllerClient.ListBatchesPage

Methods

createPage(@Nullable PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, @Nullable ListBatchesResponse response)

protected BatchControllerClient.ListBatchesPage createPage(@Nullable PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, @Nullable ListBatchesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch>
response @org.jspecify.annotations.Nullable com.google.cloud.dataproc.v1.ListBatchesResponse
Returns
Type Description
BatchControllerClient.ListBatchesPage
Overrides

createPageAsync(@Nullable PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ApiFuture<ListBatchesResponse> futureResponse)

public ApiFuture<BatchControllerClient.ListBatchesPage> createPageAsync(@Nullable PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ApiFuture<ListBatchesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch>
futureResponse ApiFuture<ListBatchesResponse>
Returns
Type Description
ApiFuture<ListBatchesPage>
Overrides