Uses of Class
com.google.cloud.documentai.v1beta1.BatchProcessDocumentsRequest
-
Packages that use BatchProcessDocumentsRequest Package Description com.google.cloud.documentai.v1beta1 A client to Cloud Document AI APIcom.google.cloud.documentai.v1beta1.stub -
-
Uses of BatchProcessDocumentsRequest in com.google.cloud.documentai.v1beta1
Methods in com.google.cloud.documentai.v1beta1 that return BatchProcessDocumentsRequest Modifier and Type Method Description BatchProcessDocumentsRequest
BatchProcessDocumentsRequest.Builder. build()
BatchProcessDocumentsRequest
BatchProcessDocumentsRequest.Builder. buildPartial()
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. getDefaultInstance()
BatchProcessDocumentsRequest
BatchProcessDocumentsRequest.Builder. getDefaultInstanceForType()
BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. getDefaultInstanceForType()
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseDelimitedFrom(InputStream input)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseFrom(byte[] data)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseFrom(InputStream input)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseFrom(ByteBuffer data)
static BatchProcessDocumentsRequest
BatchProcessDocumentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta1 that return types with arguments of type BatchProcessDocumentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchProcessDocumentsRequest,com.google.longrunning.Operation>
DocumentUnderstandingServiceClient. batchProcessDocumentsCallable()
LRO endpoint to batch process many documents.com.google.api.gax.rpc.OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>
DocumentUnderstandingServiceClient. batchProcessDocumentsOperationCallable()
LRO endpoint to batch process many documents.com.google.api.gax.rpc.OperationCallSettings<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>
DocumentUnderstandingServiceSettings. batchProcessDocumentsOperationSettings()
Returns the object with the settings used for calls to batchProcessDocuments.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>
DocumentUnderstandingServiceSettings.Builder. batchProcessDocumentsOperationSettings()
Returns the builder for the settings used for calls to batchProcessDocuments.com.google.api.gax.rpc.UnaryCallSettings<BatchProcessDocumentsRequest,com.google.longrunning.Operation>
DocumentUnderstandingServiceSettings. batchProcessDocumentsSettings()
Returns the object with the settings used for calls to batchProcessDocuments.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchProcessDocumentsRequest,com.google.longrunning.Operation>
DocumentUnderstandingServiceSettings.Builder. batchProcessDocumentsSettings()
Returns the builder for the settings used for calls to batchProcessDocuments.static io.grpc.MethodDescriptor<BatchProcessDocumentsRequest,com.google.longrunning.Operation>
DocumentUnderstandingServiceGrpc. getBatchProcessDocumentsMethod()
com.google.protobuf.Parser<BatchProcessDocumentsRequest>
BatchProcessDocumentsRequest. getParserForType()
static com.google.protobuf.Parser<BatchProcessDocumentsRequest>
BatchProcessDocumentsRequest. parser()
Methods in com.google.cloud.documentai.v1beta1 with parameters of type BatchProcessDocumentsRequest Modifier and Type Method Description default void
DocumentUnderstandingServiceGrpc.AsyncService. batchProcessDocuments(BatchProcessDocumentsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
LRO endpoint to batch process many documents.com.google.longrunning.Operation
DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceBlockingStub. batchProcessDocuments(BatchProcessDocumentsRequest request)
LRO endpoint to batch process many documents.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceFutureStub. batchProcessDocuments(BatchProcessDocumentsRequest request)
LRO endpoint to batch process many documents.void
DocumentUnderstandingServiceGrpc.DocumentUnderstandingServiceStub. batchProcessDocuments(BatchProcessDocumentsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
LRO endpoint to batch process many documents.com.google.api.gax.longrunning.OperationFuture<BatchProcessDocumentsResponse,OperationMetadata>
DocumentUnderstandingServiceClient. batchProcessDocumentsAsync(BatchProcessDocumentsRequest request)
LRO endpoint to batch process many documents.BatchProcessDocumentsRequest.Builder
BatchProcessDocumentsRequest.Builder. mergeFrom(BatchProcessDocumentsRequest other)
static BatchProcessDocumentsRequest.Builder
BatchProcessDocumentsRequest. newBuilder(BatchProcessDocumentsRequest prototype)
-
Uses of BatchProcessDocumentsRequest in com.google.cloud.documentai.v1beta1.stub
Methods in com.google.cloud.documentai.v1beta1.stub that return types with arguments of type BatchProcessDocumentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchProcessDocumentsRequest,com.google.longrunning.Operation>
DocumentUnderstandingServiceStub. batchProcessDocumentsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchProcessDocumentsRequest,com.google.longrunning.Operation>
GrpcDocumentUnderstandingServiceStub. batchProcessDocumentsCallable()
com.google.api.gax.rpc.OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>
DocumentUnderstandingServiceStub. batchProcessDocumentsOperationCallable()
com.google.api.gax.rpc.OperationCallable<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>
GrpcDocumentUnderstandingServiceStub. batchProcessDocumentsOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>
DocumentUnderstandingServiceStubSettings. batchProcessDocumentsOperationSettings()
Returns the object with the settings used for calls to batchProcessDocuments.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchProcessDocumentsRequest,BatchProcessDocumentsResponse,OperationMetadata>
DocumentUnderstandingServiceStubSettings.Builder. batchProcessDocumentsOperationSettings()
Returns the builder for the settings used for calls to batchProcessDocuments.com.google.api.gax.rpc.UnaryCallSettings<BatchProcessDocumentsRequest,com.google.longrunning.Operation>
DocumentUnderstandingServiceStubSettings. batchProcessDocumentsSettings()
Returns the object with the settings used for calls to batchProcessDocuments.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchProcessDocumentsRequest,com.google.longrunning.Operation>
DocumentUnderstandingServiceStubSettings.Builder. batchProcessDocumentsSettings()
Returns the builder for the settings used for calls to batchProcessDocuments.
-