Class ChatServiceClient.ListSectionItemsPage (0.59.0)

public static class ChatServiceClient.ListSectionItemsPage extends AbstractPage<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem,ChatServiceClient.ListSectionItemsPage>

Inheritance

java.lang.Object > AbstractPage > ChatServiceClient.ListSectionItemsPage

Methods

createPage(@Nullable PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem> context, @Nullable ListSectionItemsResponse response)

protected ChatServiceClient.ListSectionItemsPage createPage(@Nullable PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem> context, @Nullable ListSectionItemsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem>
response @org.jspecify.annotations.Nullable com.google.chat.v1.ListSectionItemsResponse
Returns
Type Description
ChatServiceClient.ListSectionItemsPage
Overrides

createPageAsync(@Nullable PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem> context, ApiFuture<ListSectionItemsResponse> futureResponse)

public ApiFuture<ChatServiceClient.ListSectionItemsPage> createPageAsync(@Nullable PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem> context, ApiFuture<ListSectionItemsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSectionItemsRequest,ListSectionItemsResponse,SectionItem>
futureResponse ApiFuture<ListSectionItemsResponse>
Returns
Type Description
ApiFuture<ListSectionItemsPage>
Overrides