Class GkeHubClient.ListMembershipsFixedSizeCollection (1.2.1)

public static class GkeHubClient.ListMembershipsFixedSizeCollection extends AbstractFixedSizeCollection<ListMembershipsRequest,ListMembershipsResponse,Membership,GkeHubClient.ListMembershipsPage,GkeHubClient.ListMembershipsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListMembershipsFixedSizeCollection

Methods

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

protected GkeHubClient.ListMembershipsFixedSizeCollection createCollection(List<GkeHubClient.ListMembershipsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListMembershipsPage>
collectionSizeint
Returns
TypeDescription
GkeHubClient.ListMembershipsFixedSizeCollection
Overrides