Class ChatServiceClient.ListReactionsPage (0.59.0)

public static class ChatServiceClient.ListReactionsPage extends AbstractPage<ListReactionsRequest,ListReactionsResponse,Reaction,ChatServiceClient.ListReactionsPage>

Inheritance

java.lang.Object > AbstractPage > ChatServiceClient.ListReactionsPage

Methods

createPage(@Nullable PageContext<ListReactionsRequest,ListReactionsResponse,Reaction> context, @Nullable ListReactionsResponse response)

protected ChatServiceClient.ListReactionsPage createPage(@Nullable PageContext<ListReactionsRequest,ListReactionsResponse,Reaction> context, @Nullable ListReactionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReactionsRequest,ListReactionsResponse,Reaction>
response @org.jspecify.annotations.Nullable com.google.chat.v1.ListReactionsResponse
Returns
Type Description
ChatServiceClient.ListReactionsPage
Overrides

createPageAsync(@Nullable PageContext<ListReactionsRequest,ListReactionsResponse,Reaction> context, ApiFuture<ListReactionsResponse> futureResponse)

public ApiFuture<ChatServiceClient.ListReactionsPage> createPageAsync(@Nullable PageContext<ListReactionsRequest,ListReactionsResponse,Reaction> context, ApiFuture<ListReactionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListReactionsRequest,ListReactionsResponse,Reaction>
futureResponse ApiFuture<ListReactionsResponse>
Returns
Type Description
ApiFuture<ListReactionsPage>
Overrides