Class GkeHubClient.ListMembershipBindingsFixedSizeCollection (1.85.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListMembershipBindingsFixedSizeCollection

Methods

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

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