Class AnalyticsHubServiceClient.ListListingsFixedSizeCollection (2.90.0)

public static class AnalyticsHubServiceClient.ListListingsFixedSizeCollection extends AbstractFixedSizeCollection<ListListingsRequest,ListListingsResponse,Listing,AnalyticsHubServiceClient.ListListingsPage,AnalyticsHubServiceClient.ListListingsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AnalyticsHubServiceClient.ListListingsFixedSizeCollection

Methods

createCollection(@Nullable List<AnalyticsHubServiceClient.ListListingsPage> pages, int collectionSize)

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