Class GkeHubClient.ListMembershipBindingsPage (1.85.0)

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

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListMembershipBindingsPage

Methods

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

protected GkeHubClient.ListMembershipBindingsPage createPage(PageContext<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding> context, ListMembershipBindingsResponse response)
Parameters
Name Description
context PageContext<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding>
response ListMembershipBindingsResponse
Returns
Type Description
GkeHubClient.ListMembershipBindingsPage
Overrides

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

public ApiFuture<GkeHubClient.ListMembershipBindingsPage> createPageAsync(PageContext<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding> context, ApiFuture<ListMembershipBindingsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListMembershipBindingsRequest,ListMembershipBindingsResponse,MembershipBinding>
futureResponse ApiFuture<ListMembershipBindingsResponse>
Returns
Type Description
ApiFuture<ListMembershipBindingsPage>
Overrides