Package com.google.cloud.dialogflow.v2
Class DocumentsGrpc.DocumentsImplBase
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.DocumentsGrpc.DocumentsImplBase
-
- All Implemented Interfaces:
DocumentsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DocumentsGrpc
public abstract static class DocumentsGrpc.DocumentsImplBase extends Object implements io.grpc.BindableService, DocumentsGrpc.AsyncService
Base class for the server implementation of the service Documents.Service for managing knowledge [Documents][google.cloud.dialogflow.v2.Document].
-
-
Constructor Summary
Constructors Constructor Description DocumentsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.dialogflow.v2.DocumentsGrpc.AsyncService
createDocument, deleteDocument, exportDocument, getDocument, importDocuments, listDocuments, reloadDocument, updateDocument
-
-