Class GkeHubClient.ListBoundMembershipsPage (1.85.0)

public static class GkeHubClient.ListBoundMembershipsPage extends AbstractPage<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership,GkeHubClient.ListBoundMembershipsPage>

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListBoundMembershipsPage

Methods

createPage(PageContext<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership> context, ListBoundMembershipsResponse response)

protected GkeHubClient.ListBoundMembershipsPage createPage(PageContext<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership> context, ListBoundMembershipsResponse response)
Parameters
Name Description
context PageContext<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership>
response ListBoundMembershipsResponse
Returns
Type Description
GkeHubClient.ListBoundMembershipsPage
Overrides

createPageAsync(PageContext<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership> context, ApiFuture<ListBoundMembershipsResponse> futureResponse)

public ApiFuture<GkeHubClient.ListBoundMembershipsPage> createPageAsync(PageContext<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership> context, ApiFuture<ListBoundMembershipsResponse> futureResponse)
Parameters
Name Description
context PageContext<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership>
futureResponse ApiFuture<ListBoundMembershipsResponse>
Returns
Type Description
ApiFuture<ListBoundMembershipsPage>
Overrides