Class GkeHubClient.ListBoundMembershipsFixedSizeCollection (1.85.0)

public static class GkeHubClient.ListBoundMembershipsFixedSizeCollection extends AbstractFixedSizeCollection<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership,GkeHubClient.ListBoundMembershipsPage,GkeHubClient.ListBoundMembershipsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListBoundMembershipsFixedSizeCollection

Methods

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

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