Uses of Class
com.google.cloud.contentwarehouse.v1.DeleteDocumentRequest
-
Packages that use DeleteDocumentRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of DeleteDocumentRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DeleteDocumentRequest Modifier and Type Method Description DeleteDocumentRequestDeleteDocumentRequest.Builder. build()DeleteDocumentRequestDeleteDocumentRequest.Builder. buildPartial()static DeleteDocumentRequestDeleteDocumentRequest. getDefaultInstance()DeleteDocumentRequestDeleteDocumentRequest.Builder. getDefaultInstanceForType()DeleteDocumentRequestDeleteDocumentRequest. getDefaultInstanceForType()static DeleteDocumentRequestDeleteDocumentRequest. parseDelimitedFrom(InputStream input)static DeleteDocumentRequestDeleteDocumentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentRequestDeleteDocumentRequest. parseFrom(byte[] data)static DeleteDocumentRequestDeleteDocumentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentRequestDeleteDocumentRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteDocumentRequestDeleteDocumentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentRequestDeleteDocumentRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteDocumentRequestDeleteDocumentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentRequestDeleteDocumentRequest. parseFrom(InputStream input)static DeleteDocumentRequestDeleteDocumentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentRequestDeleteDocumentRequest. parseFrom(ByteBuffer data)static DeleteDocumentRequestDeleteDocumentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DeleteDocumentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteDocumentRequest,com.google.protobuf.Empty>DocumentServiceClient. deleteDocumentCallable()Deletes a document.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDocumentRequest,com.google.protobuf.Empty>DocumentServiceSettings.Builder. deleteDocumentSettings()Returns the builder for the settings used for calls to deleteDocument.com.google.api.gax.rpc.UnaryCallSettings<DeleteDocumentRequest,com.google.protobuf.Empty>DocumentServiceSettings. deleteDocumentSettings()Returns the object with the settings used for calls to deleteDocument.static io.grpc.MethodDescriptor<DeleteDocumentRequest,com.google.protobuf.Empty>DocumentServiceGrpc. getDeleteDocumentMethod()com.google.protobuf.Parser<DeleteDocumentRequest>DeleteDocumentRequest. getParserForType()static com.google.protobuf.Parser<DeleteDocumentRequest>DeleteDocumentRequest. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DeleteDocumentRequest Modifier and Type Method Description voidDocumentServiceClient. deleteDocument(DeleteDocumentRequest request)Deletes a document.default voidDocumentServiceGrpc.AsyncService. deleteDocument(DeleteDocumentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a document.com.google.protobuf.EmptyDocumentServiceGrpc.DocumentServiceBlockingStub. deleteDocument(DeleteDocumentRequest request)Deletes a document.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>DocumentServiceGrpc.DocumentServiceFutureStub. deleteDocument(DeleteDocumentRequest request)Deletes a document.voidDocumentServiceGrpc.DocumentServiceStub. deleteDocument(DeleteDocumentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes a document.DeleteDocumentRequest.BuilderDeleteDocumentRequest.Builder. mergeFrom(DeleteDocumentRequest other)static DeleteDocumentRequest.BuilderDeleteDocumentRequest. newBuilder(DeleteDocumentRequest prototype) -
Uses of DeleteDocumentRequest in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type DeleteDocumentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteDocumentRequest,com.google.protobuf.Empty>DocumentServiceStub. deleteDocumentCallable()com.google.api.gax.rpc.UnaryCallable<DeleteDocumentRequest,com.google.protobuf.Empty>GrpcDocumentServiceStub. deleteDocumentCallable()com.google.api.gax.rpc.UnaryCallable<DeleteDocumentRequest,com.google.protobuf.Empty>HttpJsonDocumentServiceStub. deleteDocumentCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDocumentRequest,com.google.protobuf.Empty>DocumentServiceStubSettings.Builder. deleteDocumentSettings()Returns the builder for the settings used for calls to deleteDocument.com.google.api.gax.rpc.UnaryCallSettings<DeleteDocumentRequest,com.google.protobuf.Empty>DocumentServiceStubSettings. deleteDocumentSettings()Returns the object with the settings used for calls to deleteDocument.
-