Class GkeHubClient.ListMembershipsFixedSizeCollection (1.95.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListMembershipsFixedSizeCollection

Methods

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

protected GkeHubClient.ListMembershipsFixedSizeCollection createCollection(@Nullable List<GkeHubClient.ListMembershipsPage> pages, int collectionSize)
Parameters
Name Description
pages @org.jspecify.annotations.Nullable java.util.List<ListMembershipsPage>
collectionSize int
Returns
Type Description
GkeHubClient.ListMembershipsFixedSizeCollection
Overrides