Class GkeHubClient.ListScopeRBACRoleBindingsPage (1.95.0)

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

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListScopeRBACRoleBindingsPage

Methods

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

protected GkeHubClient.ListScopeRBACRoleBindingsPage createPage(@Nullable PageContext<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding> context, @Nullable ListScopeRBACRoleBindingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding>
response @org.jspecify.annotations.Nullable com.google.cloud.gkehub.v1.ListScopeRBACRoleBindingsResponse
Returns
Type Description
GkeHubClient.ListScopeRBACRoleBindingsPage
Overrides

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

public ApiFuture<GkeHubClient.ListScopeRBACRoleBindingsPage> createPageAsync(@Nullable PageContext<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding> context, ApiFuture<ListScopeRBACRoleBindingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListScopeRBACRoleBindingsRequest,ListScopeRBACRoleBindingsResponse,RBACRoleBinding>
futureResponse ApiFuture<ListScopeRBACRoleBindingsResponse>
Returns
Type Description
ApiFuture<ListScopeRBACRoleBindingsPage>
Overrides