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
Modifier and TypeMethodDescriptionstring channel_name = 1;com.google.protobuf.ByteStringstring channel_name = 1;string msgGroup = 3;com.google.protobuf.ByteStringstring msgGroup = 3;com.google.protobuf.ByteStringgetMsgID()bytes msgID = 2;longuint64 timestamp = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-