Class DocumentLinkServiceStub (0.1.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

deleteDocumentLinkCallable()

public UnaryCallable<DeleteDocumentLinkRequest,Empty> deleteDocumentLinkCallable()
Returns

listLinkedSourcesCallable()

public UnaryCallable<ListLinkedSourcesRequest,ListLinkedSourcesResponse> listLinkedSourcesCallable()
Returns

listLinkedSourcesPagedCallable()

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

listLinkedTargetsCallable()

public UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse> listLinkedTargetsCallable()
Returns