Class InsightsConfigServiceClient.ListDeploymentEventsFixedSizeCollection (0.52.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > InsightsConfigServiceClient.ListDeploymentEventsFixedSizeCollection

Methods

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

protected InsightsConfigServiceClient.ListDeploymentEventsFixedSizeCollection createCollection(@Nullable List<InsightsConfigServiceClient.ListDeploymentEventsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListDeploymentEventsPage>
collectionSize int
Returns
Type Description
InsightsConfigServiceClient.ListDeploymentEventsFixedSizeCollection
Overrides