Class NativeDashboardServiceClient.ListNativeDashboardsFixedSizeCollection (0.33.0)

public static class NativeDashboardServiceClient.ListNativeDashboardsFixedSizeCollection extends AbstractFixedSizeCollection<ListNativeDashboardsRequest,ListNativeDashboardsResponse,NativeDashboard,NativeDashboardServiceClient.ListNativeDashboardsPage,NativeDashboardServiceClient.ListNativeDashboardsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > NativeDashboardServiceClient.ListNativeDashboardsFixedSizeCollection

Methods

createCollection(@Nullable List<NativeDashboardServiceClient.ListNativeDashboardsPage> pages, int collectionSize)

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