Class DocumentServiceStub (0.8.0)

public abstract class DocumentServiceStub implements BackgroundResource

Base stub class for the DocumentService service API.

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

Inheritance

java.lang.Object > DocumentServiceStub

Implements

BackgroundResource

Constructors

DocumentServiceStub()

public DocumentServiceStub()

Methods

close()

public abstract void close()

createDocumentCallable()

public UnaryCallable<CreateDocumentRequest,CreateDocumentResponse> createDocumentCallable()
Returns

deleteDocumentCallable()

public UnaryCallable<DeleteDocumentRequest,Empty> deleteDocumentCallable()
Returns

fetchAclCallable()

public UnaryCallable<FetchAclRequest,FetchAclResponse> fetchAclCallable()
Returns

getDocumentCallable()

public UnaryCallable<GetDocumentRequest,Document> getDocumentCallable()
Returns

searchDocumentsCallable()

public UnaryCallable<SearchDocumentsRequest,SearchDocumentsResponse> searchDocumentsCallable()
Returns

searchDocumentsPagedCallable()

public UnaryCallable<SearchDocumentsRequest,DocumentServiceClient.SearchDocumentsPagedResponse> searchDocumentsPagedCallable()
Returns

setAclCallable()

public UnaryCallable<SetAclRequest,SetAclResponse> setAclCallable()
Returns

updateDocumentCallable()

public UnaryCallable<UpdateDocumentRequest,UpdateDocumentResponse> updateDocumentCallable()
Returns