Class ChatServiceClient.ListMembershipsPage (0.59.0)

public static class ChatServiceClient.ListMembershipsPage extends AbstractPage<ListMembershipsRequest,ListMembershipsResponse,Membership,ChatServiceClient.ListMembershipsPage>

Inheritance

java.lang.Object > AbstractPage > ChatServiceClient.ListMembershipsPage

Methods

createPage(@Nullable PageContext<ListMembershipsRequest,ListMembershipsResponse,Membership> context, @Nullable ListMembershipsResponse response)

protected ChatServiceClient.ListMembershipsPage createPage(@Nullable PageContext<ListMembershipsRequest,ListMembershipsResponse,Membership> context, @Nullable ListMembershipsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMembershipsRequest,ListMembershipsResponse,Membership>
response @org.jspecify.annotations.Nullable com.google.chat.v1.ListMembershipsResponse
Returns
Type Description
ChatServiceClient.ListMembershipsPage
Overrides

createPageAsync(@Nullable PageContext<ListMembershipsRequest,ListMembershipsResponse,Membership> context, ApiFuture<ListMembershipsResponse> futureResponse)

public ApiFuture<ChatServiceClient.ListMembershipsPage> createPageAsync(@Nullable PageContext<ListMembershipsRequest,ListMembershipsResponse,Membership> context, ApiFuture<ListMembershipsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListMembershipsRequest,ListMembershipsResponse,Membership>
futureResponse ApiFuture<ListMembershipsResponse>
Returns
Type Description
ApiFuture<ListMembershipsPage>
Overrides