Class GkeHubClient.ListScopeRBACRoleBindingsPage (1.85.0)

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

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListScopeRBACRoleBindingsPage

Methods

createPage(PageContext<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding> context, ListScopeRBACRoleBindingsResponse response)

protected GkeHubClient.ListScopeRBACRoleBindingsPage createPage(PageContext<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding> context, ListScopeRBACRoleBindingsResponse response)
Parameters
Name Description
context PageContext<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding>
response ListScopeRBACRoleBindingsResponse
Returns
Type Description
GkeHubClient.ListScopeRBACRoleBindingsPage
Overrides

createPageAsync(PageContext<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding> context, ApiFuture<ListScopeRBACRoleBindingsResponse> futureResponse)

public ApiFuture<GkeHubClient.ListScopeRBACRoleBindingsPage> createPageAsync(PageContext<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding> context, ApiFuture<ListScopeRBACRoleBindingsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding>
futureResponse ApiFuture<ListScopeRBACRoleBindingsResponse>
Returns
Type Description
ApiFuture<ListScopeRBACRoleBindingsPage>
Overrides