Class DocumentServiceGrpc.DocumentServiceImplBase
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1.DocumentServiceGrpc.DocumentServiceImplBase
-
- All Implemented Interfaces:
DocumentServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DocumentServiceGrpc
public abstract static class DocumentServiceGrpc.DocumentServiceImplBase extends Object implements io.grpc.BindableService, DocumentServiceGrpc.AsyncService
Base class for the server implementation of the service DocumentService.Service for ingesting [Document][google.cloud.discoveryengine.v1.Document] information of the customer's website.
-
-
Constructor Summary
Constructors Constructor Description DocumentServiceImplBase()
-
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.discoveryengine.v1.DocumentServiceGrpc.AsyncService
createDocument, deleteDocument, getDocument, importDocuments, listDocuments, purgeDocuments, updateDocument
-
-