Class DocumentLinkServiceStub (0.37.0)

public abstract class DocumentLinkServiceStub implements BackgroundResource

Base stub class for the DocumentLinkService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > DocumentLinkServiceStub

Implements

BackgroundResource

Constructors

DocumentLinkServiceStub()

public DocumentLinkServiceStub()

Methods

close()

public abstract void close()

createDocumentLinkCallable()

public UnaryCallable<CreateDocumentLinkRequest,DocumentLink> createDocumentLinkCallable()
Returns
TypeDescription
UnaryCallable<CreateDocumentLinkRequest,DocumentLink>

deleteDocumentLinkCallable()

public UnaryCallable<DeleteDocumentLinkRequest,Empty> deleteDocumentLinkCallable()
Returns
TypeDescription
UnaryCallable<DeleteDocumentLinkRequest,Empty>

listLinkedSourcesCallable()

public UnaryCallable<ListLinkedSourcesRequest,ListLinkedSourcesResponse> listLinkedSourcesCallable()
Returns
TypeDescription
UnaryCallable<ListLinkedSourcesRequest,ListLinkedSourcesResponse>

listLinkedSourcesPagedCallable()

public UnaryCallable<ListLinkedSourcesRequest,DocumentLinkServiceClient.ListLinkedSourcesPagedResponse> listLinkedSourcesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListLinkedSourcesRequest,ListLinkedSourcesPagedResponse>

listLinkedTargetsCallable()

public UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse> listLinkedTargetsCallable()
Returns
TypeDescription
UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse>