Class BackendServicesClient.AggregatedListFixedSizeCollection (1.47.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
NameDescription
pagesList<AggregatedListPage>
collectionSizeint
Returns
TypeDescription
BackendServicesClient.AggregatedListFixedSizeCollection
Overrides