Class AnalyticsHubServiceClient.ListQueryTemplatesFixedSizeCollection (0.71.0)

public static class AnalyticsHubServiceClient.ListQueryTemplatesFixedSizeCollection extends AbstractFixedSizeCollection<ListQueryTemplatesRequest,ListQueryTemplatesResponse,QueryTemplate,AnalyticsHubServiceClient.ListQueryTemplatesPage,AnalyticsHubServiceClient.ListQueryTemplatesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > AnalyticsHubServiceClient.ListQueryTemplatesFixedSizeCollection

Methods

createCollection(List<AnalyticsHubServiceClient.ListQueryTemplatesPage> pages, int collectionSize)

protected AnalyticsHubServiceClient.ListQueryTemplatesFixedSizeCollection createCollection(List<AnalyticsHubServiceClient.ListQueryTemplatesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListQueryTemplatesPage>
collectionSize int
Returns
Type Description
AnalyticsHubServiceClient.ListQueryTemplatesFixedSizeCollection
Overrides