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