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