Class GkeHubClient.ListMembershipBindingsFixedSizeCollection (1.95.0)

public static class GkeHubClient.ListMembershipBindingsFixedSizeCollection extends AbstractFixedSizeCollection<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding,GkeHubClient.ListMembershipBindingsPage,GkeHubClient.ListMembershipBindingsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListMembershipBindingsFixedSizeCollection

Methods

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

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