Class DocumentProcessorServiceStub (2.4.3)

public abstract class DocumentProcessorServiceStub implements BackgroundResource

Base stub class for the DocumentProcessorService service API.

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

Inheritance

java.lang.Object > DocumentProcessorServiceStub

Implements

BackgroundResource

Constructors

DocumentProcessorServiceStub()

public DocumentProcessorServiceStub()

Methods

batchProcessDocumentsCallable()

public UnaryCallable<BatchProcessRequest,Operation> batchProcessDocumentsCallable()
Returns
TypeDescription
UnaryCallable<BatchProcessRequest,Operation>

batchProcessDocumentsOperationCallable()

public OperationCallable<BatchProcessRequest,BatchProcessResponse,BatchProcessMetadata> batchProcessDocumentsOperationCallable()
Returns
TypeDescription
OperationCallable<BatchProcessRequest,BatchProcessResponse,BatchProcessMetadata>

close()

public abstract void close()

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
TypeDescription
OperationsStub

processDocumentCallable()

public UnaryCallable<ProcessRequest,ProcessResponse> processDocumentCallable()
Returns
TypeDescription
UnaryCallable<ProcessRequest,ProcessResponse>

reviewDocumentCallable()

public UnaryCallable<ReviewDocumentRequest,Operation> reviewDocumentCallable()
Returns
TypeDescription
UnaryCallable<ReviewDocumentRequest,Operation>

reviewDocumentOperationCallable()

public OperationCallable<ReviewDocumentRequest,ReviewDocumentResponse,ReviewDocumentOperationMetadata> reviewDocumentOperationCallable()
Returns
TypeDescription
OperationCallable<ReviewDocumentRequest,ReviewDocumentResponse,ReviewDocumentOperationMetadata>