Class ChatServiceClient.ListSectionsPage (0.59.0)

public static class ChatServiceClient.ListSectionsPage extends AbstractPage<ListSectionsRequest,ListSectionsResponse,Section,ChatServiceClient.ListSectionsPage>

Inheritance

java.lang.Object > AbstractPage > ChatServiceClient.ListSectionsPage

Methods

createPage(@Nullable PageContext<ListSectionsRequest,ListSectionsResponse,Section> context, @Nullable ListSectionsResponse response)

protected ChatServiceClient.ListSectionsPage createPage(@Nullable PageContext<ListSectionsRequest,ListSectionsResponse,Section> context, @Nullable ListSectionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSectionsRequest,ListSectionsResponse,Section>
response @org.jspecify.annotations.Nullable com.google.chat.v1.ListSectionsResponse
Returns
Type Description
ChatServiceClient.ListSectionsPage
Overrides

createPageAsync(@Nullable PageContext<ListSectionsRequest,ListSectionsResponse,Section> context, ApiFuture<ListSectionsResponse> futureResponse)

public ApiFuture<ChatServiceClient.ListSectionsPage> createPageAsync(@Nullable PageContext<ListSectionsRequest,ListSectionsResponse,Section> context, ApiFuture<ListSectionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSectionsRequest,ListSectionsResponse,Section>
futureResponse ApiFuture<ListSectionsResponse>
Returns
Type Description
ApiFuture<ListSectionsPage>
Overrides