Uses of Class
com.google.cloud.documentai.v1beta3.BatchDeleteDocumentsRequest
-
Packages that use BatchDeleteDocumentsRequest Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI APIcom.google.cloud.documentai.v1beta3.stub -
-
Uses of BatchDeleteDocumentsRequest in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return BatchDeleteDocumentsRequest Modifier and Type Method Description BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest.Builder. build()BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest.Builder. buildPartial()static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. getDefaultInstance()BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest.Builder. getDefaultInstanceForType()BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. getDefaultInstanceForType()static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseDelimitedFrom(InputStream input)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseFrom(byte[] data)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseFrom(com.google.protobuf.ByteString data)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseFrom(InputStream input)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseFrom(ByteBuffer data)static BatchDeleteDocumentsRequestBatchDeleteDocumentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type BatchDeleteDocumentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteDocumentsRequest,com.google.longrunning.Operation>DocumentServiceClient. batchDeleteDocumentsCallable()Deletes a set of documents.com.google.api.gax.rpc.OperationCallable<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>DocumentServiceClient. batchDeleteDocumentsOperationCallable()Deletes a set of documents.com.google.api.gax.rpc.OperationCallSettings<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>DocumentServiceSettings. batchDeleteDocumentsOperationSettings()Returns the object with the settings used for calls to batchDeleteDocuments.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>DocumentServiceSettings.Builder. batchDeleteDocumentsOperationSettings()Returns the builder for the settings used for calls to batchDeleteDocuments.com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteDocumentsRequest,com.google.longrunning.Operation>DocumentServiceSettings. batchDeleteDocumentsSettings()Returns the object with the settings used for calls to batchDeleteDocuments.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteDocumentsRequest,com.google.longrunning.Operation>DocumentServiceSettings.Builder. batchDeleteDocumentsSettings()Returns the builder for the settings used for calls to batchDeleteDocuments.static io.grpc.MethodDescriptor<BatchDeleteDocumentsRequest,com.google.longrunning.Operation>DocumentServiceGrpc. getBatchDeleteDocumentsMethod()com.google.protobuf.Parser<BatchDeleteDocumentsRequest>BatchDeleteDocumentsRequest. getParserForType()static com.google.protobuf.Parser<BatchDeleteDocumentsRequest>BatchDeleteDocumentsRequest. parser()Methods in com.google.cloud.documentai.v1beta3 with parameters of type BatchDeleteDocumentsRequest Modifier and Type Method Description default voidDocumentServiceGrpc.AsyncService. batchDeleteDocuments(BatchDeleteDocumentsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a set of documents.com.google.longrunning.OperationDocumentServiceGrpc.DocumentServiceBlockingStub. batchDeleteDocuments(BatchDeleteDocumentsRequest request)Deletes a set of documents.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>DocumentServiceGrpc.DocumentServiceFutureStub. batchDeleteDocuments(BatchDeleteDocumentsRequest request)Deletes a set of documents.voidDocumentServiceGrpc.DocumentServiceStub. batchDeleteDocuments(BatchDeleteDocumentsRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a set of documents.com.google.api.gax.longrunning.OperationFuture<BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>DocumentServiceClient. batchDeleteDocumentsAsync(BatchDeleteDocumentsRequest request)Deletes a set of documents.BatchDeleteDocumentsRequest.BuilderBatchDeleteDocumentsRequest.Builder. mergeFrom(BatchDeleteDocumentsRequest other)static BatchDeleteDocumentsRequest.BuilderBatchDeleteDocumentsRequest. newBuilder(BatchDeleteDocumentsRequest prototype) -
Uses of BatchDeleteDocumentsRequest in com.google.cloud.documentai.v1beta3.stub
Methods in com.google.cloud.documentai.v1beta3.stub that return types with arguments of type BatchDeleteDocumentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteDocumentsRequest,com.google.longrunning.Operation>DocumentServiceStub. batchDeleteDocumentsCallable()com.google.api.gax.rpc.UnaryCallable<BatchDeleteDocumentsRequest,com.google.longrunning.Operation>GrpcDocumentServiceStub. batchDeleteDocumentsCallable()com.google.api.gax.rpc.UnaryCallable<BatchDeleteDocumentsRequest,com.google.longrunning.Operation>HttpJsonDocumentServiceStub. batchDeleteDocumentsCallable()com.google.api.gax.rpc.OperationCallable<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>DocumentServiceStub. batchDeleteDocumentsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>GrpcDocumentServiceStub. batchDeleteDocumentsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>HttpJsonDocumentServiceStub. batchDeleteDocumentsOperationCallable()com.google.api.gax.rpc.OperationCallSettings<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>DocumentServiceStubSettings. batchDeleteDocumentsOperationSettings()Returns the object with the settings used for calls to batchDeleteDocuments.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchDeleteDocumentsRequest,BatchDeleteDocumentsResponse,BatchDeleteDocumentsMetadata>DocumentServiceStubSettings.Builder. batchDeleteDocumentsOperationSettings()Returns the builder for the settings used for calls to batchDeleteDocuments.com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteDocumentsRequest,com.google.longrunning.Operation>DocumentServiceStubSettings. batchDeleteDocumentsSettings()Returns the object with the settings used for calls to batchDeleteDocuments.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteDocumentsRequest,com.google.longrunning.Operation>DocumentServiceStubSettings.Builder. batchDeleteDocumentsSettings()Returns the builder for the settings used for calls to batchDeleteDocuments.
-