Class GkeHubClient.ListFeaturesFixedSizeCollection (1.95.0)

public static class GkeHubClient.ListFeaturesFixedSizeCollection extends AbstractFixedSizeCollection<ListFeaturesRequest,ListFeaturesResponse,Feature,GkeHubClient.ListFeaturesPage,GkeHubClient.ListFeaturesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListFeaturesFixedSizeCollection

Methods

createCollection(@Nullable List<GkeHubClient.ListFeaturesPage> pages, int collectionSize)

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