Uses of Class
io.milvus.grpc.GetVectorIDsParam
-
Packages that use GetVectorIDsParam Package Description io.milvus.grpc -
-
Uses of GetVectorIDsParam in io.milvus.grpc
Methods in io.milvus.grpc that return GetVectorIDsParam Modifier and Type Method Description GetVectorIDsParamGetVectorIDsParam.Builder. build()GetVectorIDsParamGetVectorIDsParam.Builder. buildPartial()static GetVectorIDsParamGetVectorIDsParam. getDefaultInstance()GetVectorIDsParamGetVectorIDsParam.Builder. getDefaultInstanceForType()GetVectorIDsParamGetVectorIDsParam. getDefaultInstanceForType()static GetVectorIDsParamGetVectorIDsParam. parseDelimitedFrom(InputStream input)static GetVectorIDsParamGetVectorIDsParam. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVectorIDsParamGetVectorIDsParam. parseFrom(byte[] data)static GetVectorIDsParamGetVectorIDsParam. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVectorIDsParamGetVectorIDsParam. parseFrom(com.google.protobuf.ByteString data)static GetVectorIDsParamGetVectorIDsParam. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVectorIDsParamGetVectorIDsParam. parseFrom(com.google.protobuf.CodedInputStream input)static GetVectorIDsParamGetVectorIDsParam. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVectorIDsParamGetVectorIDsParam. parseFrom(InputStream input)static GetVectorIDsParamGetVectorIDsParam. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVectorIDsParamGetVectorIDsParam. parseFrom(ByteBuffer data)static GetVectorIDsParamGetVectorIDsParam. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type GetVectorIDsParam Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVectorIDsParam,VectorIds>MilvusServiceGrpc. getGetVectorIDsMethod()com.google.protobuf.Parser<GetVectorIDsParam>GetVectorIDsParam. getParserForType()static com.google.protobuf.Parser<GetVectorIDsParam>GetVectorIDsParam. parser()Methods in io.milvus.grpc with parameters of type GetVectorIDsParam Modifier and Type Method Description VectorIdsMilvusServiceGrpc.MilvusServiceBlockingStub. getVectorIDs(GetVectorIDsParam request)@brief This method is used to get vector ids from a segment @param GetVectorIDsParam, target table and segment @return VectorIdscom.google.common.util.concurrent.ListenableFuture<VectorIds>MilvusServiceGrpc.MilvusServiceFutureStub. getVectorIDs(GetVectorIDsParam request)@brief This method is used to get vector ids from a segment @param GetVectorIDsParam, target table and segment @return VectorIdsvoidMilvusServiceGrpc.MilvusServiceImplBase. getVectorIDs(GetVectorIDsParam request, io.grpc.stub.StreamObserver<VectorIds> responseObserver)@brief This method is used to get vector ids from a segment @param GetVectorIDsParam, target table and segment @return VectorIdsvoidMilvusServiceGrpc.MilvusServiceStub. getVectorIDs(GetVectorIDsParam request, io.grpc.stub.StreamObserver<VectorIds> responseObserver)@brief This method is used to get vector ids from a segment @param GetVectorIDsParam, target table and segment @return VectorIdsGetVectorIDsParam.BuilderGetVectorIDsParam.Builder. mergeFrom(GetVectorIDsParam other)static GetVectorIDsParam.BuilderGetVectorIDsParam. newBuilder(GetVectorIDsParam prototype)
-