Class GkeHubClient.ListScopeRBACRoleBindingsFixedSizeCollection (1.85.0)

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

Inheritance

java.lang.Object > AbstractFixedSizeCollection > GkeHubClient.ListScopeRBACRoleBindingsFixedSizeCollection

Methods

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

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