Class GkeHubClient.ListScopeRBACRoleBindingsFixedSizeCollection (1.95.0)

public static class GkeHubClient.ListScopeRBACRoleBindingsFixedSizeCollection extends AbstractFixedSizeCollection<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding,GkeHubClient.ListScopeRBACRoleBindingsPage,GkeHubClient.ListScopeRBACRoleBindingsFixedSizeCollection>

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListScopeRBACRoleBindingsFixedSizeCollection

Methods

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

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