Class InsightsConfigServiceClient.ListInsightsConfigsFixedSizeCollection (0.24.0)

public static class InsightsConfigServiceClient.ListInsightsConfigsFixedSizeCollection extends AbstractFixedSizeCollection<ListInsightsConfigsRequest,ListInsightsConfigsResponse,InsightsConfig,InsightsConfigServiceClient.ListInsightsConfigsPage,InsightsConfigServiceClient.ListInsightsConfigsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > InsightsConfigServiceClient.ListInsightsConfigsFixedSizeCollection

Methods

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

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