Class DocumentLinkServiceGrpc.DocumentLinkServiceImplBase
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.DocumentLinkServiceGrpc.DocumentLinkServiceImplBase
-
- All Implemented Interfaces:
DocumentLinkServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- DocumentLinkServiceGrpc
public abstract static class DocumentLinkServiceGrpc.DocumentLinkServiceImplBase extends Object implements io.grpc.BindableService, DocumentLinkServiceGrpc.AsyncService
Base class for the server implementation of the service DocumentLinkService.This service lets you manage document-links. Document-Links are treated as sub-resources under source documents.
-
-
Constructor Summary
Constructors Constructor Description DocumentLinkServiceImplBase()
-
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.contentwarehouse.v1.DocumentLinkServiceGrpc.AsyncService
createDocumentLink, deleteDocumentLink, listLinkedSources, listLinkedTargets
-
-