Class DocumentServiceGrpc.DocumentServiceImplBase
- java.lang.Object
-
- com.google.cloud.documentai.v1beta3.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 to call Cloud DocumentAI to manage document collection (dataset).
-
-
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.documentai.v1beta3.DocumentServiceGrpc.AsyncService
batchDeleteDocuments, getDatasetSchema, getDocument, importDocuments, updateDataset, updateDatasetSchema
-
-