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 Type
    Method
    Description
    string channel_name = 1;
    com.google.protobuf.ByteString
    string channel_name = 1;
    string msgGroup = 3;
    com.google.protobuf.ByteString
    string msgGroup = 3;
    com.google.protobuf.ByteString
    bytes msgID = 2;
    long
    uint64 timestamp = 4;

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