Class GkeHubMembershipServiceClient.ListLocationsFixedSizeCollection (1.95.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubMembershipServiceClient.ListLocationsFixedSizeCollection

Methods

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

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