Class ChatServiceClient.ListCustomEmojisPage (0.59.0)

public static class ChatServiceClient.ListCustomEmojisPage extends AbstractPage<ListCustomEmojisRequest,ListCustomEmojisResponse,CustomEmoji,ChatServiceClient.ListCustomEmojisPage>

Inheritance

java.lang.Object > AbstractPage > ChatServiceClient.ListCustomEmojisPage

Methods

createPage(@Nullable PageContext<ListCustomEmojisRequest,ListCustomEmojisResponse,CustomEmoji> context, @Nullable ListCustomEmojisResponse response)

protected ChatServiceClient.ListCustomEmojisPage createPage(@Nullable PageContext<ListCustomEmojisRequest,ListCustomEmojisResponse,CustomEmoji> context, @Nullable ListCustomEmojisResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomEmojisRequest,ListCustomEmojisResponse,CustomEmoji>
response @org.jspecify.annotations.Nullable com.google.chat.v1.ListCustomEmojisResponse
Returns
Type Description
ChatServiceClient.ListCustomEmojisPage
Overrides

createPageAsync(@Nullable PageContext<ListCustomEmojisRequest,ListCustomEmojisResponse,CustomEmoji> context, ApiFuture<ListCustomEmojisResponse> futureResponse)

public ApiFuture<ChatServiceClient.ListCustomEmojisPage> createPageAsync(@Nullable PageContext<ListCustomEmojisRequest,ListCustomEmojisResponse,CustomEmoji> context, ApiFuture<ListCustomEmojisResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListCustomEmojisRequest,ListCustomEmojisResponse,CustomEmoji>
futureResponse ApiFuture<ListCustomEmojisResponse>
Returns
Type Description
ApiFuture<ListCustomEmojisPage>
Overrides