Package io.milvus.grpc
Interface MsgBaseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MsgBase,MsgBase.Builder
public interface MsgBaseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetMsgID()int64 msgID = 2;MsgTypegetMsgType().milvus.proto.common.MsgType msg_type = 1;intgetMsgTypeValue().milvus.proto.common.MsgType msg_type = 1;longgetSourceID()int64 sourceID = 4;longgetTargetID()int64 targetID = 5;longgetTimestamp()uint64 timestamp = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMsgTypeValue
int getMsgTypeValue()
.milvus.proto.common.MsgType msg_type = 1;- Returns:
- The enum numeric value on the wire for msgType.
-
getMsgType
MsgType getMsgType()
.milvus.proto.common.MsgType msg_type = 1;- Returns:
- The msgType.
-
getMsgID
long getMsgID()
int64 msgID = 2;- Returns:
- The msgID.
-
getTimestamp
long getTimestamp()
uint64 timestamp = 3;- Returns:
- The timestamp.
-
getSourceID
long getSourceID()
int64 sourceID = 4;- Returns:
- The sourceID.
-
getTargetID
long getTargetID()
int64 targetID = 5;- Returns:
- The targetID.
-
-