Class DeveloperKnowledgeClient.SearchDocumentChunksPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<SearchDocumentChunksRequest,SearchDocumentChunksResponse,DocumentChunk,DeveloperKnowledgeClient.SearchDocumentChunksPage>
com.google.developers.knowledge.v1.DeveloperKnowledgeClient.SearchDocumentChunksPage
- All Implemented Interfaces:
AsyncPage<DocumentChunk>,Page<DocumentChunk>
- Enclosing class:
- DeveloperKnowledgeClient
public static class DeveloperKnowledgeClient.SearchDocumentChunksPage
extends AbstractPage<SearchDocumentChunksRequest,SearchDocumentChunksResponse,DocumentChunk,DeveloperKnowledgeClient.SearchDocumentChunksPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<SearchDocumentChunksRequest, SearchDocumentChunksResponse, DocumentChunk> context, SearchDocumentChunksResponse response) createPageAsync(PageContext<SearchDocumentChunksRequest, SearchDocumentChunksResponse, DocumentChunk> context, ApiFuture<SearchDocumentChunksResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
protected DeveloperKnowledgeClient.SearchDocumentChunksPage createPage(PageContext<SearchDocumentChunksRequest, SearchDocumentChunksResponse, DocumentChunk> context, SearchDocumentChunksResponse response) -
createPageAsync
public ApiFuture<DeveloperKnowledgeClient.SearchDocumentChunksPage> createPageAsync(PageContext<SearchDocumentChunksRequest, SearchDocumentChunksResponse, DocumentChunk> context, ApiFuture<SearchDocumentChunksResponse> futureResponse)
-