Class GkeHubClient.ListMembershipBindingsPage (1.95.0)

public static class GkeHubClient.ListMembershipBindingsPage extends AbstractPage<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding,GkeHubClient.ListMembershipBindingsPage>

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListMembershipBindingsPage

Methods

createPage(@Nullable PageContext<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding> context, @Nullable ListMembershipBindingsResponse response)

protected GkeHubClient.ListMembershipBindingsPage createPage(@Nullable PageContext<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding> context, @Nullable ListMembershipBindingsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding>
response @org.jspecify.annotations.Nullable com.google.cloud.gkehub.v1.ListMembershipBindingsResponse
Returns
Type Description
GkeHubClient.ListMembershipBindingsPage
Overrides

createPageAsync(@Nullable PageContext<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding> context, ApiFuture<ListMembershipBindingsResponse> futureResponse)

public ApiFuture<GkeHubClient.ListMembershipBindingsPage> createPageAsync(@Nullable PageContext<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding> context, ApiFuture<ListMembershipBindingsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding>
futureResponse ApiFuture<ListMembershipBindingsResponse>
Returns
Type Description
ApiFuture<ListMembershipBindingsPage>
Overrides