Class GkeHubClient.ListScopesFixedSizeCollection (1.85.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListScopesFixedSizeCollection

Methods

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

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