Uses of Enum
io.milvus.grpc.MsgType
Packages that use MsgType
-
Uses of MsgType in io.milvus.grpc
Methods in io.milvus.grpc that return MsgTypeModifier and TypeMethodDescriptionstatic MsgTypeMsgType.forNumber(int value) MsgBase.Builder.getMsgType().milvus.proto.common.MsgType msg_type = 1;MsgBase.getMsgType().milvus.proto.common.MsgType msg_type = 1;MsgBaseOrBuilder.getMsgType().milvus.proto.common.MsgType msg_type = 1;static MsgTypeMsgType.valueOf(int value) Deprecated.static MsgTypeMsgType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static MsgTypeReturns the enum constant of this type with the specified name.static MsgType[]MsgType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.milvus.grpc that return types with arguments of type MsgTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<MsgType> MsgType.internalGetValueMap()Methods in io.milvus.grpc with parameters of type MsgTypeModifier and TypeMethodDescriptionMsgBase.Builder.setMsgType(MsgType value) .milvus.proto.common.MsgType msg_type = 1;