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
      long getMsgID()
      int64 msgID = 2;
      MsgType getMsgType()
      .milvus.proto.common.MsgType msg_type = 1;
      int getMsgTypeValue()
      .milvus.proto.common.MsgType msg_type = 1;
      long getSourceID()
      int64 sourceID = 4;
      long getTargetID()
      int64 targetID = 5;
      long getTimestamp()
      uint64 timestamp = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.