Uses of Enum
milvus.proto.msg.Msg.InsertDataVersion
Packages that use Msg.InsertDataVersion
-
Uses of Msg.InsertDataVersion in milvus.proto.msg
Methods in milvus.proto.msg that return Msg.InsertDataVersionModifier and TypeMethodDescriptionstatic Msg.InsertDataVersionMsg.InsertDataVersion.forNumber(int value) Msg.InsertRequest.Builder.getVersion().milvus.proto.msg.InsertDataVersion version = 15;Msg.InsertRequest.getVersion().milvus.proto.msg.InsertDataVersion version = 15;Msg.InsertRequestOrBuilder.getVersion().milvus.proto.msg.InsertDataVersion version = 15;static Msg.InsertDataVersionMsg.InsertDataVersion.valueOf(int value) Deprecated.static Msg.InsertDataVersionMsg.InsertDataVersion.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Msg.InsertDataVersionReturns the enum constant of this type with the specified name.static Msg.InsertDataVersion[]Msg.InsertDataVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in milvus.proto.msg that return types with arguments of type Msg.InsertDataVersionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Msg.InsertDataVersion> Msg.InsertDataVersion.internalGetValueMap()Methods in milvus.proto.msg with parameters of type Msg.InsertDataVersionModifier and TypeMethodDescriptionMsg.InsertRequest.Builder.setVersion(Msg.InsertDataVersion value) .milvus.proto.msg.InsertDataVersion version = 15;