Class GkeHubClient.ListPermittedScopesFixedSizeCollection (1.95.0)

public static class GkeHubClient.ListPermittedScopesFixedSizeCollection extends AbstractFixedSizeCollection<ListPermittedScopesRequest,ListPermittedScopesResponse,Scope,GkeHubClient.ListPermittedScopesPage,GkeHubClient.ListPermittedScopesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListPermittedScopesFixedSizeCollection

Methods

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

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