Class DocumentUnderstandingServiceStub
- java.lang.Object
-
- com.google.cloud.documentai.v1beta2.stub.DocumentUnderstandingServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcDocumentUnderstandingServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class DocumentUnderstandingServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the DocumentUnderstandingService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description DocumentUnderstandingServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchProcessDocumentsRequest,com.google.longrunning.Operation>
batchProcessDocumentsCallable()
com.google.api.gax.rpc.OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>
batchProcessDocumentsOperationCallable()
abstract void
close()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
com.google.longrunning.stub.OperationsStub
getOperationsStub()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
listLocationsCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,DocumentUnderstandingServiceClient.ListLocationsPagedResponse>
listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ProcessDocumentRequest,Document>
processDocumentCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
batchProcessDocumentsOperationCallable
public com.google.api.gax.rpc.OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata> batchProcessDocumentsOperationCallable()
-
batchProcessDocumentsCallable
public com.google.api.gax.rpc.UnaryCallable<BatchProcessDocumentsRequest,com.google.longrunning.Operation> batchProcessDocumentsCallable()
-
processDocumentCallable
public com.google.api.gax.rpc.UnaryCallable<ProcessDocumentRequest,Document> processDocumentCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,DocumentUnderstandingServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-