Class BatchControllerClient.ListBatchesFixedSizeCollection (4.91.1)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BatchControllerClient.ListBatchesFixedSizeCollection

Methods

createCollection(@Nullable List<BatchControllerClient.ListBatchesPage> pages, int collectionSize)

protected BatchControllerClient.ListBatchesFixedSizeCollection createCollection(@Nullable List<BatchControllerClient.ListBatchesPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListBatchesPage>
collectionSize int
Returns
Type Description
BatchControllerClient.ListBatchesFixedSizeCollection
Overrides