Class CloudChannelReportsServiceClient.FetchReportResultsFixedSizeCollection (3.99.0)

public static class CloudChannelReportsServiceClient.FetchReportResultsFixedSizeCollection extends AbstractFixedSizeCollection<FetchReportResultsRequest,FetchReportResultsResponse,Row,CloudChannelReportsServiceClient.FetchReportResultsPage,CloudChannelReportsServiceClient.FetchReportResultsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > CloudChannelReportsServiceClient.FetchReportResultsFixedSizeCollection

Methods

createCollection(@Nullable List<CloudChannelReportsServiceClient.FetchReportResultsPage> pages, int collectionSize)

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