Class DataPointsServiceClient.RollUpDataPointsFixedSizeCollection (0.4.0)

public static class DataPointsServiceClient.RollUpDataPointsFixedSizeCollection extends AbstractFixedSizeCollection<RollUpDataPointsRequest,RollUpDataPointsResponse,RollupDataPoint,DataPointsServiceClient.RollUpDataPointsPage,DataPointsServiceClient.RollUpDataPointsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > DataPointsServiceClient.RollUpDataPointsFixedSizeCollection

Methods

createCollection(@Nullable List<DataPointsServiceClient.RollUpDataPointsPage> pages, int collectionSize)

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