Class KnowledgeBasesClient.ListKnowledgeBasesPage (4.101.0)

public static class KnowledgeBasesClient.ListKnowledgeBasesPage extends AbstractPage<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase,KnowledgeBasesClient.ListKnowledgeBasesPage>

Inheritance

java.lang.Object > AbstractPage > KnowledgeBasesClient.ListKnowledgeBasesPage

Methods

createPage(@Nullable PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, @Nullable ListKnowledgeBasesResponse response)

protected KnowledgeBasesClient.ListKnowledgeBasesPage createPage(@Nullable PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, @Nullable ListKnowledgeBasesResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase>
response @org.jspecify.annotations.Nullable com.google.cloud.dialogflow.v2.ListKnowledgeBasesResponse
Returns
Type Description
KnowledgeBasesClient.ListKnowledgeBasesPage
Overrides

createPageAsync(@Nullable PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, ApiFuture<ListKnowledgeBasesResponse> futureResponse)

public ApiFuture<KnowledgeBasesClient.ListKnowledgeBasesPage> createPageAsync(@Nullable PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, ApiFuture<ListKnowledgeBasesResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase>
futureResponse ApiFuture<ListKnowledgeBasesResponse>
Returns
Type Description
ApiFuture<ListKnowledgeBasesPage>
Overrides