Uses of Class
com.google.cloud.documentai.v1beta2.BatchProcessDocumentsResponse
-
Packages that use BatchProcessDocumentsResponse Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI APIcom.google.cloud.documentai.v1beta2.stub -
-
Uses of BatchProcessDocumentsResponse in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return BatchProcessDocumentsResponse Modifier and Type Method Description BatchProcessDocumentsResponse
BatchProcessDocumentsResponse.Builder. build()
BatchProcessDocumentsResponse
BatchProcessDocumentsResponse.Builder. buildPartial()
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. getDefaultInstance()
BatchProcessDocumentsResponse
BatchProcessDocumentsResponse.Builder. getDefaultInstanceForType()
BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. getDefaultInstanceForType()
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseDelimitedFrom(InputStream input)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseFrom(byte[] data)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseFrom(InputStream input)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseFrom(ByteBuffer data)
static BatchProcessDocumentsResponse
BatchProcessDocumentsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type BatchProcessDocumentsResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchProcessDocumentsResponse,OperationMetadata>
DocumentUnderstandingServiceClient. batchProcessDocumentsAsync(BatchProcessDocumentsRequest request)
LRO endpoint to batch process many documents.com.google.api.gax.longrunning.OperationFuture<BatchProcessDocumentsResponse,OperationMetadata>
DocumentUnderstandingServiceClient. batchProcessDocumentsAsync(List<ProcessDocumentRequest> requests)
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.protobuf.Parser<BatchProcessDocumentsResponse>
BatchProcessDocumentsResponse. getParserForType()
static com.google.protobuf.Parser<BatchProcessDocumentsResponse>
BatchProcessDocumentsResponse. parser()
Methods in com.google.cloud.documentai.v1beta2 with parameters of type BatchProcessDocumentsResponse Modifier and Type Method Description BatchProcessDocumentsResponse.Builder
BatchProcessDocumentsResponse.Builder. mergeFrom(BatchProcessDocumentsResponse other)
static BatchProcessDocumentsResponse.Builder
BatchProcessDocumentsResponse. newBuilder(BatchProcessDocumentsResponse prototype)
-
Uses of BatchProcessDocumentsResponse in com.google.cloud.documentai.v1beta2.stub
Methods in com.google.cloud.documentai.v1beta2.stub that return types with arguments of type BatchProcessDocumentsResponse Modifier and Type Method Description 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.
-