Class GkeHubClient.ListBoundMembershipsFixedSizeCollection (1.95.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListBoundMembershipsFixedSizeCollection

Methods

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

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