Uses of Class
com.google.cloud.dialogflow.v2beta1.DocumentsClient.ListDocumentsPage
-
Packages that use DocumentsClient.ListDocumentsPage Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of DocumentsClient.ListDocumentsPage in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return DocumentsClient.ListDocumentsPage Modifier and Type Method Description protected DocumentsClient.ListDocumentsPage
DocumentsClient.ListDocumentsPage. createPage(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ListDocumentsResponse response)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type DocumentsClient.ListDocumentsPage Modifier and Type Method Description com.google.api.core.ApiFuture<DocumentsClient.ListDocumentsPage>
DocumentsClient.ListDocumentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, com.google.api.core.ApiFuture<ListDocumentsResponse> futureResponse)
Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type DocumentsClient.ListDocumentsPage Modifier and Type Method Description protected DocumentsClient.ListDocumentsFixedSizeCollection
DocumentsClient.ListDocumentsFixedSizeCollection. createCollection(List<DocumentsClient.ListDocumentsPage> pages, int collectionSize)
-