Package milvus.proto.msg
Interface Msg.MsgPositionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Msg.MsgPosition,Msg.MsgPosition.Builder
- Enclosing class:
- Msg
public static interface Msg.MsgPositionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetChannelName()string channel_name = 1;com.google.protobuf.ByteStringgetChannelNameBytes()string channel_name = 1;StringgetMsgGroup()string msgGroup = 3;com.google.protobuf.ByteStringgetMsgGroupBytes()string msgGroup = 3;com.google.protobuf.ByteStringgetMsgID()bytes msgID = 2;longgetTimestamp()uint64 timestamp = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelName
String getChannelName()
string channel_name = 1;- Returns:
- The channelName.
-
getChannelNameBytes
com.google.protobuf.ByteString getChannelNameBytes()
string channel_name = 1;- Returns:
- The bytes for channelName.
-
getMsgID
com.google.protobuf.ByteString getMsgID()
bytes msgID = 2;- Returns:
- The msgID.
-
getMsgGroup
String getMsgGroup()
string msgGroup = 3;- Returns:
- The msgGroup.
-
getMsgGroupBytes
com.google.protobuf.ByteString getMsgGroupBytes()
string msgGroup = 3;- Returns:
- The bytes for msgGroup.
-
getTimestamp
long getTimestamp()
uint64 timestamp = 4;- Returns:
- The timestamp.
-
-