Class GkeHubClient.ListScopeNamespacesFixedSizeCollection (1.95.0)

public static class GkeHubClient.ListScopeNamespacesFixedSizeCollection extends AbstractFixedSizeCollection<ListScopeNamespacesRequest,ListScopeNamespacesResponse,Namespace,GkeHubClient.ListScopeNamespacesPage,GkeHubClient.ListScopeNamespacesFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListScopeNamespacesFixedSizeCollection

Methods

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

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