Class DocumentLinkServiceStub
- java.lang.Object
-
- com.google.cloud.contentwarehouse.v1.stub.DocumentLinkServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcDocumentLinkServiceStub,HttpJsonDocumentLinkServiceStub
@Generated("by gapic-generator-java") public abstract class DocumentLinkServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the DocumentLinkService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description DocumentLinkServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateDocumentLinkRequest,DocumentLink>createDocumentLinkCallable()com.google.api.gax.rpc.UnaryCallable<DeleteDocumentLinkRequest,com.google.protobuf.Empty>deleteDocumentLinkCallable()com.google.api.gax.rpc.UnaryCallable<ListLinkedSourcesRequest,ListLinkedSourcesResponse>listLinkedSourcesCallable()com.google.api.gax.rpc.UnaryCallable<ListLinkedSourcesRequest,DocumentLinkServiceClient.ListLinkedSourcesPagedResponse>listLinkedSourcesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse>listLinkedTargetsCallable()
-
-
-
Method Detail
-
listLinkedTargetsCallable
public com.google.api.gax.rpc.UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse> listLinkedTargetsCallable()
-
listLinkedSourcesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListLinkedSourcesRequest,DocumentLinkServiceClient.ListLinkedSourcesPagedResponse> listLinkedSourcesPagedCallable()
-
listLinkedSourcesCallable
public com.google.api.gax.rpc.UnaryCallable<ListLinkedSourcesRequest,ListLinkedSourcesResponse> listLinkedSourcesCallable()
-
createDocumentLinkCallable
public com.google.api.gax.rpc.UnaryCallable<CreateDocumentLinkRequest,DocumentLink> createDocumentLinkCallable()
-
deleteDocumentLinkCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteDocumentLinkRequest,com.google.protobuf.Empty> deleteDocumentLinkCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-