Class ReportServiceClient.ListReportsFixedSizeCollection (0.54.0)

public static class ReportServiceClient.ListReportsFixedSizeCollection extends AbstractFixedSizeCollection<ListReportsRequest,ListReportsResponse,Report,ReportServiceClient.ListReportsPage,ReportServiceClient.ListReportsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > ReportServiceClient.ListReportsFixedSizeCollection

Methods

createCollection(@Nullable List<ReportServiceClient.ListReportsPage> pages, int collectionSize)

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