Class KnowledgeBasesClient.ListKnowledgeBasesPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase,KnowledgeBasesClient.ListKnowledgeBasesPage>
-
- com.google.cloud.dialogflow.v2beta1.KnowledgeBasesClient.ListKnowledgeBasesPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<KnowledgeBase>
,com.google.api.gax.paging.Page<KnowledgeBase>
- Enclosing class:
- KnowledgeBasesClient
public static class KnowledgeBasesClient.ListKnowledgeBasesPage extends com.google.api.gax.paging.AbstractPage<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase,KnowledgeBasesClient.ListKnowledgeBasesPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected KnowledgeBasesClient.ListKnowledgeBasesPage
createPage(com.google.api.gax.rpc.PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, ListKnowledgeBasesResponse response)
com.google.api.core.ApiFuture<KnowledgeBasesClient.ListKnowledgeBasesPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, com.google.api.core.ApiFuture<ListKnowledgeBasesResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected KnowledgeBasesClient.ListKnowledgeBasesPage createPage(com.google.api.gax.rpc.PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, ListKnowledgeBasesResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase,KnowledgeBasesClient.ListKnowledgeBasesPage>
-
createPageAsync
public com.google.api.core.ApiFuture<KnowledgeBasesClient.ListKnowledgeBasesPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase> context, com.google.api.core.ApiFuture<ListKnowledgeBasesResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse,KnowledgeBase,KnowledgeBasesClient.ListKnowledgeBasesPage>
-
-