Class DashboardsServiceClient.ListDashboardsFixedSizeCollection (2.46.0)

public static class DashboardsServiceClient.ListDashboardsFixedSizeCollection extends AbstractFixedSizeCollection<ListDashboardsRequest,ListDashboardsResponse,Dashboard,DashboardsServiceClient.ListDashboardsPage,DashboardsServiceClient.ListDashboardsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DashboardsServiceClient.ListDashboardsFixedSizeCollection

Methods

createCollection(List<DashboardsServiceClient.ListDashboardsPage> pages, int collectionSize)

protected DashboardsServiceClient.ListDashboardsFixedSizeCollection createCollection(List<DashboardsServiceClient.ListDashboardsPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListDashboardsPage>
collectionSize int
Returns
Type Description
DashboardsServiceClient.ListDashboardsFixedSizeCollection
Overrides