Class GkeHubClient.ListBoundMembershipsPage (1.95.0)

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

Inheritance

java.lang.Object > AbstractPage > GkeHubClient.ListBoundMembershipsPage

Methods

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

protected GkeHubClient.ListBoundMembershipsPage createPage(@Nullable PageContext<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership> context, @Nullable ListBoundMembershipsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership>
response @org.jspecify.annotations.Nullable com.google.cloud.gkehub.v1.ListBoundMembershipsResponse
Returns
Type Description
GkeHubClient.ListBoundMembershipsPage
Overrides

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

public ApiFuture<GkeHubClient.ListBoundMembershipsPage> createPageAsync(@Nullable PageContext<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership> context, ApiFuture<ListBoundMembershipsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListBoundMembershipsRequest,ListBoundMembershipsResponse,Membership>
futureResponse ApiFuture<ListBoundMembershipsResponse>
Returns
Type Description
ApiFuture<ListBoundMembershipsPage>
Overrides