Uses of Class
io.milvus.grpc.DeleteByRangeParam
-
Packages that use DeleteByRangeParam Package Description io.milvus.grpc -
-
Uses of DeleteByRangeParam in io.milvus.grpc
Methods in io.milvus.grpc that return DeleteByRangeParam Modifier and Type Method Description DeleteByRangeParamDeleteByRangeParam.Builder. build()DeleteByRangeParamDeleteByRangeParam.Builder. buildPartial()static DeleteByRangeParamDeleteByRangeParam. getDefaultInstance()DeleteByRangeParamDeleteByRangeParam.Builder. getDefaultInstanceForType()DeleteByRangeParamDeleteByRangeParam. getDefaultInstanceForType()static DeleteByRangeParamDeleteByRangeParam. parseDelimitedFrom(InputStream input)static DeleteByRangeParamDeleteByRangeParam. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteByRangeParamDeleteByRangeParam. parseFrom(byte[] data)static DeleteByRangeParamDeleteByRangeParam. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteByRangeParamDeleteByRangeParam. parseFrom(com.google.protobuf.ByteString data)static DeleteByRangeParamDeleteByRangeParam. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteByRangeParamDeleteByRangeParam. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteByRangeParamDeleteByRangeParam. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteByRangeParamDeleteByRangeParam. parseFrom(InputStream input)static DeleteByRangeParamDeleteByRangeParam. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteByRangeParamDeleteByRangeParam. parseFrom(ByteBuffer data)static DeleteByRangeParamDeleteByRangeParam. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type DeleteByRangeParam Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteByRangeParam,Status>MilvusServiceGrpc. getDeleteByRangeMethod()com.google.protobuf.Parser<DeleteByRangeParam>DeleteByRangeParam. getParserForType()static com.google.protobuf.Parser<DeleteByRangeParam>DeleteByRangeParam. parser()Methods in io.milvus.grpc with parameters of type DeleteByRangeParam Modifier and Type Method Description StatusMilvusServiceGrpc.MilvusServiceBlockingStub. deleteByRange(DeleteByRangeParam request)@brief delete table by range This method is used to delete vector by range @return rpc status.com.google.common.util.concurrent.ListenableFuture<Status>MilvusServiceGrpc.MilvusServiceFutureStub. deleteByRange(DeleteByRangeParam request)@brief delete table by range This method is used to delete vector by range @return rpc status.voidMilvusServiceGrpc.MilvusServiceImplBase. deleteByRange(DeleteByRangeParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief delete table by range This method is used to delete vector by range @return rpc status.voidMilvusServiceGrpc.MilvusServiceStub. deleteByRange(DeleteByRangeParam request, io.grpc.stub.StreamObserver<Status> responseObserver)@brief delete table by range This method is used to delete vector by range @return rpc status.DeleteByRangeParam.BuilderDeleteByRangeParam.Builder. mergeFrom(DeleteByRangeParam other)static DeleteByRangeParam.BuilderDeleteByRangeParam. newBuilder(DeleteByRangeParam prototype)
-