Uses of Class
com.google.cloud.dialogflow.v2.DocumentsClient.ListDocumentsPagedResponse
-
Packages that use DocumentsClient.ListDocumentsPagedResponse Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of DocumentsClient.ListDocumentsPagedResponse in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return DocumentsClient.ListDocumentsPagedResponse Modifier and Type Method Description DocumentsClient.ListDocumentsPagedResponse
DocumentsClient. listDocuments(KnowledgeBaseName parent)
Returns the list of all documents of the knowledge base.DocumentsClient.ListDocumentsPagedResponse
DocumentsClient. listDocuments(ListDocumentsRequest request)
Returns the list of all documents of the knowledge base.DocumentsClient.ListDocumentsPagedResponse
DocumentsClient. listDocuments(String parent)
Returns the list of all documents of the knowledge base.Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type DocumentsClient.ListDocumentsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DocumentsClient.ListDocumentsPagedResponse>
DocumentsClient.ListDocumentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, com.google.api.core.ApiFuture<ListDocumentsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse>
DocumentsClient. listDocumentsPagedCallable()
Returns the list of all documents of the knowledge base.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDocumentsRequest,ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse>
DocumentsSettings.Builder. listDocumentsSettings()
Returns the builder for the settings used for calls to listDocuments.com.google.api.gax.rpc.PagedCallSettings<ListDocumentsRequest,ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse>
DocumentsSettings. listDocumentsSettings()
Returns the object with the settings used for calls to listDocuments. -
Uses of DocumentsClient.ListDocumentsPagedResponse in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type DocumentsClient.ListDocumentsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse>
DocumentsStub. listDocumentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse>
GrpcDocumentsStub. listDocumentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse>
HttpJsonDocumentsStub. listDocumentsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDocumentsRequest,ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse>
DocumentsStubSettings.Builder. listDocumentsSettings()
Returns the builder for the settings used for calls to listDocuments.com.google.api.gax.rpc.PagedCallSettings<ListDocumentsRequest,ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse>
DocumentsStubSettings. listDocumentsSettings()
Returns the object with the settings used for calls to listDocuments.
-