Class BackendServicesClient.AggregatedListFixedSizeCollection (1.53.0)

public static class BackendServicesClient.AggregatedListFixedSizeCollection extends AbstractFixedSizeCollection<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,Map.Entry<String,BackendServicesScopedList>,BackendServicesClient.AggregatedListPage,BackendServicesClient.AggregatedListFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > BackendServicesClient.AggregatedListFixedSizeCollection

Methods

createCollection(List<BackendServicesClient.AggregatedListPage> pages, int collectionSize)

protected BackendServicesClient.AggregatedListFixedSizeCollection createCollection(List<BackendServicesClient.AggregatedListPage> pages, int collectionSize)
Parameters
Name Description
pages List<AggregatedListPage>
collectionSize int
Returns
Type Description
BackendServicesClient.AggregatedListFixedSizeCollection
Overrides