Class GkeHubClient.ListMembershipsFixedSizeCollection (1.42.0)

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
Name Description
pages List<ListMembershipsPage>
collectionSize int
Returns
Type Description
GkeHubClient.ListMembershipsFixedSizeCollection
Overrides