Uses of Class
io.milvus.grpc.DropIndexRequest
Packages that use DropIndexRequest
-
Uses of DropIndexRequest in io.milvus.grpc
Methods in io.milvus.grpc that return DropIndexRequestModifier and TypeMethodDescriptionDropIndexRequest.Builder.build()DropIndexRequest.Builder.buildPartial()static DropIndexRequestDropIndexRequest.getDefaultInstance()DropIndexRequest.Builder.getDefaultInstanceForType()DropIndexRequest.getDefaultInstanceForType()static DropIndexRequestDropIndexRequest.parseDelimitedFrom(InputStream input) static DropIndexRequestDropIndexRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DropIndexRequestDropIndexRequest.parseFrom(byte[] data) static DropIndexRequestDropIndexRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DropIndexRequestDropIndexRequest.parseFrom(com.google.protobuf.ByteString data) static DropIndexRequestDropIndexRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DropIndexRequestDropIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input) static DropIndexRequestDropIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DropIndexRequestDropIndexRequest.parseFrom(InputStream input) static DropIndexRequestDropIndexRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DropIndexRequestDropIndexRequest.parseFrom(ByteBuffer data) static DropIndexRequestDropIndexRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type DropIndexRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DropIndexRequest, Status> MilvusServiceGrpc.getDropIndexMethod()com.google.protobuf.Parser<DropIndexRequest> DropIndexRequest.getParserForType()static com.google.protobuf.Parser<DropIndexRequest> DropIndexRequest.parser()Methods in io.milvus.grpc with parameters of type DropIndexRequestModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.dropIndex(DropIndexRequest request, io.grpc.stub.StreamObserver<Status> responseObserver) MilvusServiceGrpc.MilvusServiceBlockingStub.dropIndex(DropIndexRequest request) com.google.common.util.concurrent.ListenableFuture<Status> MilvusServiceGrpc.MilvusServiceFutureStub.dropIndex(DropIndexRequest request) voidMilvusServiceGrpc.MilvusServiceStub.dropIndex(DropIndexRequest request, io.grpc.stub.StreamObserver<Status> responseObserver) DropIndexRequest.Builder.mergeFrom(DropIndexRequest other) static DropIndexRequest.BuilderDropIndexRequest.newBuilder(DropIndexRequest prototype)