Class ConversationalSearchServiceClient.ListConversationsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListConversationsRequest,ListConversationsResponse,Conversation,ConversationalSearchServiceClient.ListConversationsPage>
-
- com.google.cloud.discoveryengine.v1beta.ConversationalSearchServiceClient.ListConversationsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<Conversation>
,com.google.api.gax.paging.Page<Conversation>
- Enclosing class:
- ConversationalSearchServiceClient
public static class ConversationalSearchServiceClient.ListConversationsPage extends com.google.api.gax.paging.AbstractPage<ListConversationsRequest,ListConversationsResponse,Conversation,ConversationalSearchServiceClient.ListConversationsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConversationalSearchServiceClient.ListConversationsPage
createPage(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ListConversationsResponse response)
com.google.api.core.ApiFuture<ConversationalSearchServiceClient.ListConversationsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, com.google.api.core.ApiFuture<ListConversationsResponse> 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 ConversationalSearchServiceClient.ListConversationsPage createPage(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, ListConversationsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListConversationsRequest,ListConversationsResponse,Conversation,ConversationalSearchServiceClient.ListConversationsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ConversationalSearchServiceClient.ListConversationsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListConversationsRequest,ListConversationsResponse,Conversation> context, com.google.api.core.ApiFuture<ListConversationsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListConversationsRequest,ListConversationsResponse,Conversation,ConversationalSearchServiceClient.ListConversationsPage>
-
-