Uses of Class
io.milvus.grpc.MsgType
-
Packages that use MsgType Package Description io.milvus.grpc -
-
Uses of MsgType in io.milvus.grpc
Methods in io.milvus.grpc that return MsgType Modifier and Type Method Description static MsgTypeMsgType. forNumber(int value)MsgTypeMsgBase.Builder. getMsgType().milvus.proto.common.MsgType msg_type = 1;MsgTypeMsgBase. getMsgType().milvus.proto.common.MsgType msg_type = 1;MsgTypeMsgBaseOrBuilder. 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 MsgTypeMsgType. valueOf(String name)Returns 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 MsgType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MsgType>MsgType. internalGetValueMap()Methods in io.milvus.grpc with parameters of type MsgType Modifier and Type Method Description MsgBase.BuilderMsgBase.Builder. setMsgType(MsgType value).milvus.proto.common.MsgType msg_type = 1;
-