Class InsightsConfigServiceClient.ListLocationsFixedSizeCollection (0.24.0)

public static class InsightsConfigServiceClient.ListLocationsFixedSizeCollection extends AbstractFixedSizeCollection<ListLocationsRequest,ListLocationsResponse,Location,InsightsConfigServiceClient.ListLocationsPage,InsightsConfigServiceClient.ListLocationsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > InsightsConfigServiceClient.ListLocationsFixedSizeCollection

Methods

createCollection(List<InsightsConfigServiceClient.ListLocationsPage> pages, int collectionSize)

protected InsightsConfigServiceClient.ListLocationsFixedSizeCollection createCollection(List<InsightsConfigServiceClient.ListLocationsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListLocationsPage>
collectionSize int
Returns
Type Description
InsightsConfigServiceClient.ListLocationsFixedSizeCollection
Overrides