Class InsightsConfigServiceClient.ListDeploymentEventsFixedSizeCollection (0.44.0)

public static class InsightsConfigServiceClient.ListDeploymentEventsFixedSizeCollection extends AbstractFixedSizeCollection<ListDeploymentEventsRequest,ListDeploymentEventsResponse,DeploymentEvent,InsightsConfigServiceClient.ListDeploymentEventsPage,InsightsConfigServiceClient.ListDeploymentEventsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > InsightsConfigServiceClient.ListDeploymentEventsFixedSizeCollection

Methods

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

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