Class GkeHubClient.ListScopesFixedSizeCollection (1.95.0)

public static class GkeHubClient.ListScopesFixedSizeCollection extends AbstractFixedSizeCollection<ListScopesRequest,ListScopesResponse,Scope,GkeHubClient.ListScopesPage,GkeHubClient.ListScopesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListScopesFixedSizeCollection

Methods

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

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