Class BatchControllerClient.ListBatchesPage (4.21.0)

See more code actions.
public static class BatchControllerClient.ListBatchesPage extends AbstractPage<ListBatchesRequest,ListBatchesResponse,Batch,BatchControllerClient.ListBatchesPage>
java.lang.Object > AbstractPage > BatchControllerClient.ListBatchesPage

Methods

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

protected BatchControllerClient.ListBatchesPage createPage(PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ListBatchesResponse response)
Overrides

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

public ApiFuture<BatchControllerClient.ListBatchesPage> createPageAsync(PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ApiFuture<ListBatchesResponse> futureResponse)
Returns
TypeDescription
ApiFuture<ListBatchesPage>
Overrides