Class GkeHubClient.ListPermittedScopesFixedSizeCollection (1.85.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListPermittedScopesFixedSizeCollection

Methods

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

protected GkeHubClient.ListPermittedScopesFixedSizeCollection createCollection(List<GkeHubClient.ListPermittedScopesPage> pages, int collectionSize)
Parameters
Name Description
pages List<ListPermittedScopesPage>
collectionSize int
Returns
Type Description
GkeHubClient.ListPermittedScopesFixedSizeCollection
Overrides