Class GkeHubClient.ListMembershipRBACRoleBindingsPage (1.95.0)

public static class GkeHubClient.ListMembershipRBACRoleBindingsPage extends AbstractPage<ListMembershipRBACRoleBindingsRequest,ListMembershipRBACRoleBindingsResponse,RBACRoleBinding,GkeHubClient.ListMembershipRBACRoleBindingsPage>

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListMembershipRBACRoleBindingsPage

Methods

createPage(@Nullable PageContext<ListMembershipRBACRoleBindingsRequest,ListMembershipRBACRoleBindingsResponse,RBACRoleBinding> context, @Nullable ListMembershipRBACRoleBindingsResponse response)

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

createPageAsync(@Nullable PageContext<ListMembershipRBACRoleBindingsRequest,ListMembershipRBACRoleBindingsResponse,RBACRoleBinding> context, ApiFuture<ListMembershipRBACRoleBindingsResponse> futureResponse)

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