Class GkeHubMembershipServiceClient.ListLocationsFixedSizeCollection (1.3.0)

public static class GkeHubMembershipServiceClient.ListLocationsFixedSizeCollection extends AbstractFixedSizeCollection<ListLocationsRequest,ListLocationsResponse,Location,GkeHubMembershipServiceClient.ListLocationsPage,GkeHubMembershipServiceClient.ListLocationsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubMembershipServiceClient.ListLocationsFixedSizeCollection

Methods

createCollection(List<GkeHubMembershipServiceClient.ListLocationsPage> pages, int collectionSize)

protected GkeHubMembershipServiceClient.ListLocationsFixedSizeCollection createCollection(List<GkeHubMembershipServiceClient.ListLocationsPage> pages, int collectionSize)
Parameters
NameDescription
pagesList<ListLocationsPage>
collectionSizeint
Returns
TypeDescription
GkeHubMembershipServiceClient.ListLocationsFixedSizeCollection
Overrides